diff --git a/package-lock.json b/package-lock.json index b3ea987..f3c426a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "strong-globalize": "^6.0.5" }, "devDependencies": { - "@commitlint/config-conventional": "^12.1.4", + "@commitlint/config-conventional": "^16.2.1", "@types/express": "^4.17.13", "chai": "^4.3.6", "eslint": "^7.32.0", @@ -135,15 +135,15 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "12.1.4", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-12.1.4.tgz", - "integrity": "sha512-ZIdzmdy4o4WyqywMEpprRCrehjCSQrHkaRTVZV411GyLigFQHlEBSJITAihLAWe88Qy/8SyoIe5uKvAsV5vRqQ==", + "version": "16.2.1", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-16.2.1.tgz", + "integrity": "sha512-cP9gArx7gnaj4IqmtCIcHdRjTYdRUi6lmGE+lOzGGjGe45qGOS8nyQQNvkNy2Ey2VqoSWuXXkD8zCUh6EHf1Ww==", "dev": true, "dependencies": { "conventional-changelog-conventionalcommits": "^4.3.1" }, "engines": { - "node": ">=v10" + "node": ">=v12" } }, "node_modules/@eslint/eslintrc": { @@ -3494,9 +3494,9 @@ } }, "@commitlint/config-conventional": { - "version": "12.1.4", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-12.1.4.tgz", - "integrity": "sha512-ZIdzmdy4o4WyqywMEpprRCrehjCSQrHkaRTVZV411GyLigFQHlEBSJITAihLAWe88Qy/8SyoIe5uKvAsV5vRqQ==", + "version": "16.2.1", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-16.2.1.tgz", + "integrity": "sha512-cP9gArx7gnaj4IqmtCIcHdRjTYdRUi6lmGE+lOzGGjGe45qGOS8nyQQNvkNy2Ey2VqoSWuXXkD8zCUh6EHf1Ww==", "dev": true, "requires": { "conventional-changelog-conventionalcommits": "^4.3.1" diff --git a/package.json b/package.json index 0e0317f..7a3a1ea 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "strong-globalize": "^6.0.5" }, "devDependencies": { - "@commitlint/config-conventional": "^12.1.4", + "@commitlint/config-conventional": "^16.2.1", "@types/express": "^4.17.13", "chai": "^4.3.6", "eslint": "^7.32.0",