diff --git a/package-lock.json b/package-lock.json index fff5133..c3eb330 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "babel-plugin-react-compiler": "1.0.0", "husky": "9.1.7", "lint-staged": "17.2.0", - "npm-run-all2": "9.0.2", + "npm-run-all2": "9.0.3", "rimraf": "6.1.3", "tsx": "4.23.1", "typescript": "7.0.2", @@ -2502,13 +2502,13 @@ } }, "node_modules/ansi-styles": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz", - "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-7.0.0.tgz", + "integrity": "sha512-kKvt3m4uwzqL0wlkPd09CmljPJGOZZ4D0fP65sqFSvPkMRKhNi+74MgIJ5QxE6SxqB4t4KyUFGg8+n5zjo6hew==", "dev": true, "license": "MIT", "engines": { - "node": ">=12" + "node": ">=22" }, "funding": { "url": "https://github.com/chalk/ansi-styles?sponsor=1" @@ -3282,13 +3282,13 @@ } }, "node_modules/npm-run-all2": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-9.0.2.tgz", - "integrity": "sha512-+dd4SO2jAlLE06OzmJKzIe6QvvjXezcbmobnh8usR0a8BzQCABTdqTXqVPji0ICOhSQpIIrkGd7IzNl5iDaRSA==", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-9.0.3.tgz", + "integrity": "sha512-BQAEdU1PtYc48qYRdghW2BVTQT3VqWCoFQmO87NlM1h1PYwMCKQpUWaNyB20V26caNzFsXQDfyOdznLlHCih6g==", "dev": true, "license": "MIT", "dependencies": { - "ansi-styles": "^6.2.1", + "ansi-styles": "^7.0.0", "cross-spawn": "^7.0.6", "memorystream": "^0.3.1", "picomatch": "^4.0.2", diff --git a/package.json b/package.json index 8107912..94463ee 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "babel-plugin-react-compiler": "1.0.0", "husky": "9.1.7", "lint-staged": "17.2.0", - "npm-run-all2": "9.0.2", + "npm-run-all2": "9.0.3", "tsx": "4.23.1", "typescript": "7.0.2", "vitest": "4.1.10"