From 72a236ae104a569189e943cd0dd0c4fb2c159f2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2020 21:00:43 +0000 Subject: [PATCH] Bump npm from 4.6.1 to 6.14.7 in /utils Bumps [npm](https://github.com/npm/cli) from 4.6.1 to 6.14.7. - [Release notes](https://github.com/npm/cli/releases) - [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md) - [Commits](https://github.com/npm/cli/compare/v4.6.1...v6.14.7) Signed-off-by: dependabot[bot] --- utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/package.json b/utils/package.json index 126159c..931b05b 100644 --- a/utils/package.json +++ b/utils/package.json @@ -1,7 +1,7 @@ { "devDependencies": { "install": "^0.8.2", - "npm": "^4.0.3", + "npm": "^6.14.7", "uglify-js": "^2.7.5" } }