From 0815f73bd2886dfb609e3dbe5ad31221e0bc8ad6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 7 Jan 2022 22:13:05 +0000 Subject: [PATCH] chore(deps): update dependency lint-staged to v12.1.7 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4ac3dc19763..6956e133aad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -85,7 +85,7 @@ "husky": "7.0.4", "jest": "27.4.7", "js-yaml": "3.14.1", - "lint-staged": "12.1.6", + "lint-staged": "12.1.7", "lodash": "4.17.21", "markdownlint": "0.25.0", "mock-fs": "5.1.2", @@ -35840,9 +35840,9 @@ } }, "node_modules/lint-staged": { - "version": "12.1.6", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.1.6.tgz", - "integrity": "sha512-Tn7tsxqVVdkR7wXgvZZxGntBEZ16/VFCXpc6EvsHBsTHSBmAOiUOGWmKTLH6wssqz1lUz+UpAQOo/xdhD41ixQ==", + "version": "12.1.7", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.1.7.tgz", + "integrity": "sha512-bltv/ejiLWtowExpjU+s5z8j1Byjg9AlmaAjMmqNbIicY69u6sYIwXGg0dCn0TlkrrY2CphtHIXAkbZ+1VoWQQ==", "dev": true, "dependencies": { "cli-truncate": "^3.1.0", @@ -83808,9 +83808,9 @@ } }, "lint-staged": { - "version": "12.1.6", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.1.6.tgz", - "integrity": "sha512-Tn7tsxqVVdkR7wXgvZZxGntBEZ16/VFCXpc6EvsHBsTHSBmAOiUOGWmKTLH6wssqz1lUz+UpAQOo/xdhD41ixQ==", + "version": "12.1.7", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.1.7.tgz", + "integrity": "sha512-bltv/ejiLWtowExpjU+s5z8j1Byjg9AlmaAjMmqNbIicY69u6sYIwXGg0dCn0TlkrrY2CphtHIXAkbZ+1VoWQQ==", "dev": true, "requires": { "cli-truncate": "^3.1.0", diff --git a/package.json b/package.json index 4f3cc544052..c8c03681f94 100644 --- a/package.json +++ b/package.json @@ -160,7 +160,7 @@ "husky": "7.0.4", "jest": "27.4.7", "js-yaml": "3.14.1", - "lint-staged": "12.1.6", + "lint-staged": "12.1.7", "lodash": "4.17.21", "markdownlint": "0.25.0", "mock-fs": "5.1.2",