Skip to content

Commit ea83286

Browse files
committed
Update dependency @types/fs-extra to v8.1.1
1 parent 957b86e commit ea83286

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"tslint-check": "tslint-config-prettier-check ./tslint.json"
6363
},
6464
"devDependencies": {
65-
"@types/fs-extra": "8.0.0",
65+
"@types/fs-extra": "8.1.1",
6666
"@types/mocha": "5.2.7",
6767
"@types/node": "12.7.4",
6868
"@types/sinon": "7.0.13",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@
6363
resolved "https://registry.yarnpkg.com/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz#8da5c6530915653f3a1f38fd5f101d8c3f8079c5"
6464
integrity sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ==
6565

66-
"@types/fs-extra@8.0.0":
67-
version "8.0.0"
68-
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-8.0.0.tgz#d3e2c313ca29f95059f198dd60d1f774642d4b25"
69-
integrity sha512-bCtL5v9zdbQW86yexOlXWTEGvLNqWxMFyi7gQA7Gcthbezr2cPSOb8SkESVKA937QD5cIwOFLDFt0MQoXOEr9Q==
66+
"@types/fs-extra@8.1.1":
67+
version "8.1.1"
68+
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-8.1.1.tgz#1e49f22d09aa46e19b51c0b013cb63d0d923a068"
69+
integrity sha512-TcUlBem321DFQzBNuz8p0CLLKp0VvF/XH9E4KHNmgwyp4E3AfgI5cjiIVZWlbfThBop2qxFIh4+LeY6hVWWZ2w==
7070
dependencies:
7171
"@types/node" "*"
7272

0 commit comments

Comments
 (0)