From 2c9c19d6c6abccda6a7d5e26751b06815cb66bc6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 15:05:11 +0000 Subject: [PATCH] chore(deps): update dependency lint-staged to v15.2.2 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 66ce745..f3eb09a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "eslint-config-google": "0.14.0", "eslint-config-prettier": "9.1.0", "husky": "8.0.3", - "lint-staged": "15.2.1", + "lint-staged": "15.2.2", "prettier": "3.2.5" } }, @@ -1283,9 +1283,9 @@ } }, "node_modules/lint-staged": { - "version": "15.2.1", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.1.tgz", - "integrity": "sha512-dhwAPnM85VdshybV9FWI/9ghTvMLoQLEXgVMx+ua2DN7mdfzd/tRfoU2yhMcBac0RHkofoxdnnJUokr8s4zKmQ==", + "version": "15.2.2", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.2.tgz", + "integrity": "sha512-TiTt93OPh1OZOsb5B7k96A/ATl2AjIZo+vnzFZ6oHK5FuTk63ByDtxGQpHm+kFETjEWqgkF95M8FRXKR/LEBcw==", "dev": true, "dependencies": { "chalk": "5.3.0", diff --git a/package.json b/package.json index 5906a58..cbfd102 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "eslint-config-google": "0.14.0", "eslint-config-prettier": "9.1.0", "husky": "8.0.3", - "lint-staged": "15.2.1", + "lint-staged": "15.2.2", "prettier": "3.2.5" } }