Skip to content

Commit

Permalink
chore(deps): bump fs-extra from 9.0.0 to 9.0.1 (#3139)
Browse files Browse the repository at this point in the history
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/jprichardson/node-fs-extra/releases)
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](jprichardson/node-fs-extra@9.0.0...9.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] committed Jul 27, 2020
1 parent c82d148 commit 0a2982a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/cli-client/package.json
Expand Up @@ -7,7 +7,7 @@
"@wireapp/store-engine-fs": "2.2.11",
"commander": "5.1.0",
"dotenv": "8.2.0",
"fs-extra": "9.0.0"
"fs-extra": "9.0.1"
},
"devDependencies": {
"@types/fs-extra": "8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/commons/package.json
Expand Up @@ -4,7 +4,7 @@
"@types/node": "~12",
"@types/platform": "1.3.2",
"ansi-regex": "5.0.0",
"fs-extra": "9.0.0",
"fs-extra": "9.0.1",
"logdown": "3.3.1",
"platform": "1.3.5",
"url-search-params-polyfill": "8.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/copy-config/package.json
Expand Up @@ -6,7 +6,7 @@
"axios": "0.19.2",
"copy": "0.3.2",
"cosmiconfig": "6.0.0",
"fs-extra": "9.0.0",
"fs-extra": "9.0.1",
"jszip": "3.5.0",
"logdown": "3.3.1",
"rimraf": "3.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/license-collector/package.json
Expand Up @@ -3,7 +3,7 @@
"collect-licenses": "dist/cli.js"
},
"dependencies": {
"fs-extra": "9.0.0",
"fs-extra": "9.0.1",
"logdown": "3.3.1",
"npm-license-crawler": "0.2.1",
"npm-registry-package-info": "1.0.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/store-engine-fs/package.json
@@ -1,7 +1,7 @@
{
"dependencies": {
"@types/fs-extra": "8.1.0",
"fs-extra": "9.0.0"
"fs-extra": "9.0.1"
},
"devDependencies": {
"@types/jasmine": "3.5.10",
Expand Down
15 changes: 5 additions & 10 deletions yarn.lock
Expand Up @@ -7369,10 +7369,10 @@ fs-extra@3.0.1:
jsonfile "^3.0.0"
universalify "^0.1.0"

fs-extra@9.0.0:
version "9.0.0"
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-9.0.0.tgz#b6afc31036e247b2466dc99c29ae797d5d4580a3"
integrity sha512-pmEYSk3vYsG/bF651KPUXZ+hvjpgWYw/Gc7W9NFUe3ZVLczKKWIij3IKpOrQcdw4TILtibFslZ0UmR8Vvzig4g==
fs-extra@9.0.1:
version "9.0.1"
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-9.0.1.tgz#910da0062437ba4c39fedd863f1675ccfefcb9fc"
integrity sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ==
dependencies:
at-least-node "^1.0.0"
graceful-fs "^4.2.0"
Expand Down Expand Up @@ -16565,7 +16565,7 @@ wrtc@0.4.5:
optionalDependencies:
domexception "^1.0.1"

ws@7.3.1, ws@^7.2.3:
ws@7.3.1, ws@^7.1.2, ws@^7.2.3:
version "7.3.1"
resolved "https://registry.npmjs.org/ws/-/ws-7.3.1.tgz#d0547bf67f7ce4f12a72dfe31262c68d7dc551c8"
integrity sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA==
Expand All @@ -16577,11 +16577,6 @@ ws@^6.2.1:
dependencies:
async-limiter "~1.0.0"

ws@^7.1.2:
version "7.3.1"
resolved "https://registry.npmjs.org/ws/-/ws-7.3.1.tgz#d0547bf67f7ce4f12a72dfe31262c68d7dc551c8"
integrity sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA==

ws@~3.3.1:
version "3.3.3"
resolved "https://registry.npmjs.org/ws/-/ws-3.3.3.tgz#f1cf84fe2d5e901ebce94efaece785f187a228f2"
Expand Down

0 comments on commit 0a2982a

Please sign in to comment.