Skip to content

Commit b49f043

Browse files
chore(deps): update dependency fs-extra to v11 (#1584)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 58e2f10 commit b49f043

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"eslint-config-prettier": "^8.0.0",
7878
"eslint-plugin-node": "^11.1.0",
7979
"eslint-plugin-prettier": "^4.0.0",
80-
"fs-extra": "^9.0.0",
80+
"fs-extra": "^11.0.0",
8181
"glob": "^7.1.1",
8282
"husky": "^2.0.0",
8383
"jasmine-core": "^3.0.0",

yarn.lock

+4-8
Original file line numberDiff line numberDiff line change
@@ -544,10 +544,6 @@ astral-regex@^2.0.0:
544544
version "2.0.0"
545545
resolved "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz"
546546

547-
at-least-node@^1.0.0:
548-
version "1.0.0"
549-
resolved "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz"
550-
551547
atob@^2.1.2:
552548
version "2.1.2"
553549
resolved "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz"
@@ -2158,11 +2154,11 @@ fs-extra@^10.1.0:
21582154
jsonfile "^6.0.1"
21592155
universalify "^2.0.0"
21602156

2161-
fs-extra@^9.0.0:
2162-
version "9.1.0"
2163-
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz"
2157+
fs-extra@^11.0.0:
2158+
version "11.1.0"
2159+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.0.tgz#5784b102104433bb0e090f48bfc4a30742c357ed"
2160+
integrity sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==
21642161
dependencies:
2165-
at-least-node "^1.0.0"
21662162
graceful-fs "^4.2.0"
21672163
jsonfile "^6.0.1"
21682164
universalify "^2.0.0"

0 commit comments

Comments
 (0)