From 690bfb68ead483394a8d499651bb6ad7eb1973ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 18:36:09 +0000 Subject: [PATCH] Bump lint-staged in /generators/react-native/templates Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.2.10 to 15.2.11. - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](https://github.com/lint-staged/lint-staged/compare/v15.2.10...v15.2.11) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- generators/react-native/templates/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/react-native/templates/package.json b/generators/react-native/templates/package.json index eb2d4a58e..f4d999982 100644 --- a/generators/react-native/templates/package.json +++ b/generators/react-native/templates/package.json @@ -56,7 +56,7 @@ "globals": "15.13.0", "jest": "29.7.0", "jest-circus": "29.7.0", - "lint-staged": "15.2.10", + "lint-staged": "15.2.11", "mockery": "2.1.0", "patch-package": "8.0.0", "path-exists": "5.0.0",