diff --git a/package-lock.json b/package-lock.json index bf7ddba11..c2cafdaed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "archiver": "^7.0.1", "bluebird": "^3.7.2", "find-yarn-workspace-root": "^2.0.0", - "fs-extra": "^11.3.2", + "fs-extra": "^11.3.3", "glob": "^10.5.0", "is-builtin-module": "^3.2.1", "lodash": "^4.17.21", @@ -9689,9 +9689,9 @@ "license": "MIT" }, "node_modules/fs-extra": { - "version": "11.3.2", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.2.tgz", - "integrity": "sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A==", + "version": "11.3.3", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.3.tgz", + "integrity": "sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg==", "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", diff --git a/package.json b/package.json index 30491782b..e26b700ee 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "archiver": "^7.0.1", "bluebird": "^3.7.2", "find-yarn-workspace-root": "^2.0.0", - "fs-extra": "^11.3.2", + "fs-extra": "^11.3.3", "glob": "^10.5.0", "is-builtin-module": "^3.2.1", "lodash": "^4.17.21",