Merge pull request #1273 from synclounge/dependabot/npm_and_yarn/commitlint/config-conventional-17.4.0
This commit is contained in:
commit
b531c57fde
|
@ -4373,9 +4373,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/config-conventional": {
|
"@commitlint/config-conventional": {
|
||||||
"version": "17.3.0",
|
"version": "17.4.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.3.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.4.0.tgz",
|
||||||
"integrity": "sha512-hgI+fN5xF8nhS9uG/V06xyT0nlcyvHHMkq0kwRSr96vl5BFlRGaL2C0/YY4kQagfU087tmj01bJkG9Ek98Wllw==",
|
"integrity": "sha512-G4XBf45J4ZMspO4NwBFzY3g/1Kb+B42BcIxeikF8wucQxcyxcmhRdjeQpRpS1XEcBq5pdtEEQFipuB9IuiNFhw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"conventional-changelog-conventionalcommits": "^5.0.0"
|
"conventional-changelog-conventionalcommits": "^5.0.0"
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
||||||
"@babel/plugin-proposal-optional-chaining": "^7.20.7",
|
"@babel/plugin-proposal-optional-chaining": "^7.20.7",
|
||||||
"@commitlint/cli": "^17.3.0",
|
"@commitlint/cli": "^17.3.0",
|
||||||
"@commitlint/config-conventional": "^17.3.0",
|
"@commitlint/config-conventional": "^17.4.0",
|
||||||
"@delucis/if-env": "^1.1.2",
|
"@delucis/if-env": "^1.1.2",
|
||||||
"@samhammer/vue-cli-plugin-stylelint": "^2.1.0",
|
"@samhammer/vue-cli-plugin-stylelint": "^2.1.0",
|
||||||
"@vue/cli-plugin-babel": "^5.0.8",
|
"@vue/cli-plugin-babel": "^5.0.8",
|
||||||
|
|
Loading…
Reference in New Issue