From 4a2059c42d324d0feefcb165446c7570773fb70d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 14:14:38 +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 1b7700059ee..3f0997cf2e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -79,7 +79,7 @@ "husky": "^9.0.11", "jest-canvas-mock": "^2.5.2", "jest-watch-typeahead": "^2.2.2", - "lint-staged": "^15.2.5", + "lint-staged": "^15.2.7", "prettier": "^3.2.5", "react-scripts": "file:./create-react-app/packages/react-scripts", "rimraf": "^5.0.7", @@ -19843,9 +19843,9 @@ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" }, "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 f80173f0c35..294e0479e25 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "husky": "^9.0.11", "jest-canvas-mock": "^2.5.2", "jest-watch-typeahead": "^2.2.2", - "lint-staged": "^15.2.5", + "lint-staged": "^15.2.7", "prettier": "^3.2.5", "react-scripts": "file:./create-react-app/packages/react-scripts", "rimraf": "^5.0.7",