From d3f0f156f048000d55a7c5b6222a15e36cc4830d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 10:03:21 +0100 Subject: [PATCH] chore(deps): bump fs-extra from 11.1.1 to 11.2.0 (#2967) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index bc6dbf0b0f..1026de7b77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "decamelize": "6.0.0", "es6-error": "4.1.1", "firefox-profile": "4.4.0", - "fs-extra": "11.1.1", + "fs-extra": "11.2.0", "fx-runner": "1.3.0", "https-proxy-agent": "^7.0.0", "import-fresh": "3.3.0", @@ -6042,9 +6042,9 @@ ] }, "node_modules/fs-extra": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.1.tgz", - "integrity": "sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==", + "version": "11.2.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz", + "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", @@ -16580,9 +16580,9 @@ "dev": true }, "fs-extra": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.1.tgz", - "integrity": "sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==", + "version": "11.2.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz", + "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", "requires": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", diff --git a/package.json b/package.json index 3e7a1f4301..263080b912 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "decamelize": "6.0.0", "es6-error": "4.1.1", "firefox-profile": "4.4.0", - "fs-extra": "11.1.1", + "fs-extra": "11.2.0", "fx-runner": "1.3.0", "https-proxy-agent": "^7.0.0", "import-fresh": "3.3.0",