Merge pull request #64 from LBRYFoundation/dependabot/npm_and_yarn/fs-extra-11.1.0

chore(deps-dev): bump fs-extra from 10.1.0 to 11.1.0
This commit is contained in:
Ralph 2022-12-14 14:33:44 -05:00 committed by GitHub
commit a5d2f6dd9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

6
package-lock.json generated
View file

@ -5642,9 +5642,9 @@
} }
}, },
"fs-extra": { "fs-extra": {
"version": "10.1.0", "version": "11.1.0",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.0.tgz",
"integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", "integrity": "sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==",
"dev": true, "dev": true,
"requires": { "requires": {
"graceful-fs": "^4.2.0", "graceful-fs": "^4.2.0",

View file

@ -5,7 +5,7 @@
"@iconify/json": "^2.1.151", "@iconify/json": "^2.1.151",
"@iconify/vue2": "^1.2.1", "@iconify/vue2": "^1.2.1",
"@vuepress/plugin-pwa": "^1.9.7", "@vuepress/plugin-pwa": "^1.9.7",
"fs-extra": "^10.1.0", "fs-extra": "^11.1.0",
"vuepress": "^1.9.7", "vuepress": "^1.9.7",
"vuepress-plugin-sitemap": "^2.3.1", "vuepress-plugin-sitemap": "^2.3.1",
"vuepress-plugin-zooming": "^1.1.8" "vuepress-plugin-zooming": "^1.1.8"

View file

@ -3810,10 +3810,10 @@ from2@^2.1.0:
inherits "^2.0.1" inherits "^2.0.1"
readable-stream "^2.0.0" readable-stream "^2.0.0"
fs-extra@^10.1.0: fs-extra@^11.1.0:
version "10.1.0" version "11.1.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.0.tgz#5784b102104433bb0e090f48bfc4a30742c357ed"
integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ== integrity sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==
dependencies: dependencies:
graceful-fs "^4.2.0" graceful-fs "^4.2.0"
jsonfile "^6.0.1" jsonfile "^6.0.1"