Bump lint-staged from 12.3.7 to 12.4.1

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.3.7 to 12.4.1.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v12.3.7...v12.4.1)

---
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-04-27 04:36:51 +00:00 committed by GitHub
parent 78ffdbf0fc
commit 5da60dd7be
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": "^7.0.2",
"jest": "^27.5.1",
"lint-staged": "^12.3.7",
"lint-staged": "^12.4.1",
"prettier": "2.6.2",
"ts-jest": "^27.1.4",
"ts-node-dev": "^1.1.8",
@ -4217,9 +4217,9 @@
"dev": true
},
"node_modules/lint-staged": {
"version": "12.3.7",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.3.7.tgz",
"integrity": "sha512-/S4D726e2GIsDVWIk1XGvheCaDm1SJRQp8efamZFWJxQMVEbOwSysp7xb49Oo73KYCdy97mIWinhlxcoNqIfIQ==",
"version": "12.4.1",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.4.1.tgz",
"integrity": "sha512-PTXgzpflrQ+pODQTG116QNB+Q6uUTDg5B5HqGvNhoQSGt8Qy+MA/6zSnR8n38+sxP5TapzeQGTvoKni0KRS8Vg==",
"dev": true,
"dependencies": {
"cli-truncate": "^3.1.0",
@ -9211,9 +9211,9 @@
"dev": true
},
"lint-staged": {
"version": "12.3.7",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.3.7.tgz",
"integrity": "sha512-/S4D726e2GIsDVWIk1XGvheCaDm1SJRQp8efamZFWJxQMVEbOwSysp7xb49Oo73KYCdy97mIWinhlxcoNqIfIQ==",
"version": "12.4.1",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.4.1.tgz",
"integrity": "sha512-PTXgzpflrQ+pODQTG116QNB+Q6uUTDg5B5HqGvNhoQSGt8Qy+MA/6zSnR8n38+sxP5TapzeQGTvoKni0KRS8Vg==",
"dev": true,
"requires": {
"cli-truncate": "^3.1.0",

View File

@ -33,7 +33,7 @@
"eslint-plugin-prefer-arrow": "^1.2.3",
"husky": "^7.0.2",
"jest": "^27.5.1",
"lint-staged": "^12.3.7",
"lint-staged": "^12.4.1",
"prettier": "2.6.2",
"ts-jest": "^27.1.4",
"ts-node-dev": "^1.1.8",