From 14a13cb972bf174b80070d3ee09b95b8742415c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 01:01:24 +0000 Subject: [PATCH] build(deps): bump fs-extra from 11.3.2 to 11.3.3 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 11.3.2 to 11.3.3. - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](https://github.com/jprichardson/node-fs-extra/compare/11.3.2...11.3.3) --- updated-dependencies: - dependency-name: fs-extra dependency-version: 11.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",