Skip to content

Commit

Permalink
chore(deps): update dependency rimraf to v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 12, 2021
1 parent bbe4c07 commit a348163
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
"@types/node": "11.15.44",
"@types/node-fetch": "2.5.8",
"@types/nodemon": "1.19.0",
"@types/rimraf": "2.0.4",
"@types/rimraf": "3.0.0",
"@types/uuid": "3.4.9",
"apollo": "2.32.1",
"dotenv": "8.2.0",
"dotenv-cli": "2.0.1",
"nodemon": "1.19.4",
"rimraf": "2.7.1",
"rimraf": "3.0.2",
"ts-node-dev": "1.1.1"
},
"snyk": true
Expand Down
4 changes: 2 additions & 2 deletions packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
"devDependencies": {
"@types/aws-lambda": "8.10.72",
"@types/node-fetch": "2.5.8",
"@types/rimraf": "2.0.4",
"@types/rimraf": "3.0.0",
"@types/serverless": "1.78.20",
"envsub": "4.0.7",
"ngrok": "3.4.0",
"pinst": "1.1.1",
"rimraf": "3.0.0",
"rimraf": "3.0.2",
"serverless-jetpack": "0.10.8",
"serverless-offline": "5.12.1",
"serverless-offline-scheduler": "0.4.2",
Expand Down
17 changes: 12 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6444,10 +6444,10 @@
"@types/bunyan" "*"
"@types/node" "*"

"@types/rimraf@2.0.4":
version "2.0.4"
resolved "https://registry.yarnpkg.com/@types/rimraf/-/rimraf-2.0.4.tgz#403887b0b53c6100a6c35d2ab24f6ccc042fec46"
integrity sha512-8gBudvllD2A/c0CcEX/BivIDorHFt5UI5m46TsNj8DjWCCTTZT74kEe4g+QsY7P/B9WdO98d82zZgXO/RQzu2Q==
"@types/rimraf@3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@types/rimraf/-/rimraf-3.0.0.tgz#b9d03f090ece263671898d57bb7bb007023ac19f"
integrity sha512-7WhJ0MdpFgYQPXlF4Dx+DhgvlPCfz/x5mHaeDQAKhcenvQP1KCpLQ18JklAqeGMYSAT2PxLpzd0g2/HE7fj7hQ==
dependencies:
"@types/glob" "*"
"@types/node" "*"
Expand Down Expand Up @@ -25570,7 +25570,14 @@ [email protected]:
dependencies:
glob "^7.1.3"

[email protected], rimraf@^3.0.0:
[email protected]:
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"

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==
Expand Down

0 comments on commit a348163

Please sign in to comment.