From aac6626541198ae13e99b6f7036ad68d3a8544c0 Mon Sep 17 00:00:00 2001 From: snyk-bot <snyk-bot@snyk.io> Date: Thu, 1 Dec 2022 10:22:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3042992 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0d36e669a29..b1314a74866 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "swagger-client": "~3.0.15", "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" },