From aaa05d97e178e3c4f6591fbaf51ec2d062b539a0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Apr 2024 18:34:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0d36e669a29..550f0617ad2 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "immutable": "^3.x.x", "js-yaml": "^3.5.5", "less": "2.7.1", - "lodash": "4.17.2", + "lodash": "4.17.17", "matcher": "^0.1.2", "memoizee": "0.4.1", "promise-worker": "^1.1.1", @@ -69,7 +69,7 @@ "sanitize-html": "^1.14.1", "serialize-error": "2.0.0", "shallowequal": "0.2.2", - "swagger-client": "~3.0.15", + "swagger-client": "~3.3.2", "url-parse": "^1.1.8", "whatwg-fetch": "0.11.1", "worker-loader": "^0.7.1",