Bump rimraf from 2.7.1 to 3.0.2

Bumps [rimraf](https://github.com/isaacs/rimraf) from 2.7.1 to 3.0.2.
- [Release notes](https://github.com/isaacs/rimraf/releases)
- [Changelog](https://github.com/isaacs/rimraf/blob/master/CHANGELOG.md)
- [Commits](https://github.com/isaacs/rimraf/compare/v2.7.1...v3.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-08-11 00:13:01 +00:00
committed by GitHub
parent 964d1c232a
commit 37efef752d
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -6491,9 +6491,9 @@
"dev": true
},
"rimraf": {
"version": "2.7.1",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
"integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
"integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
"dev": true,
"requires": {
"glob": "^7.1.3"

View File

@@ -72,7 +72,7 @@
"js-green-licenses": "^2.0.1",
"jshint": "^2.11.0",
"mocha": "^6.2.3",
"rimraf": "^2.6.3",
"rimraf": "^3.0.2",
"selenium-standalone": "^6.17.0",
"through2": "^4.0.2",
"typescript-closure-tools": "^0.0.7",