diff --git a/package-lock.json b/package-lock.json index 94f6338..7712cd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8528,10 +8528,9 @@ } }, "node_modules/fs-extra": { - "version": "11.3.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.0.tgz", - "integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==", - "license": "MIT", + "version": "11.3.2", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.2.tgz", + "integrity": "sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A==", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", @@ -17031,7 +17030,7 @@ "debug": "^4.4.0", "dotenv": "^17.2.3", "execa": "^9.5.1", - "fs-extra": "^11.3.0", + "fs-extra": "^11.3.2", "getos": "^3.2.1", "globby": "^11.1.0", "https-proxy-agent": "^7.0.4", @@ -17244,7 +17243,7 @@ "eslint": "^9.22.0", "eslint-config-next": "13.0.0", "eslint-config-prettier": "^9.1.0", - "eslint-config-turbo": "latest", + "eslint-config-turbo": "*", "eslint-plugin-react": "7.37.5" }, "devDependencies": { @@ -17500,7 +17499,7 @@ "@babel/code-frame": "^7.26.2", "chalk": "^4.1.2", "debug": "^4.4.0", - "fs-extra": "^11.3.0", + "fs-extra": "^11.3.2", "lodash": "^4.17.21", "source-map-support": "^0.5.21", "ts-pattern": "^5.8.0", diff --git a/packages/cmd/package.json b/packages/cmd/package.json index 7ef81d9..5e2f15d 100644 --- a/packages/cmd/package.json +++ b/packages/cmd/package.json @@ -53,7 +53,7 @@ "debug": "^4.4.0", "dotenv": "^17.2.3", "execa": "^9.5.1", - "fs-extra": "^11.3.0", + "fs-extra": "^11.3.2", "getos": "^3.2.1", "globby": "^11.1.0", "https-proxy-agent": "^7.0.4", diff --git a/packages/jest/package.json b/packages/jest/package.json index 5f6e63b..252fdab 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -37,7 +37,7 @@ "@babel/code-frame": "^7.26.2", "chalk": "^4.1.2", "debug": "^4.4.0", - "fs-extra": "^11.3.0", + "fs-extra": "^11.3.2", "lodash": "^4.17.21", "source-map-support": "^0.5.21", "ts-pattern": "^5.8.0",