Skip to content

Commit

Permalink
chore(deps-dev): upgrade rimraf to ^3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Aug 15, 2019
1 parent f2a507e commit 2ee24d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"nodemon": "^1.19.1",
"nyc": "^14.1.1",
"proxyquire": "^2.1.3",
"rimraf": "^2.6.2",
"rimraf": "^3.0.0",
"sinon": "^7.4.1",
"ts-node": "^8.2.0",
"typedoc": "^0.15.0",
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7519,6 +7519,13 @@ rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.3:
dependencies:
glob "^7.1.3"

rimraf@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.0.tgz#614176d4b3010b75e5c390eb0ee96f6dc0cebb9b"
integrity sha512-NDGVxTsjqfunkds7CqsOiEnxln4Bo7Nddl3XhS4pXg5OzwkLqJ971ZVAAnB+DDLnF76N+VnDEiBHaVV8I06SUg==
dependencies:
glob "^7.1.3"

rimraf@~2.2.8:
version "2.2.8"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.2.8.tgz#e439be2aaee327321952730f99a8929e4fc50582"
Expand Down

0 comments on commit 2ee24d2

Please sign in to comment.