From d4f42469a3402dd7a591f55bf058cad8b6d41f04 Mon Sep 17 00:00:00 2001 From: null Date: Thu, 16 Jan 2025 06:39:48 +0000 Subject: [PATCH] chore: update dependency lint-staged to v15.4.0 --- 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 c39c20a..e735f62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "jest-preset-angular": "14.5.0", - "lint-staged": "15.3.0", + "lint-staged": "15.4.0", "ng-packagr": "16.2.3", "ngx-highlightjs": "10.0.0", "nx": "20.3.1", @@ -21965,9 +21965,9 @@ } }, "node_modules/lint-staged": { - "version": "15.3.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.3.0.tgz", - "integrity": "sha512-vHFahytLoF2enJklgtOtCtIjZrKD/LoxlaUusd5nh7dWv/dkKQJY74ndFSzxCdv7g0ueGg1ORgTSt4Y9LPZn9A==", + "version": "15.4.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.4.0.tgz", + "integrity": "sha512-UdODqEZiQimd7rCzZ2vqFuELRNUda3mdv7M93jhE4SmDiqAj/w/msvwKgagH23jv2iCPw6Q5m+ltX4VlHvp2LQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5881d59..10ebb66 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "jest-preset-angular": "14.5.0", - "lint-staged": "15.3.0", + "lint-staged": "15.4.0", "ng-packagr": "16.2.3", "ngx-highlightjs": "10.0.0", "nx": "20.3.1",