From cfca00a0206725594279de961a0c6e5b18307a51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 10:26:35 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 15.2.5 to 15.2.7 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 15.2.5 to 15.2.7. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](https://github.com/okonet/lint-staged/compare/v15.2.5...v15.2.7) --- updated-dependencies: - dependency-name: lint-staged 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 433a6b90b8..c39fae0fbe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "jest": "^29.7.0", "jest-runner-groups": "^2.2.0", "lerna": "8.1.2", - "lint-staged": "^15.2.5", + "lint-staged": "^15.2.7", "markdownlint-cli2": "^0.13.0", "prettier": "^3.3.2", "ts-jest": "^29.1.4", @@ -13201,9 +13201,9 @@ } }, "node_modules/lint-staged": { - "version": "15.2.5", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.5.tgz", - "integrity": "sha512-j+DfX7W9YUvdzEZl3Rk47FhDF6xwDBV5wwsCPw6BwWZVPYJemusQmvb9bRsW23Sqsaa+vRloAWogbK4BUuU2zA==", + "version": "15.2.7", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.7.tgz", + "integrity": "sha512-+FdVbbCZ+yoh7E/RosSdqKJyUM2OEjTciH0TFNkawKgvFp1zbGlEC39RADg+xKBG1R4mhoH2j85myBQZ5wR+lw==", "dev": true, "dependencies": { "chalk": "~5.3.0", diff --git a/package.json b/package.json index 3434672623..e915b93770 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "jest": "^29.7.0", "jest-runner-groups": "^2.2.0", "lerna": "8.1.2", - "lint-staged": "^15.2.5", + "lint-staged": "^15.2.7", "markdownlint-cli2": "^0.13.0", "prettier": "^3.3.2", "ts-jest": "^29.1.4",