From 99cf179173ada2cfc6c6cadeed4f128b6b2fcc9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Apr 2022 21:32:45 -0500 Subject: [PATCH] chore(deps-dev): bump fs-extra from 10.0.1 to 10.1.0 (#24) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6546edc..f6e408f 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "@iconify/json": "^1.1.460", "@iconify/vue2": "^1.2.1", "@vuepress/plugin-pwa": "^1.9.7", - "fs-extra": "^10.0.1", + "fs-extra": "^10.1.0", "vuepress": "^1.9.7", "vuepress-plugin-sitemap": "^2.3.1", "vuepress-plugin-zooming": "^1.1.8" diff --git a/yarn.lock b/yarn.lock index 944e56f..93de5bf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3795,10 +3795,10 @@ from2@^2.1.0: inherits "^2.0.1" readable-stream "^2.0.0" -fs-extra@^10.0.1: - version "10.0.1" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.1.tgz#27de43b4320e833f6867cc044bfce29fdf0ef3b8" - integrity sha512-NbdoVMZso2Lsrn/QwLXOy6rm0ufY2zEOKCDzJR/0kBsb0E6qed0P3iYK+Ath3BfvXEeu4JhEtXLgILx5psUfag== +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== dependencies: graceful-fs "^4.2.0" jsonfile "^6.0.1"