From 57daefeae7ae5a54387f7c7b3a8f02a6ea65ae39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 02:18:15 +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 a0ddb4d3..06ab054d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "eslint-plugin-prettier": "5.2.1", "husky": "9.1.6", "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 a0628e88..f311b097 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eslint-plugin-prettier": "5.2.1", "husky": "9.1.6", "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",