From d69a83553eacae077eefcb7e932ef5aedbedd4f2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Oct 2022 20:52:47 +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-MINIMATCH-3050818 --- 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..7fcc04e 100644 --- a/example/compiler-pipeline/package.json +++ b/example/compiler-pipeline/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "browserify": "^5.9.1", + "browserify": "^12.0.0", "shasum": "^1.0.0", "through2": "^1.0.0" }