From 0f5016f51afa37707cc52a2ab3e6f8a4b5d38960 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 21:27:45 +0000 Subject: [PATCH] fix: test/fixtures/dev-deps-demo/node_modules/uglify-js/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- test/fixtures/dev-deps-demo/node_modules/uglify-js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/dev-deps-demo/node_modules/uglify-js/package.json b/test/fixtures/dev-deps-demo/node_modules/uglify-js/package.json index 0c032d064a..881b5d6201 100644 --- a/test/fixtures/dev-deps-demo/node_modules/uglify-js/package.json +++ b/test/fixtures/dev-deps-demo/node_modules/uglify-js/package.json @@ -26,7 +26,7 @@ "url": "git+https://github.com/mishoo/UglifyJS2.git" }, "dependencies": { - "async": "~0.2.6", + "async": "~3.2.2", "source-map": "~0.1.7", "optimist": "~0.3.5" },