From 83991299494343ef080cc57b66d2ec9acaed6cc3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 2 Jan 2022 21:57:03 +0000 Subject: [PATCH] Update dependency lint-staged to ^12.1.5 --- 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 d2e55dcb..24cd6290 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "husky": "^4.3.8", "jest": "^27.4.5", "jest-environment-jsdom-sixteen": "^1.0.3", - "lint-staged": "^12.1.4", + "lint-staged": "^12.1.5", "lodash": "^4.17.21", "react": "^17.0.2", "react-dom": "^17.0.2", @@ -21450,9 +21450,9 @@ } }, "node_modules/lint-staged": { - "version": "12.1.4", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.1.4.tgz", - "integrity": "sha512-RgDz9nsFsE0/5eL9Vat0AvCuk0+j5mEuzBIVfrRH5FRtt5wibYe8zTjZs2nuqLFrLAGQGYnj8+HJxolcj08i/A==", + "version": "12.1.5", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.1.5.tgz", + "integrity": "sha512-WyKb+0sNKDTd1LwwAfTBPp0XmdaKkAOEbg4oHE4Kq2+oQVchg/VAcjVQtSqZih1izNsTURjc2EkhG/syRQUXdA==", "dev": true, "dependencies": { "cli-truncate": "^3.1.0", @@ -48426,9 +48426,9 @@ } }, "lint-staged": { - "version": "12.1.4", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.1.4.tgz", - "integrity": "sha512-RgDz9nsFsE0/5eL9Vat0AvCuk0+j5mEuzBIVfrRH5FRtt5wibYe8zTjZs2nuqLFrLAGQGYnj8+HJxolcj08i/A==", + "version": "12.1.5", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.1.5.tgz", + "integrity": "sha512-WyKb+0sNKDTd1LwwAfTBPp0XmdaKkAOEbg4oHE4Kq2+oQVchg/VAcjVQtSqZih1izNsTURjc2EkhG/syRQUXdA==", "dev": true, "requires": { "cli-truncate": "^3.1.0", diff --git a/package.json b/package.json index 46265fe2..ba26b679 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "husky": "^4.3.8", "jest": "^27.4.5", "jest-environment-jsdom-sixteen": "^1.0.3", - "lint-staged": "^12.1.4", + "lint-staged": "^12.1.5", "lodash": "^4.17.21", "react": "^17.0.2", "react-dom": "^17.0.2",