From 3338345e8b4a0ee3c38eaffe05c58e574f15fd63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 01:31:56 +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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5ad5bb1d6..b016f9086 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "dotenv": "^16.4.7", "find-versions-cli": "^5.0.0", "husky": "9.1.7", - "lint-staged": "^15.5.0", + "lint-staged": "^15.5.1", "markdownlint-cli": "^0.44.0", "nodemon": "3.1.9", "npm-run-all2": "7.0.2", @@ -8362,9 +8362,9 @@ } }, "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": { @@ -20756,9 +20756,9 @@ } }, "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, "requires": { "chalk": "^5.4.1", diff --git a/package.json b/package.json index f8f738fc1..2a01fd0ee 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "dotenv": "^16.4.7", "find-versions-cli": "^5.0.0", "husky": "9.1.7", - "lint-staged": "^15.5.0", + "lint-staged": "^15.5.1", "markdownlint-cli": "^0.44.0", "nodemon": "3.1.9", "npm-run-all2": "7.0.2",