Browse Source

Update dependency lint-staged to v14 (#3933)

hestiacp-bot 2 years ago
parent
commit
f798418190
2 changed files with 5 additions and 5 deletions
  1. 4 4
      package-lock.json
  2. 1 1
      package.json

+ 4 - 4
package-lock.json

@@ -30,7 +30,7 @@
 				"eslint-plugin-import": "2.28.0",
 				"husky": "8.0.3",
 				"lightningcss": "1.21.5",
-				"lint-staged": "13.3.0",
+				"lint-staged": "14.0.0",
 				"markdownlint-cli2": "0.8.1",
 				"prettier": "2.8.8",
 				"prettier-plugin-nginx": "1.0.3",
@@ -3982,9 +3982,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.0",
+			"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-14.0.0.tgz",
+			"integrity": "sha512-0tLf0pqZYkar/wu3nTctk4rVIG+d7PanDYv4/IQR4qwdqfQkTDziLRFnqMcLuLBTuUqmcLwsHPD2EjQ18d/oaA==",
 			"dev": true,
 			"dependencies": {
 				"chalk": "5.3.0",

+ 1 - 1
package.json

@@ -38,7 +38,7 @@
 		"eslint-plugin-import": "2.28.0",
 		"husky": "8.0.3",
 		"lightningcss": "1.21.5",
-		"lint-staged": "13.3.0",
+		"lint-staged": "14.0.0",
 		"markdownlint-cli2": "0.8.1",
 		"prettier": "2.8.8",
 		"prettier-plugin-nginx": "1.0.3",