diff --git a/package-lock.json b/package-lock.json index 45dd3fe8..db9489f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4177,9 +4177,9 @@ } }, "@commitlint/config-conventional": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.0.2.tgz", - "integrity": "sha512-MfP0I/JbxKkzo+HXWB7B3WstGS4BiniotU3d3xQ9gK8cR0DbeZ4MuyGCWF65YDyrcDTS3WlrJ3ndSPA1pqhoPw==", + "version": "17.0.3", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.0.3.tgz", + "integrity": "sha512-HCnzTm5ATwwwzNVq5Y57poS0a1oOOcd5pc1MmBpLbGmSysc4i7F/++JuwtdFPu16sgM3H9J/j2zznRLOSGVO2A==", "dev": true, "requires": { "conventional-changelog-conventionalcommits": "^5.0.0" diff --git a/package.json b/package.json index ade04a15..a1fdbef7 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@babel/plugin-proposal-nullish-coalescing-operator": "^7.17.12", "@babel/plugin-proposal-optional-chaining": "^7.17.12", "@commitlint/cli": "^17.0.3", - "@commitlint/config-conventional": "^17.0.2", + "@commitlint/config-conventional": "^17.0.3", "@delucis/if-env": "^1.1.2", "@samhammer/vue-cli-plugin-stylelint": "^2.1.0", "@vue/cli-plugin-babel": "^5.0.6",