From 9c5494216dc36768b1dbd87e2b286d7d3717a189 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 13:29:03 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 16.2.1 to 16.2.3 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 16.2.1 to 16.2.3. - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](https://github.com/lint-staged/lint-staged/compare/v16.2.1...v16.2.3) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 16.2.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 0bc10d5..8070a1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "jest-config": "^30.1.0", "jest-cucumber-fusion": "^0.8.1", "jest-pact": "^0.11.4", - "lint-staged": "^16.2.1", + "lint-staged": "^16.2.3", "node-git-current-branch": "^2.0.1", "pmpact": "^0.4.6", "prettier": "^3.6.2", @@ -13251,9 +13251,9 @@ "license": "MIT" }, "node_modules/lint-staged": { - "version": "16.2.1", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.2.1.tgz", - "integrity": "sha512-KMeYmH9wKvHsXdUp+z6w7HN3fHKHXwT1pSTQTYxB9kI6ekK1rlL3kLZEoXZCppRPXFK9PFW/wfQctV7XUqMrPQ==", + "version": "16.2.3", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.2.3.tgz", + "integrity": "sha512-1OnJEESB9zZqsp61XHH2fvpS1es3hRCxMplF/AJUDa8Ho8VrscYDIuxGrj3m8KPXbcWZ8fT9XTMUhEQmOVKpKw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2c2acd4..0889ead 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "jest-config": "^30.1.0", "jest-cucumber-fusion": "^0.8.1", "jest-pact": "^0.11.4", - "lint-staged": "^16.2.1", + "lint-staged": "^16.2.3", "node-git-current-branch": "^2.0.1", "pmpact": "^0.4.6", "prettier": "^3.6.2",