diff --git a/package-lock.json b/package-lock.json index 76cbea71df..b8b21b96cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "globals": "^16.2.0", "husky": "^9.1.7", "jest": "^30.0.3", - "lint-staged": "^16.1.0", + "lint-staged": "^16.1.2", "prettier": "3.6.0" }, "engines": { @@ -9561,9 +9561,9 @@ "license": "MIT" }, "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": { diff --git a/package.json b/package.json index 850102e5a7..937346b935 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "globals": "^16.2.0", "husky": "^9.1.7", "jest": "^30.0.3", - "lint-staged": "^16.1.0", + "lint-staged": "^16.1.2", "prettier": "3.6.0" }, "engineStrict": false,