From e76eaff2451dd2192b2ac73b1805d0aa8fa9f9fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Apr 2025 20:38:25 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 15.5.0 to 15.5.1 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.5.0 to 15.5.1. - [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/v15.5.0...v15.5.1) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 15.5.1 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 49762f11..7f7aa698 100644 --- a/package-lock.json +++ b/package-lock.json @@ -77,7 +77,7 @@ "husky": "9.1.7", "jest": "29.7.0", "jest-junit": "16.0.0", - "lint-staged": "15.5.0", + "lint-staged": "15.5.1", "node-mocks-http": "1.16.2", "passport-custom": "1.1.1", "pino-pretty": "13.0.0", @@ -8975,9 +8975,9 @@ "license": "MIT" }, "node_modules/lint-staged": { - "version": "15.5.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.5.0.tgz", - "integrity": "sha512-WyCzSbfYGhK7cU+UuDDkzUiytbfbi0ZdPy2orwtM75P3WTtQBzmG40cCxIa8Ii2+XjfxzLH6Be46tUfWS85Xfg==", + "version": "15.5.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.5.1.tgz", + "integrity": "sha512-6m7u8mue4Xn6wK6gZvSCQwBvMBR36xfY24nF5bMTf2MHDYG6S3yhJuOgdYVw99hsjyDt2d4z168b3naI8+NWtQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index c300e46b..f69a0ce9 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "husky": "9.1.7", "jest": "29.7.0", "jest-junit": "16.0.0", - "lint-staged": "15.5.0", + "lint-staged": "15.5.1", "node-mocks-http": "1.16.2", "passport-custom": "1.1.1", "pino-pretty": "13.0.0",