From de56cb775e146f3e35b0a7270cc0daade0a03745 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 20:59:40 +0000 Subject: [PATCH] chore(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 cd6534fc..79340984 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "eslint-plugin-jsdoc": "^50.2.2", "eslint-plugin-prettier": "^5.1.3", "husky": "^9.1.7", - "lint-staged": "^15.2.7", + "lint-staged": "^15.5.1", "mocha": "^10.8.2", "prettier": "^3.2.5", "ts-loader": "^9.5.1", @@ -5749,9 +5749,9 @@ } }, "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 9ead2398..0613d932 100644 --- a/package.json +++ b/package.json @@ -766,7 +766,7 @@ "eslint-plugin-jsdoc": "^50.2.2", "eslint-plugin-prettier": "^5.1.3", "husky": "^9.1.7", - "lint-staged": "^15.2.7", + "lint-staged": "^15.5.1", "mocha": "^10.8.2", "prettier": "^3.2.5", "ts-loader": "^9.5.1",