Skip to content

Commit 142ccf2

Browse files
fix(deps): update dependency fs-extra to v11
1 parent 66d0c07 commit 142ccf2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@pulumi/gcp": "5.2.0",
2525
"@pulumi/kubernetes": "3.1.1",
2626
"@pulumi/pulumi": "3.2.1",
27-
"fs-extra": "^10.0.0",
27+
"fs-extra": "^11.0.0",
2828
"simple-git": "^2.38.0"
2929
}
3030
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -509,10 +509,10 @@ form-data@^3.0.0:
509509
combined-stream "^1.0.8"
510510
mime-types "^2.1.12"
511511

512-
fs-extra@^10.0.0:
513-
version "10.0.0"
514-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
515-
integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==
512+
fs-extra@^11.0.0:
513+
version "11.0.0"
514+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.0.0.tgz#5c50cf225ab1b16804cabd4249b7e58feb4bdbe7"
515+
integrity sha512-4YxRvMi4P5C3WQTvdRfrv5UVqbISpqjORFQAW5QPiKAauaxNCwrEdIi6pG3tDFhKKpMen+enEhHIzB/tvIO+/w==
516516
dependencies:
517517
graceful-fs "^4.2.0"
518518
jsonfile "^6.0.1"

0 commit comments

Comments
 (0)