From 650e1e2b1fbe81bc85c6a493737592de05f8ac02 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Dec 2022 22:26:55 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a38a5ecc904..82065f5311b 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "swagger-client": "^3.4.6", "url-parse": "^1.1.8", "whatwg-fetch": "0.11.1", - "worker-loader": "^0.7.1", + "worker-loader": "^3.0.0", "xml": "1.0.1", "xml-but-prettier": "^1.0.1", "yaml-js": "0.2.0",