Browse Source

Update dependency lint-staged to v14 (#184)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/192/head
renovate[bot] 2 years ago committed by GitHub
parent
commit
5f9e057857
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      package-lock.json
  2. 2
      package.json

8
package-lock.json generated

@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
"license": "SEE LICENSE IN LICENSE.txt",
"devDependencies": {
"husky": "8.0.3",
"lint-staged": "13.3.0",
"lint-staged": "14.0.1",
"prettier": "3.0.3"
}
},
@ -292,9 +292,9 @@ @@ -292,9 +292,9 @@
}
},
"node_modules/lint-staged": {
"version": "13.3.0",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.3.0.tgz",
"integrity": "sha512-mPRtrYnipYYv1FEE134ufbWpeggNTo+O/UPzngoaKzbzHAthvR55am+8GfHTnqNRQVRRrYQLGW9ZyUoD7DsBHQ==",
"version": "14.0.1",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-14.0.1.tgz",
"integrity": "sha512-Mw0cL6HXnHN1ag0mN/Dg4g6sr8uf8sn98w2Oc1ECtFto9tvRF7nkXGJRbx8gPlHyoR0pLyBr2lQHbWwmUHe1Sw==",
"dev": true,
"dependencies": {
"chalk": "5.3.0",

2
package.json

@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@
"homepage": "https://bitwarden.com",
"devDependencies": {
"husky": "8.0.3",
"lint-staged": "13.3.0",
"lint-staged": "14.0.1",
"prettier": "3.0.3"
},
"lint-staged": {

Loading…
Cancel
Save