mirror of
https://github.com/Ravinou/borgwarehouse
synced 2026-03-14 22:35:46 +01:00
Merge pull request #407 from Ravinou/dependabot/npm_and_yarn/commitlint/cli-19.7.1
build(deps-dev): bump @commitlint/cli from 19.6.1 to 19.7.1
This commit is contained in:
commit
4e0dc479bd
2 changed files with 14 additions and 13 deletions
25
package-lock.json
generated
25
package-lock.json
generated
|
|
@ -25,7 +25,7 @@
|
|||
"uuid": "^11.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^19.6.1",
|
||||
"@commitlint/cli": "^19.7.1",
|
||||
"@commitlint/config-conventional": "^19.7.1",
|
||||
"eslint-config-next": "^15.1.6",
|
||||
"husky": "^9.1.7",
|
||||
|
|
@ -175,13 +175,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/cli": {
|
||||
"version": "19.6.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.6.1.tgz",
|
||||
"integrity": "sha512-8hcyA6ZoHwWXC76BoC8qVOSr8xHy00LZhZpauiD0iO0VYbVhMnED0da85lTfIULxl7Lj4c6vZgF0Wu/ed1+jlQ==",
|
||||
"version": "19.7.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.7.1.tgz",
|
||||
"integrity": "sha512-iObGjR1tE/PfDtDTEfd+tnRkB3/HJzpQqRTyofS2MPPkDn1mp3DBC8SoPDayokfAy+xKhF8+bwRCJO25Nea0YQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@commitlint/format": "^19.5.0",
|
||||
"@commitlint/lint": "^19.6.0",
|
||||
"@commitlint/lint": "^19.7.1",
|
||||
"@commitlint/load": "^19.6.1",
|
||||
"@commitlint/read": "^19.5.0",
|
||||
"@commitlint/types": "^19.5.0",
|
||||
|
|
@ -264,9 +265,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/is-ignored": {
|
||||
"version": "19.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-19.6.0.tgz",
|
||||
"integrity": "sha512-Ov6iBgxJQFR9koOupDPHvcHU9keFupDgtB3lObdEZDroiG4jj1rzky60fbQozFKVYRTUdrBGICHG0YVmRuAJmw==",
|
||||
"version": "19.7.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-19.7.1.tgz",
|
||||
"integrity": "sha512-3IaOc6HVg2hAoGleRK3r9vL9zZ3XY0rf1RsUf6jdQLuaD46ZHnXBiOPTyQ004C4IvYjSWqJwlh0/u2P73aIE3g==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
|
@ -278,13 +279,13 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/lint": {
|
||||
"version": "19.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.6.0.tgz",
|
||||
"integrity": "sha512-LRo7zDkXtcIrpco9RnfhOKeg8PAnE3oDDoalnrVU/EVaKHYBWYL1DlRR7+3AWn0JiBqD8yKOfetVxJGdEtZ0tg==",
|
||||
"version": "19.7.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.7.1.tgz",
|
||||
"integrity": "sha512-LhcPfVjcOcOZA7LEuBBeO00o3MeZa+tWrX9Xyl1r9PMd5FWsEoZI9IgnGqTKZ0lZt5pO3ZlstgnRyY1CJJc9Xg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@commitlint/is-ignored": "^19.6.0",
|
||||
"@commitlint/is-ignored": "^19.7.1",
|
||||
"@commitlint/parse": "^19.5.0",
|
||||
"@commitlint/rules": "^19.6.0",
|
||||
"@commitlint/types": "^19.5.0"
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
"uuid": "^11.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^19.6.1",
|
||||
"@commitlint/cli": "^19.7.1",
|
||||
"@commitlint/config-conventional": "^19.7.1",
|
||||
"eslint-config-next": "^15.1.6",
|
||||
"husky": "^9.1.7",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue