From 1323311e17d908a3a11b7d5c109c71a45661e0a7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Nov 2023 02:14:28 +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-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-USERAGENT-174737 --- deps/npm/node_modules/psl/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/npm/node_modules/psl/package.json b/deps/npm/node_modules/psl/package.json index ee2da19fa2d628..ddee10e616d4ee 100644 --- a/deps/npm/node_modules/psl/package.json +++ b/deps/npm/node_modules/psl/package.json @@ -30,7 +30,7 @@ "eslint": "^6.8.0", "eslint-config-hapi": "^12.0.0", "eslint-plugin-hapi": "^4.1.0", - "karma": "^4.4.1", + "karma": "^5.0.0", "karma-browserify": "^7.0.0", "karma-mocha": "^1.3.0", "karma-mocha-reporter": "^2.2.5", @@ -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" } }