From b2a1ebb214f01501ad49554c398bda21f9410bab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Jan 2024 14:44:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-6147607 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b60adc..5d3131a 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "react-universal-component": "^2.5.5", "redux": "^3.7.2", "redux-thunk": "^2.2.0", - "serialize-javascript": "^1.4.0", + "serialize-javascript": "^6.0.2", "source-map-support": "^0.5.0", "styled-components": "^2.2.1", "uuid": "^3.1.0",