diff --git a/package-lock.json b/package-lock.json index d900648..dd5a4ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6315,9 +6315,9 @@ "dev": true }, "lint-staged": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.3.0.tgz", - "integrity": "sha512-an3VgjHqmJk0TORB/sdQl0CTkRg4E5ybYCXTTCSJ5h9jFwZbcgKIx5oVma5e7wp/uKt17s1QYFmYqT9MGVosGw==", + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.4.0.tgz", + "integrity": "sha512-uaiX4U5yERUSiIEQc329vhCTDDwUcSvKdRLsNomkYLRzijk3v8V9GWm2Nz0RMVB87VcuzLvtgy6OsjoH++QHIg==", "dev": true, "requires": { "chalk": "^4.1.0", diff --git a/package.json b/package.json index 5ff9be7..fa5e67c 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "husky": "^4.3.0", "jest": "^26.4.2", "json5": "^2.1.3", - "lint-staged": "^10.3.0", + "lint-staged": "^10.4.0", "np": "^6.5.0", "npm-run-all": "^4.1.5", "postcss": ">=7.0.32",