diff --git a/package-lock.json b/package-lock.json index 44caaf5..45a2e46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ ], "devDependencies": { "@commitlint/cli": "^20.5.3", - "@commitlint/config-conventional": "20.5.0", + "@commitlint/config-conventional": "20.5.3", "commitlint-plugin-tense": "1.0.10", "husky": "9.1.7" }, @@ -32,14 +32,14 @@ "zod": "4.3.6" }, "devDependencies": { - "@rollup/plugin-commonjs": "^29.0.2", + "@rollup/plugin-commonjs": "29.0.2", "@rollup/plugin-node-resolve": "16.0.3", "@rollup/plugin-typescript": "12.3.0", "@types/sinon-chai": "4.0.0", "chai": "6.2.2", "mocha": "11.7.5", "rollup": "4.60.1", - "rollup-plugin-dts": "^6.4.1", + "rollup-plugin-dts": "6.4.1", "sinon": "21.1.2", "sinon-chai": "4.0.1", "ts-node": "10.9.2", @@ -114,9 +114,9 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "20.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-20.5.0.tgz", - "integrity": "sha512-t3Ni88rFw1XMa4nZHgOKJ8fIAT9M2j5TnKyTqJzsxea7FUetlNdYFus9dz+MhIRZmc16P0PPyEfh6X2d/qw8SA==", + "version": "20.5.3", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-20.5.3.tgz", + "integrity": "sha512-j34Qqeaa152chJgz2ysyk0BCpHenJn1lV0Rx0VXf8k3ccQcED+48EZrzMvo9jLmJUyBrrBwvu89I+2er4gW7QQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index aab45a2..8249bcf 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "homepage": "https://github.com/kiigame/adventure_engine#readme", "devDependencies": { "@commitlint/cli": "^20.5.3", - "@commitlint/config-conventional": "20.5.0", + "@commitlint/config-conventional": "20.5.3", "commitlint-plugin-tense": "1.0.10", "husky": "9.1.7" },