Bump @types/fs-extra from 9.0.9 to 9.0.11

Bumps [@types/fs-extra](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fs-extra) from 9.0.9 to 9.0.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/fs-extra)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-01 05:25:44 +00:00 committed by GitHub
parent 4d6b6af270
commit 6656a7efb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -18,7 +18,7 @@
"devDependencies": {
"@tsconfig/node12": "^1.0.7",
"@types/async": "^3.2.5",
"@types/fs-extra": "^9.0.9",
"@types/fs-extra": "^9.0.11",
"@types/n-readlines": "^1.0.1",
"@types/node": "~12.20.7",
"@vercel/ncc": "^0.27.0",
@ -47,9 +47,9 @@
"dev": true
},
"node_modules/@types/fs-extra": {
"version": "9.0.9",
"resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-9.0.9.tgz",
"integrity": "sha512-5TqDycCl0oMzwzd1cIjSJWMKMvLCDVErle4ZTjU4EmHDURR/+yZghe6GDHMCpHtcVfq0x0gMoOM546/5TbYHrg==",
"version": "9.0.11",
"resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-9.0.11.tgz",
"integrity": "sha512-mZsifGG4QeQ7hlkhO56u7zt/ycBgGxSVsFI/6lGTU34VtwkiqrrSDgw0+ygs8kFGWcXnFQWMrzF2h7TtDFNixA==",
"dev": true,
"dependencies": {
"@types/node": "*"
@ -269,9 +269,9 @@
"dev": true
},
"@types/fs-extra": {
"version": "9.0.9",
"resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-9.0.9.tgz",
"integrity": "sha512-5TqDycCl0oMzwzd1cIjSJWMKMvLCDVErle4ZTjU4EmHDURR/+yZghe6GDHMCpHtcVfq0x0gMoOM546/5TbYHrg==",
"version": "9.0.11",
"resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-9.0.11.tgz",
"integrity": "sha512-mZsifGG4QeQ7hlkhO56u7zt/ycBgGxSVsFI/6lGTU34VtwkiqrrSDgw0+ygs8kFGWcXnFQWMrzF2h7TtDFNixA==",
"dev": true,
"requires": {
"@types/node": "*"

View File

@ -45,7 +45,7 @@
"devDependencies": {
"@tsconfig/node12": "^1.0.7",
"@types/async": "^3.2.5",
"@types/fs-extra": "^9.0.9",
"@types/fs-extra": "^9.0.11",
"@types/n-readlines": "^1.0.1",
"@types/node": "~12.20.7",
"@vercel/ncc": "^0.27.0",