From a636c177f88d5b9d760591119280daeadcdf158d Mon Sep 17 00:00:00 2001 From: null Date: Mon, 5 Feb 2024 16:26:55 +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 3790c752..42ec73f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "jest-environment-jsdom": "29.7.0", "jest-preset-angular": "12.2.6", "lerna": "8.0.2", - "lint-staged": "15.2.1", + "lint-staged": "15.2.2", "ng-packagr": "15.2.2", "nx": "17.3.0", "prettier": "3.2.5", @@ -29863,9 +29863,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 d2161553..50ecf792 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "jest-environment-jsdom": "29.7.0", "jest-preset-angular": "12.2.6", "lerna": "8.0.2", - "lint-staged": "15.2.1", + "lint-staged": "15.2.2", "ng-packagr": "15.2.2", "nx": "17.3.0", "prettier": "3.2.5",