From 4782928114743725814737fe7e09d9d419bfe1b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 14:36:25 +0000 Subject: [PATCH] refactor: bump lint-staged from 16.1.0 to 16.1.2 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 16.1.0 to 16.1.2. - [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/v16.1.0...v16.1.2) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 16.1.2 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 b1a11ed27..3571f5147 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "jest-environment-jsdom": "29.7.0", "jsdoc": "4.0.4", "jsdoc-babel": "0.5.0", - "lint-staged": "16.1.0", + "lint-staged": "16.1.2", "madge": "8.0.0", "metro-react-native-babel-preset": "0.77.0", "mongodb-runner": "5.8.3", @@ -20266,9 +20266,9 @@ } }, "node_modules/lint-staged": { - "version": "16.1.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.1.0.tgz", - "integrity": "sha512-HkpQh69XHxgCjObjejBT3s2ILwNjFx8M3nw+tJ/ssBauDlIpkx2RpqWSi1fBgkXLSSXnbR3iEq1NkVtpvV+FLQ==", + "version": "16.1.2", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.1.2.tgz", + "integrity": "sha512-sQKw2Si2g9KUZNY3XNvRuDq4UJqpHwF0/FQzZR2M7I5MvtpWvibikCjUVJzZdGE0ByurEl3KQNvsGetd1ty1/Q==", "dev": true, "license": "MIT", "dependencies": { @@ -46480,9 +46480,9 @@ } }, "lint-staged": { - "version": "16.1.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.1.0.tgz", - "integrity": "sha512-HkpQh69XHxgCjObjejBT3s2ILwNjFx8M3nw+tJ/ssBauDlIpkx2RpqWSi1fBgkXLSSXnbR3iEq1NkVtpvV+FLQ==", + "version": "16.1.2", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.1.2.tgz", + "integrity": "sha512-sQKw2Si2g9KUZNY3XNvRuDq4UJqpHwF0/FQzZR2M7I5MvtpWvibikCjUVJzZdGE0ByurEl3KQNvsGetd1ty1/Q==", "dev": true, "requires": { "chalk": "^5.4.1", diff --git a/package.json b/package.json index e904652e8..9cc9dd36b 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "jest-environment-jsdom": "29.7.0", "jsdoc": "4.0.4", "jsdoc-babel": "0.5.0", - "lint-staged": "16.1.0", + "lint-staged": "16.1.2", "madge": "8.0.0", "metro-react-native-babel-preset": "0.77.0", "mongodb-runner": "5.8.3",