From 8add80c73f7ec401e5b83d8cb15ca156fcaceade Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 03:18:17 +0000 Subject: [PATCH] chore(deps): pin dependency lint-staged to 15.2.10 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index d92cf3a1..513aa539 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "eslint-plugin-prettier": "5.2.1", "husky": "9.1.7", "jest": "29.7.0", - "lint-staged": "^15.2.10", + "lint-staged": "15.2.10", "prettier": "3.3.3", "semantic-release": "24.2.0", "sinon": "17.0.2", diff --git a/package.json b/package.json index 6372d719..daf756ac 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eslint-plugin-prettier": "5.2.1", "husky": "9.1.7", "jest": "29.7.0", - "lint-staged": "^15.2.10", + "lint-staged": "15.2.10", "prettier": "3.3.3", "semantic-release": "24.2.0", "sinon": "17.0.2",