From 8b91caa45143016f1f7bd25f6c3440e390564f5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 09:09:41 +0000 Subject: [PATCH] fix(deps): update dependency fs-extra to v11 --- web-extension/package.json | 2 +- web-extension/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web-extension/package.json b/web-extension/package.json index 48c49889..99f54f68 100644 --- a/web-extension/package.json +++ b/web-extension/package.json @@ -40,7 +40,7 @@ "eslint-plugin-testing-library": "5.9.1", "eslint-webpack-plugin": "3.2.0", "file-loader": "6.2.0", - "fs-extra": "10.1.0", + "fs-extra": "11.1.0", "html-webpack-plugin": "4.5.2", "identity-obj-proxy": "3.0.0", "jest": "29.3.1", diff --git a/web-extension/yarn.lock b/web-extension/yarn.lock index ec21649a..17a3696b 100644 --- a/web-extension/yarn.lock +++ b/web-extension/yarn.lock @@ -7184,10 +7184,10 @@ from2@^2.1.0: inherits "^2.0.1" readable-stream "^2.0.0" -fs-extra@10.1.0: - version "10.1.0" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf" - integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ== +fs-extra@11.1.0: + version "11.1.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.0.tgz#5784b102104433bb0e090f48bfc4a30742c357ed" + integrity sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw== dependencies: graceful-fs "^4.2.0" jsonfile "^6.0.1"