diff --git a/package-lock.json b/package-lock.json index fba16ae7..c1919914 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "husky": "9.1.7", "jscodeshift": "17.3.0", "jsdom": "29.0.0", - "lint-staged": "16.3.3", + "lint-staged": "16.4.0", "npm-run-all2": "8.0.4", "playwright": "1.58.2", "prettier": "3.8.1", @@ -6872,17 +6872,17 @@ "license": "MIT" }, "node_modules/lint-staged": { - "version": "16.3.3", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.3.3.tgz", - "integrity": "sha512-RLq2koZ5fGWrx7tcqx2tSTMQj4lRkfNJaebO/li/uunhCJbtZqwTuwPHpgIimAHHi/2nZIiGrkCHDCOeR1onxA==", + "version": "16.4.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.4.0.tgz", + "integrity": "sha512-lBWt8hujh/Cjysw5GYVmZpFHXDCgZzhrOm8vbcUdobADZNOK/bRshr2kM3DfgrrtR1DQhfupW9gnIXOfiFi+bw==", "dev": true, "license": "MIT", "dependencies": { "commander": "^14.0.3", "listr2": "^9.0.5", - "micromatch": "^4.0.8", + "picomatch": "^4.0.3", "string-argv": "^0.3.2", - "tinyexec": "^1.0.2", + "tinyexec": "^1.0.4", "yaml": "^2.8.2" }, "bin": { @@ -8777,9 +8777,9 @@ "license": "MIT" }, "node_modules/tinyexec": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.2.tgz", - "integrity": "sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.4.tgz", + "integrity": "sha512-u9r3uZC0bdpGOXtlxUIdwf9pkmvhqJdrVCH9fapQtgy/OeTTMZ1nqH7agtvEfmGui6e1XxjcdrlxvxJvc3sMqw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 904ec18b..cd92c882 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "husky": "9.1.7", "jscodeshift": "17.3.0", "jsdom": "29.0.0", - "lint-staged": "16.3.3", + "lint-staged": "16.4.0", "npm-run-all2": "8.0.4", "playwright": "1.58.2", "prettier": "3.8.1",