From 8ccf3761de37c3fdcab06a2196704b648d4d3c65 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Jan 2020 02:02:09 +0000 Subject: [PATCH] fix: upgrade util from 0.0.0 to 0.12.1 Snyk has created this PR to upgrade util from 0.0.0 to 0.12.1. See this package in NPM: https://www.npmjs.com/package/util See this project in Snyk: https://app.snyk.io/org/fisker/project/b2855b22-a4d8-45d1-8810-77bcdaa76f24?utm_source=github&utm_medium=upgrade-pr --- tests/fixtures/no-hide-core-modules/thirdparty/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fixtures/no-hide-core-modules/thirdparty/package.json b/tests/fixtures/no-hide-core-modules/thirdparty/package.json index 6fce88b2..562d28dd 100644 --- a/tests/fixtures/no-hide-core-modules/thirdparty/package.json +++ b/tests/fixtures/no-hide-core-modules/thirdparty/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "util": "0.0.0" + "util": "0.12.1" } }