From b59977872e202497f3b87eb1f72da0e2a59466ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 01:55:56 +0000 Subject: [PATCH] build(deps-dev): bump lint-staged from 15.4.3 to 15.5.2 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.4.3 to 15.5.2. - [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.4.3...v15.5.2) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 15.5.2 dependency-type: direct:development update-type: version-update:semver-minor ... 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 d492337..09631ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "biome": "^0.3.3", "husky": "^9.1.7", "jsdom": "^26.0.0", - "lint-staged": "^15.4.3", + "lint-staged": "^15.5.2", "react": "^19.0.0", "react-dom": "^19.0.0", "rollup-plugin-node-externals": "^8.0.0", @@ -5887,9 +5887,9 @@ "license": "MIT" }, "node_modules/lint-staged": { - "version": "15.4.3", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.4.3.tgz", - "integrity": "sha512-FoH1vOeouNh1pw+90S+cnuoFwRfUD9ijY2GKy5h7HS3OR7JVir2N2xrsa0+Twc1B7cW72L+88geG5cW4wIhn7g==", + "version": "15.5.2", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.5.2.tgz", + "integrity": "sha512-YUSOLq9VeRNAo/CTaVmhGDKG+LBtA8KF1X4K5+ykMSwWST1vDxJRB2kv2COgLb1fvpCo+A/y9A0G0znNVmdx4w==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index bb717b5..a7c287e 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "biome": "^0.3.3", "husky": "^9.1.7", "jsdom": "^26.0.0", - "lint-staged": "^15.4.3", + "lint-staged": "^15.5.2", "react": "^19.0.0", "react-dom": "^19.0.0", "rollup-plugin-node-externals": "^8.0.0",