Bump lint-staged from 12.3.4 to 12.3.5

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.3.4 to 12.3.5.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v12.3.4...v12.3.5)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-06 11:10:29 +00:00 committed by Jon Koops
parent cc138efc10
commit e8f9b59187
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -64,7 +64,7 @@
"http2-proxy": "^5.0.53",
"husky": "^7.0.4",
"jest": "^27.5.1",
"lint-staged": "^12.3.4",
"lint-staged": "^12.3.5",
"postcss": "^8.4.7",
"postcss-import": "^14.0.2",
"prettier": "^2.5.1",
@ -14238,9 +14238,9 @@
"dev": true
},
"node_modules/lint-staged": {
"version": "12.3.4",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.3.4.tgz",
"integrity": "sha512-yv/iK4WwZ7/v0GtVkNb3R82pdL9M+ScpIbJLJNyCXkJ1FGaXvRCOg/SeL59SZtPpqZhE7BD6kPKFLIDUhDx2/w==",
"version": "12.3.5",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.3.5.tgz",
"integrity": "sha512-oOH36RUs1It7b9U/C7Nl/a0sLfoIBcMB8ramiB3nuJ6brBqzsWiUAFSR5DQ3yyP/OR7XKMpijtgKl2DV1lQ3lA==",
"dev": true,
"dependencies": {
"cli-truncate": "^3.1.0",
@ -32433,9 +32433,9 @@
"dev": true
},
"lint-staged": {
"version": "12.3.4",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.3.4.tgz",
"integrity": "sha512-yv/iK4WwZ7/v0GtVkNb3R82pdL9M+ScpIbJLJNyCXkJ1FGaXvRCOg/SeL59SZtPpqZhE7BD6kPKFLIDUhDx2/w==",
"version": "12.3.5",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.3.5.tgz",
"integrity": "sha512-oOH36RUs1It7b9U/C7Nl/a0sLfoIBcMB8ramiB3nuJ6brBqzsWiUAFSR5DQ3yyP/OR7XKMpijtgKl2DV1lQ3lA==",
"dev": true,
"requires": {
"cli-truncate": "^3.1.0",

View file

@ -80,7 +80,7 @@
"http2-proxy": "^5.0.53",
"husky": "^7.0.4",
"jest": "^27.5.1",
"lint-staged": "^12.3.4",
"lint-staged": "^12.3.5",
"postcss": "^8.4.7",
"postcss-import": "^14.0.2",
"prettier": "^2.5.1",