Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit 52a6f2c

Browse files
authored
Merge pull request #213 from Nargonath/dependabot/npm_and_yarn/develop/fs-extra-9.0.1
fix(deps): bump fs-extra from 8.1.0 to 9.0.1
2 parents ce1741b + 1a5b42f commit 52a6f2c

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
},
9494
"dependencies": {
9595
"cross-spawn": "7.0.1",
96-
"fs-extra": "^8.1.0",
96+
"fs-extra": "^9.0.1",
9797
"html-webpack-plugin": "^4.5.0",
9898
"import-cwd": "3.0.0",
9999
"meow": "8.0.0",

yarn.lock

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2459,7 +2459,7 @@ fragment-cache@^0.2.1:
24592459
dependencies:
24602460
map-cache "^0.2.2"
24612461

2462-
[email protected], fs-extra@^8.1.0:
2462+
24632463
version "8.1.0"
24642464
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
24652465
integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==
@@ -2468,7 +2468,7 @@ [email protected], fs-extra@^8.1.0:
24682468
jsonfile "^4.0.0"
24692469
universalify "^0.1.0"
24702470

2471-
fs-extra@^9.0.0:
2471+
fs-extra@^9.0.0, fs-extra@^9.0.1:
24722472
version "9.0.1"
24732473
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.1.tgz#910da0062437ba4c39fedd863f1675ccfefcb9fc"
24742474
integrity sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ==
@@ -2630,12 +2630,7 @@ globals@^12.1.0:
26302630
dependencies:
26312631
type-fest "^0.8.1"
26322632

2633-
graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0:
2634-
version "4.2.3"
2635-
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.3.tgz#4a12ff1b60376ef09862c2093edd908328be8423"
2636-
integrity sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==
2637-
2638-
graceful-fs@^4.2.4:
2633+
graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4:
26392634
version "4.2.4"
26402635
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb"
26412636
integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==

0 commit comments

Comments
 (0)