From 28649db0cf2bc2b5b2dc334e5ce4992567c7cad1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 01:21:41 +0000 Subject: [PATCH] fix: deps/npm/node_modules/psl/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- deps/npm/node_modules/psl/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/npm/node_modules/psl/package.json b/deps/npm/node_modules/psl/package.json index ee2da19fa2d6..1a50ca384101 100644 --- a/deps/npm/node_modules/psl/package.json +++ b/deps/npm/node_modules/psl/package.json @@ -39,6 +39,6 @@ "phantomjs-prebuilt": "^2.1.16", "request": "^2.88.2", "uglify-js": "^3.8.0", - "watchify": "^3.11.1" + "watchify": "^4.0.0" } }