Skip to content

Commit

Permalink
fix: upgrade rimraf from 3.0.0 to 3.0.2 (#47)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade rimraf from 3.0.0 to 3.0.2.

See this package in NPM:
https://www.npmjs.com/package/rimraf

See this project in Snyk:
https://app.snyk.io/org/andrevarandas/project/fc52ed1e-7e2f-4862-95f0-682ae7e39e56?utm_source=github&utm_medium=upgrade-pr

Co-authored-by: André <andre.m.varandas@gmail.com>
  • Loading branch information
snyk-bot and AndreVarandas authored Oct 17, 2020
1 parent a0021e9 commit 5029795
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"axios": "^0.19.2",
"rimraf": "^3.0.0"
"rimraf": "^3.0.2"
},
"files": [
"lib/**/*"
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5494,9 +5494,10 @@ rimraf@^2.5.2, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.2, rimraf@^2.6.3, rimra
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"
rimraf@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
dependencies:
glob "^7.1.3"

Expand Down

0 comments on commit 5029795

Please sign in to comment.