From 9039eb64029f1d35aa0b4c2833c1b6758295b397 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 18:19:42 +0000 Subject: [PATCH] Bump lint-staged in /generators/react-native/templates Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.2.11 to 15.3.0. - [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.11...v15.3.0) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-minor ... 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 22c6df9fe..d9a53662a 100644 --- a/generators/react-native/templates/package.json +++ b/generators/react-native/templates/package.json @@ -56,7 +56,7 @@ "globals": "15.14.0", "jest": "29.7.0", "jest-circus": "29.7.0", - "lint-staged": "15.2.11", + "lint-staged": "15.3.0", "mockery": "2.1.0", "patch-package": "8.0.0", "path-exists": "5.0.0",