Skip to content

Commit 78d58c7

Browse files
Merge pull request #380 from cormacrelf/dependabot/npm_and_yarn/@types/fs-extra-7.0.0
2 parents 2c0f9c8 + 4e82c5b commit 78d58c7

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
@@ -11,7 +11,7 @@
1111
"@angular/platform-browser": "^8.0.0",
1212
"@angular/platform-browser-dynamic": "^8.0.0",
1313
"@compodoc/compodoc": "^1.1.9",
14-
"@types/fs-extra": "^5.0.0",
14+
"@types/fs-extra": "^7.0.0",
1515
"@types/jest": "^24.0.6",
1616
"@types/lodash": "^4.14.87",
1717
"@types/node": "~11.11.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1502,10 +1502,10 @@
15021502
resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
15031503
integrity sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g==
15041504

1505-
"@types/fs-extra@^5.0.0":
1506-
version "5.1.0"
1507-
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-5.1.0.tgz#2a325ef97901504a3828718c390d34b8426a10a1"
1508-
integrity sha512-AInn5+UBFIK9FK5xc9yP5e3TQSPNNgjHByqYcj9g5elVBnDQcQL7PlO1CIRy2gWlbwK7UPYqi7vRvFA44dCmYQ==
1505+
"@types/fs-extra@^7.0.0":
1506+
version "7.0.0"
1507+
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-7.0.0.tgz#9c4ad9e1339e7448a76698829def1f159c1b636c"
1508+
integrity sha512-ndoMMbGyuToTy4qB6Lex/inR98nPiNHacsgMPvy+zqMLgSxbt8VtWpDArpGp69h1fEDQHn1KB+9DWD++wgbwYA==
15091509
dependencies:
15101510
"@types/node" "*"
15111511

0 commit comments

Comments
 (0)