diff --git a/package-lock.json b/package-lock.json index aedefa46..7347ca2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@commitlint/cli": "^15.0.0", - "@commitlint/config-conventional": "^14.1.0", + "@commitlint/config-conventional": "^15.0.0", "eslint": "^7.32.0", "husky": "^7.0.4", "lint-staged": "^12.1.1", @@ -707,9 +707,9 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-14.1.0.tgz", - "integrity": "sha512-JuhCqkEv8jyqmd54EpXPsQFpYc/8k7sfP1UziRdEvZSJUCLxz+8Pk4cNS0oF1BtjaWO7ITgXPlIZg47PyApGmg==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-15.0.0.tgz", + "integrity": "sha512-eZBRL8Lk3hMNHp1wUMYj0qrZQEsST1ai7KHR8J1IDD9aHgT7L2giciibuQ+Og7vxVhR5WtYDvh9xirXFVPaSkQ==", "dependencies": { "conventional-changelog-conventionalcommits": "^4.3.1" }, @@ -12540,9 +12540,9 @@ } }, "@commitlint/config-conventional": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-14.1.0.tgz", - "integrity": "sha512-JuhCqkEv8jyqmd54EpXPsQFpYc/8k7sfP1UziRdEvZSJUCLxz+8Pk4cNS0oF1BtjaWO7ITgXPlIZg47PyApGmg==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-15.0.0.tgz", + "integrity": "sha512-eZBRL8Lk3hMNHp1wUMYj0qrZQEsST1ai7KHR8J1IDD9aHgT7L2giciibuQ+Og7vxVhR5WtYDvh9xirXFVPaSkQ==", "requires": { "conventional-changelog-conventionalcommits": "^4.3.1" } diff --git a/package.json b/package.json index 7bdee353..b2b5c988 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "dependencies": { "@commitlint/cli": "^15.0.0", - "@commitlint/config-conventional": "^14.1.0", + "@commitlint/config-conventional": "^15.0.0", "eslint": "^7.32.0", "husky": "^7.0.4", "lint-staged": "^12.1.1",