Bump lint-staged from 12.4.3 to 12.5.0

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.4.3 to 12.5.0.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v12.4.3...v12.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-06-01 07:53:19 +00:00 committed by GitHub
parent 527b5f39e3
commit 862372848d
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 @@
"eslint-plugin-prefer-arrow": "^1.2.3",
"husky": "^8.0.1",
"jest": "^27.5.1",
"lint-staged": "^12.4.3",
"lint-staged": "^12.5.0",
"prettier": "2.6.2",
"ts-jest": "^27.1.4",
"ts-node-dev": "^2.0.0",
@ -4244,9 +4244,9 @@
"dev": true
},
"node_modules/lint-staged": {
"version": "12.4.3",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.4.3.tgz",
"integrity": "sha512-eH6SKOmdm/ZwCRMTZAmM3q3dPkpq6vco/BfrOw8iGun4Xs/thYegPD/MLIwKO+iPkzibkLJuQcRhRLXKvaKreg==",
"version": "12.5.0",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.5.0.tgz",
"integrity": "sha512-BKLUjWDsKquV/JuIcoQW4MSAI3ggwEImF1+sB4zaKvyVx1wBk3FsG7UK9bpnmBTN1pm7EH2BBcMwINJzCRv12g==",
"dev": true,
"dependencies": {
"cli-truncate": "^3.1.0",
@ -9302,9 +9302,9 @@
"dev": true
},
"lint-staged": {
"version": "12.4.3",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.4.3.tgz",
"integrity": "sha512-eH6SKOmdm/ZwCRMTZAmM3q3dPkpq6vco/BfrOw8iGun4Xs/thYegPD/MLIwKO+iPkzibkLJuQcRhRLXKvaKreg==",
"version": "12.5.0",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.5.0.tgz",
"integrity": "sha512-BKLUjWDsKquV/JuIcoQW4MSAI3ggwEImF1+sB4zaKvyVx1wBk3FsG7UK9bpnmBTN1pm7EH2BBcMwINJzCRv12g==",
"dev": true,
"requires": {
"cli-truncate": "^3.1.0",

View File

@ -33,7 +33,7 @@
"eslint-plugin-prefer-arrow": "^1.2.3",
"husky": "^8.0.1",
"jest": "^27.5.1",
"lint-staged": "^12.4.3",
"lint-staged": "^12.5.0",
"prettier": "2.6.2",
"ts-jest": "^27.1.4",
"ts-node-dev": "^2.0.0",