From 3e3d56fcf32a82df77d55996289ae5c8cbfc1a39 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 24 Dec 2021 10:59:21 +0000 Subject: [PATCH] chore(deps): update dependency lint-staged to v12.1.4 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e1e66f825..49c0141e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8160,9 +8160,9 @@ "dev": true }, "lint-staged": { - "version": "12.1.3", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.1.3.tgz", - "integrity": "sha512-ajapdkaFxx+MVhvq6xQRg9zCnCLz49iQLJZP7+w8XaA3U4B35Z9xJJGq9vxmWo73QTvJLG+N2NxhjWiSexbAWQ==", + "version": "12.1.4", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.1.4.tgz", + "integrity": "sha512-RgDz9nsFsE0/5eL9Vat0AvCuk0+j5mEuzBIVfrRH5FRtt5wibYe8zTjZs2nuqLFrLAGQGYnj8+HJxolcj08i/A==", "dev": true, "requires": { "cli-truncate": "^3.1.0", diff --git a/package.json b/package.json index 575431981..dc51e0912 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "eslint-plugin-import": "2.25.3", "husky": "7.0.4", "jest": "27.4.5", - "lint-staged": "12.1.3", + "lint-staged": "12.1.4", "mysql": "2.18.1", "pg": "8.7.1", "prettier": "2.5.1",