diff --git a/package-lock.json b/package-lock.json index df0f2ae..9d381da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@types/node": "25.9.5", "babel-plugin-react-compiler": "1.0.0", "husky": "9.1.7", - "lint-staged": "17.2.0", + "lint-staged": "17.3.0", "npm-run-all2": "9.0.3", "rimraf": "6.1.3", "tsx": "4.23.1", @@ -3424,9 +3424,9 @@ } }, "node_modules/lint-staged": { - "version": "17.2.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.2.0.tgz", - "integrity": "sha512-FchGnFe4i4B1C/a35SPU9bNGPEHSC1+1iV0plLjzBmKVe9klZrlRfSgK6Cw4VeHyqOXbJUXP0vON61uRftNQ0A==", + "version": "17.3.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.3.0.tgz", + "integrity": "sha512-woZS3vNe3UKqBaLPvbLOtKRY4tLANpWQhom12MGWqC8Mh1lCOO+WgSwmX2amjJAqTY9BkXYW87fCUH5H9Ph6xw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 00e183e..004eea0 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@types/node": "25.9.5", "babel-plugin-react-compiler": "1.0.0", "husky": "9.1.7", - "lint-staged": "17.2.0", + "lint-staged": "17.3.0", "npm-run-all2": "9.0.3", "tsx": "4.23.1", "typescript": "7.0.2",