From a6b0e3b5e517b0e7442c934e9fc0ef3e02c15192 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Nov 2021 06:52:09 +0000 Subject: [PATCH] fix: example/compiler-pipeline/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UGLIFYJS-1727251 --- example/compiler-pipeline/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/compiler-pipeline/package.json b/example/compiler-pipeline/package.json index 95b7791..fc0f299 100644 --- a/example/compiler-pipeline/package.json +++ b/example/compiler-pipeline/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "browserify": "^5.9.1", + "browserify": "^9.0.0", "shasum": "^1.0.0", "through2": "^1.0.0" }