diff --git a/package-lock.json b/package-lock.json index 6b57d1fc..08d1fa70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "strong-globalize": "^6.0.6" }, "devDependencies": { - "@commitlint/config-conventional": "^17.8.1", + "@commitlint/config-conventional": "^18.0.0", "@types/express": "^4.17.20", "chai": "^4.3.10", "eslint": "^8.52.0", @@ -41,15 +41,15 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "17.8.1", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.8.1.tgz", - "integrity": "sha512-NxCOHx1kgneig3VLauWJcDWS40DVjg7nKOpBEEK9E5fjJpQqLCilcnKkIIjdBH98kEO1q3NpE5NSrZ2kl/QGJg==", + "version": "18.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.0.0.tgz", + "integrity": "sha512-XZW3MDwhMWwr7pf+jO5F18ohBwrJ8mt+1OPhkVyO8bYrY0dKPE5tPpdXlDt+JCFurl4VnUDPmu6xZ4/cKCH7cA==", "dev": true, "dependencies": { - "conventional-changelog-conventionalcommits": "^6.1.0" + "conventional-changelog-conventionalcommits": "^7.0.2" }, "engines": { - "node": ">=v14" + "node": ">=v18" } }, "node_modules/@eslint-community/eslint-utils": { @@ -736,15 +736,15 @@ } }, "node_modules/conventional-changelog-conventionalcommits": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-6.1.0.tgz", - "integrity": "sha512-3cS3GEtR78zTfMzk0AizXKKIdN4OvSh7ibNz6/DPbhWWQu7LqE/8+/GqSodV+sywUR2gpJAdP/1JFf4XtN7Zpw==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.2.tgz", + "integrity": "sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==", "dev": true, "dependencies": { "compare-func": "^2.0.0" }, "engines": { - "node": ">=14" + "node": ">=16" } }, "node_modules/cookie": { diff --git a/package.json b/package.json index 449b0ced..6f48d10b 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "strong-globalize": "^6.0.6" }, "devDependencies": { - "@commitlint/config-conventional": "^17.8.1", + "@commitlint/config-conventional": "^18.0.0", "@types/express": "^4.17.20", "chai": "^4.3.10", "eslint": "^8.52.0",