Merge pull request #1481 from synclounge/dependabot/npm_and_yarn/commitlint/config-conventional-17.8.0
This commit is contained in:
commit
993dc00d20
|
@ -20,7 +20,7 @@
|
|||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
||||
"@commitlint/cli": "^17.8.0",
|
||||
"@commitlint/config-conventional": "^17.7.0",
|
||||
"@commitlint/config-conventional": "^17.8.0",
|
||||
"@delucis/if-env": "^1.1.2",
|
||||
"@samhammer/vue-cli-plugin-stylelint": "^5.0.8",
|
||||
"@vue/cli-plugin-babel": "^5.0.8",
|
||||
|
@ -1903,9 +1903,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/config-conventional": {
|
||||
"version": "17.7.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.7.0.tgz",
|
||||
"integrity": "sha512-iicqh2o6et+9kWaqsQiEYZzfLbtoWv9uZl8kbI8EGfnc0HeGafQBF7AJ0ylN9D/2kj6txltsdyQs8+2fTMwWEw==",
|
||||
"version": "17.8.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.8.0.tgz",
|
||||
"integrity": "sha512-MgiFXujmqAvi7M33C7OSMTznwrVkckrbXe/aZWQ/+KFGLLF6IE50XIcjGrW0/uiDGb/im5qbqF2dh1dCFNa+sQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"conventional-changelog-conventionalcommits": "^6.1.0"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
||||
"@commitlint/cli": "^17.8.0",
|
||||
"@commitlint/config-conventional": "^17.7.0",
|
||||
"@commitlint/config-conventional": "^17.8.0",
|
||||
"@delucis/if-env": "^1.1.2",
|
||||
"@samhammer/vue-cli-plugin-stylelint": "^5.0.8",
|
||||
"@vue/cli-plugin-babel": "^5.0.8",
|
||||
|
|
Loading…
Reference in New Issue