5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 08:06:54 +00:00

Merge pull request #454 from wagoid/dependabot/npm_and_yarn/lint-staged-13.0.2

chore(deps-dev): bump lint-staged from 13.0.1 to 13.0.2
This commit is contained in:
Wagner Santos 2022-06-20 06:07:51 -03:00 committed by GitHub
commit 47a94b40ab
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

@ -48,7 +48,7 @@
"eslint-plugin-prettier": "^4.0.0",
"husky": "^8.0.1",
"jest": "^28.1.1",
"lint-staged": "^13.0.1",
"lint-staged": "^13.0.2",
"prettier": "^2.7.1",
"rollup": "^2.75.6",
"standard-version": "^9.5.0",
@ -10600,9 +10600,9 @@
"integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA="
},
"node_modules/lint-staged": {
"version": "13.0.1",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.0.1.tgz",
"integrity": "sha512-Ykaf4QTi0a02BF7cnq7JIPGOJxH4TkNMWhSlJdH9wOekd0X+gog47Jfh/0L31DqZe5AiydLGC7LkPqpaNm+Kvg==",
"version": "13.0.2",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.0.2.tgz",
"integrity": "sha512-qQLfLTh9z34eMzfEHENC+QBskZfxjomrf+snF3xJ4BzilORbD989NLqQ00ughsF/A+PT41e87+WsMFabf9++pQ==",
"dev": true,
"dependencies": {
"cli-truncate": "^3.1.0",
@ -22887,9 +22887,9 @@
"integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA="
},
"lint-staged": {
"version": "13.0.1",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.0.1.tgz",
"integrity": "sha512-Ykaf4QTi0a02BF7cnq7JIPGOJxH4TkNMWhSlJdH9wOekd0X+gog47Jfh/0L31DqZe5AiydLGC7LkPqpaNm+Kvg==",
"version": "13.0.2",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.0.2.tgz",
"integrity": "sha512-qQLfLTh9z34eMzfEHENC+QBskZfxjomrf+snF3xJ4BzilORbD989NLqQ00ughsF/A+PT41e87+WsMFabf9++pQ==",
"dev": true,
"requires": {
"cli-truncate": "^3.1.0",

View file

@ -61,7 +61,7 @@
"eslint-plugin-prettier": "^4.0.0",
"husky": "^8.0.1",
"jest": "^28.1.1",
"lint-staged": "^13.0.1",
"lint-staged": "^13.0.2",
"prettier": "^2.7.1",
"rollup": "^2.75.6",
"standard-version": "^9.5.0",