Skip to content

Commit 9beba1e

Browse files
Bump @types/rimraf from 2.0.3 to 3.0.0
Bumps [@types/rimraf](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/rimraf) from 2.0.3 to 3.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/rimraf) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 82b8513 commit 9beba1e

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
@@ -78,7 +78,7 @@
7878
"@types/js-yaml": "3.12.2",
7979
"@types/mkdirp": "1.0.0",
8080
"@types/node": "13.9.2",
81-
"@types/rimraf": "2.0.3",
81+
"@types/rimraf": "3.0.0",
8282
"@typescript-eslint/eslint-plugin": "2.24.0",
8383
"@typescript-eslint/parser": "2.24.0",
8484
"codecov": "3.6.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,10 +1071,10 @@
10711071
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.9.2.tgz#ace1880c03594cc3e80206d96847157d8e7fa349"
10721072
integrity sha512-bnoqK579sAYrQbp73wwglccjJ4sfRdKU7WNEZ5FW4K2U6Kc0/eZ5kvXG0JKsEKFB50zrFmfFt52/cvBbZa7eXg==
10731073

1074-
"@types/rimraf@2.0.3":
1075-
version "2.0.3"
1076-
resolved "https://registry.yarnpkg.com/@types/rimraf/-/rimraf-2.0.3.tgz#0199a46af106729ba14213fda7b981278d8c84f2"
1077-
integrity sha512-dZfyfL/u9l/oi984hEXdmAjX3JHry7TLWw43u1HQ8HhPv6KtfxnrZ3T/bleJ0GEvnk9t5sM7eePkgMqz3yBcGg==
1074+
"@types/rimraf@3.0.0":
1075+
version "3.0.0"
1076+
resolved "https://registry.yarnpkg.com/@types/rimraf/-/rimraf-3.0.0.tgz#b9d03f090ece263671898d57bb7bb007023ac19f"
1077+
integrity sha512-7WhJ0MdpFgYQPXlF4Dx+DhgvlPCfz/x5mHaeDQAKhcenvQP1KCpLQ18JklAqeGMYSAT2PxLpzd0g2/HE7fj7hQ==
10781078
dependencies:
10791079
"@types/glob" "*"
10801080
"@types/node" "*"

0 commit comments

Comments
 (0)