From d54b3d720c28e5906175b8c1bc7d910b4c6b77b0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Jan 2023 10:04:27 +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 402e407a..a5c8c60f 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "react-markdown": "3.1.4", "react-test-renderer": "16.2.0", "rimraf": "2.6.2", - "to-string-loader": "1.1.5", + "to-string-loader": "1.1.6", "ts-jest": "22.0.1", "ts-loader": "3.2.0", "ts-node": "4.1.0",