From dddd52f8bdcfab73a14a436ca01a77dffc6d6784 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 01:51:14 +0000 Subject: [PATCH] build(deps-dev): bump lint-staged from 15.4.3 to 15.5.1 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.4.3 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.4.3...v15.5.1) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 15.5.1 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..2067bd8 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.1", "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.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 bb717b5..d630fe1 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.1", "react": "^19.0.0", "react-dom": "^19.0.0", "rollup-plugin-node-externals": "^8.0.0",