From 4d3f6386bf042457bb5703836b038979238909c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Oct 2019 03:48:50 +0000 Subject: [PATCH] chore: upgrade rimraf from 2.7.1 to 3.0.0 Snyk has created this PR to upgrade rimraf from 2.7.1 to 3.0.0. See this package in NPM: https://www.npmjs.com/package/rimraf See this project in Snyk: https://app.snyk.io/org/ajesse11x/project/42ff05e0-ee18-4c4c-a693-373203d579d8?utm_source=github&utm_medium=upgrade-pr --- other/test-runner/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/test-runner/package.json b/other/test-runner/package.json index 637892bbea..d108491666 100644 --- a/other/test-runner/package.json +++ b/other/test-runner/package.json @@ -21,7 +21,7 @@ "dependencies": { "express" : "3.x", "optimist": "0.3.x", - "rimraf": "2.x", + "rimraf": "3.0.0", "tar.gz": "0.x", "shelljs": "0.x" }