diff --git a/package-lock.json b/package-lock.json index 02efcb7..319e4d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4687,9 +4687,9 @@ "dev": true }, "lint-staged": { - "version": "10.2.7", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.2.7.tgz", - "integrity": "sha512-srod2bTpF8riaLz+Bgr6v0mI/nSntE8M9jbh4WwAhoosx0G7RKEUIG7mI5Nu5SMbTF9o8GROPgK0Lhf5cDnUUw==", + "version": "10.2.8", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.2.8.tgz", + "integrity": "sha512-36VUVhZuTJUG0yuSv66o+/Cep9Uwp+od6VkjNxQjHKWvHClVD0SjAZx++4H3zgdr6DxPoUl1y/PVygfPhzAXQQ==", "dev": true, "requires": { "chalk": "^4.0.0", diff --git a/package.json b/package.json index f4f017a..8a39716 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "coveralls": "3.1.0", "husky": "4.2.5", "jest": "26.0.1", - "lint-staged": "10.2.7", + "lint-staged": "10.2.8", "nyc": "15.1.0", "prettier": "2.0.5" }, diff --git a/yarn.lock b/yarn.lock index 32012c8..d8374cd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2413,10 +2413,10 @@ lines-and-columns@^1.1.6: version "1.1.6" resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00" -lint-staged@10.2.7: - version "10.2.7" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.2.7.tgz#6e47860af3d86a6a01849cbf8ba80f7754aae6eb" - integrity sha512-srod2bTpF8riaLz+Bgr6v0mI/nSntE8M9jbh4WwAhoosx0G7RKEUIG7mI5Nu5SMbTF9o8GROPgK0Lhf5cDnUUw== +lint-staged@10.2.8: + version "10.2.8" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.2.8.tgz#fcc76158c9d17f5f6238678dc2f4fe98535b2f68" + integrity sha512-36VUVhZuTJUG0yuSv66o+/Cep9Uwp+od6VkjNxQjHKWvHClVD0SjAZx++4H3zgdr6DxPoUl1y/PVygfPhzAXQQ== dependencies: chalk "^4.0.0" cli-truncate "2.1.0"