diff --git a/package-lock.json b/package-lock.json index b3332c90b..f62f6b28c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1772,9 +1772,9 @@ "dev": true }, "lint-staged": { - "version": "10.1.6", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.1.6.tgz", - "integrity": "sha512-45zaGxf4XZuwdUk87yRFE/1b4vTZmH2UnYmUPmindsgdAljOFpWWb0yEjxngmqERUS/MGauJexFF6BjLVg9VMA==", + "version": "10.1.7", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.1.7.tgz", + "integrity": "sha512-ZkK8t9Ep/AHuJQKV95izSa+DqotftGnSsNeEmCSqbQ6j4C4H0jDYhEZqVOGD1Q2Oe227igbqjMWycWyYbQtpoA==", "dev": true, "requires": { "chalk": "^4.0.0", diff --git a/package.json b/package.json index 2a596ce3f..762ab16ff 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "homepage": "https://github.com/peaceiris/hugo-theme-iris#readme", "devDependencies": { "husky": "^4.2.5", - "lint-staged": "^10.1.6", + "lint-staged": "^10.1.7", "npm-run-all": "^4.1.5", "open": "^7.0.3", "standard-version": "^7.1.0",