diff --git a/package-lock.json b/package-lock.json index f0f90246..fff7fb98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "eslint-plugin-tsdoc": "0.5.2", "globals": "17.12.0", "husky": "9.1.7", - "lint-staged": "17.4.1", + "lint-staged": "17.5.0", "playwright": "1.63.0", "preact": "10.29.8", "publint": "0.3.24", @@ -5739,15 +5739,15 @@ "license": "MIT" }, "node_modules/lint-staged": { - "version": "17.4.1", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.4.1.tgz", - "integrity": "sha512-FmJeudcalbSfg1du+JCfvi5vS6Qt08KgbfLWiHinbef+2JJwUZwAWVoaO1AcJVUTWPfk0t30PMQNwPAeCzYQ+Q==", + "version": "17.5.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.5.0.tgz", + "integrity": "sha512-ah2qsNtvKP1+Ak4rAvEEIvcXDLjjbr/xmxCvlequxqEOFYk0qINcZcRxD3Ic8wRn7/oQ8+wC9s0DfDrdMVCRFg==", "dev": true, "license": "MIT", "dependencies": { "picomatch": "^4.0.7", "string-argv": "^0.3.2", - "tinyexec": "^1.3.0" + "tinyexec": "^1.3.1" }, "bin": { "lint-staged": "bin/lint-staged.js" @@ -5762,6 +5762,16 @@ "yaml": "^2.9.0" } }, + "node_modules/lint-staged/node_modules/tinyexec": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.3.1.tgz", + "integrity": "sha512-GCvB3aoys96IuDFBMcTB46JOR6mdMtAToqwiW8JlWhsoh1mhHi/xn9ss/Dg7N555GiJyEt2qzoG/NHCwM6h1EA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + } + }, "node_modules/locate-path": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", diff --git a/package.json b/package.json index 8cb4c44f..dd0de2c8 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "eslint-plugin-tsdoc": "0.5.2", "globals": "17.12.0", "husky": "9.1.7", - "lint-staged": "17.4.1", + "lint-staged": "17.5.0", "playwright": "1.63.0", "preact": "10.29.8", "publint": "0.3.24",