From cbb42bc92b7a59eb6b668f01a5cab293f4e28cf5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Nov 2022 22:14:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3105943 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 062afa03430..ac8024773ca 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "swagger-client": "3.0.19", "url-parse": "^1.1.8", "whatwg-fetch": "0.11.1", - "worker-loader": "^0.7.1", + "worker-loader": "^0.8.0", "xml": "1.0.1", "yaml-js": "0.2.0" },