Merge pull request #195 from simonecorsi/dependabot/npm_and_yarn/commitlint/config-conventional-17.1.0

build(deps-dev): bump @commitlint/config-conventional from 17.0.3 to 17.1.0
This commit is contained in:
Simone Corsi 2022-08-29 07:14:15 +02:00 committed by GitHub
commit 7b1b7cb906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -19,7 +19,7 @@
},
"devDependencies": {
"@commitlint/cli": "^17.1.1",
"@commitlint/config-conventional": "^17.0.3",
"@commitlint/config-conventional": "^17.1.0",
"@octokit/rest": "^19.0.4",
"@octokit/types": "^6.41.0",
"@saithodev/semantic-release-backmerge": "^2.1.2",
@ -497,9 +497,9 @@
}
},
"node_modules/@commitlint/config-conventional": {
"version": "17.0.3",
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.0.3.tgz",
"integrity": "sha512-HCnzTm5ATwwwzNVq5Y57poS0a1oOOcd5pc1MmBpLbGmSysc4i7F/++JuwtdFPu16sgM3H9J/j2zznRLOSGVO2A==",
"version": "17.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.1.0.tgz",
"integrity": "sha512-WU2p0c9/jLi8k2q2YrDV96Y8XVswQOceIQ/wyJvQxawJSCasLdRB3kUIYdNjOCJsxkpoUlV/b90ZPxp1MYZDiA==",
"dev": true,
"dependencies": {
"conventional-changelog-conventionalcommits": "^5.0.0"
@ -11950,9 +11950,9 @@
}
},
"@commitlint/config-conventional": {
"version": "17.0.3",
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.0.3.tgz",
"integrity": "sha512-HCnzTm5ATwwwzNVq5Y57poS0a1oOOcd5pc1MmBpLbGmSysc4i7F/++JuwtdFPu16sgM3H9J/j2zznRLOSGVO2A==",
"version": "17.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.1.0.tgz",
"integrity": "sha512-WU2p0c9/jLi8k2q2YrDV96Y8XVswQOceIQ/wyJvQxawJSCasLdRB3kUIYdNjOCJsxkpoUlV/b90ZPxp1MYZDiA==",
"dev": true,
"requires": {
"conventional-changelog-conventionalcommits": "^5.0.0"

View File

@ -23,7 +23,7 @@
],
"devDependencies": {
"@commitlint/cli": "^17.1.1",
"@commitlint/config-conventional": "^17.0.3",
"@commitlint/config-conventional": "^17.1.0",
"@octokit/rest": "^19.0.4",
"@octokit/types": "^6.41.0",
"@saithodev/semantic-release-backmerge": "^2.1.2",