Skip to content

Commit 45e1fc4

Browse files
fix(deps): update dependency fs-extra to v11
1 parent 0e425d8 commit 45e1fc4

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@sourcegraph/prettierrc": "3.0.3",
16-
"@types/fs-extra": "^9.0.11",
16+
"@types/fs-extra": "^11.0.0",
1717
"@types/node": "latest",
1818
"opn-cli": "4.1.0",
1919
"prettier": "2.0.4",
@@ -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

+16-8
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,12 @@
194194
"@types/qs" "*"
195195
"@types/serve-static" "*"
196196

197-
"@types/fs-extra@^9.0.11":
198-
version "9.0.11"
199-
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.11.tgz#8cc99e103499eab9f347dbc6ca4e99fb8d2c2b87"
200-
integrity sha512-mZsifGG4QeQ7hlkhO56u7zt/ycBgGxSVsFI/6lGTU34VtwkiqrrSDgw0+ygs8kFGWcXnFQWMrzF2h7TtDFNixA==
197+
"@types/fs-extra@^11.0.0":
198+
version "11.0.0"
199+
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-11.0.0.tgz#72aa5dbaeb51c52a2a7e8f8f2ed6c323699d849a"
200+
integrity sha512-zdV5odfHf95B4qr6bdpshG4VMm/3xgnPhSJLa3xh75CYr35e34k+4FQli82Q48sPqwHazJGy+6+jl4T+Vw1AMg==
201201
dependencies:
202+
"@types/jsonfile" "*"
202203
"@types/node" "*"
203204

204205
"@types/glob@^5.0.35":
@@ -210,6 +211,13 @@
210211
"@types/minimatch" "*"
211212
"@types/node" "*"
212213

214+
"@types/jsonfile@*":
215+
version "6.1.1"
216+
resolved "https://registry.yarnpkg.com/@types/jsonfile/-/jsonfile-6.1.1.tgz#ac84e9aefa74a2425a0fb3012bdea44f58970f1b"
217+
integrity sha512-GSgiRCVeapDN+3pqA35IkQwasaCh/0YFH5dEF6S88iDvEn901DjOeH3/QPY+XYP1DFzDZPvIvfeEgk+7br5png==
218+
dependencies:
219+
"@types/node" "*"
220+
213221
"@types/long@^4.0.1":
214222
version "4.0.1"
215223
resolved "https://registry.yarnpkg.com/@types/long/-/long-4.0.1.tgz#459c65fa1867dafe6a8f322c4c51695663cc55e9"
@@ -509,10 +517,10 @@ form-data@^3.0.0:
509517
combined-stream "^1.0.8"
510518
mime-types "^2.1.12"
511519

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==
520+
fs-extra@^11.0.0:
521+
version "11.1.0"
522+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.0.tgz#5784b102104433bb0e090f48bfc4a30742c357ed"
523+
integrity sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==
516524
dependencies:
517525
graceful-fs "^4.2.0"
518526
jsonfile "^6.0.1"

0 commit comments

Comments
 (0)