From 92498b9b947cc76f60abe2bd33fb3384e5e28aae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Aug 2023 10:13:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHESCAPE-5849592 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed3c0f8..49508f5 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@snyk/cli-interface": "^2.11.0", "@snyk/cocoapods-lockfile-parser": "3.6.2", "@snyk/dep-graph": "^1.23.1", - "shescape": "1.6.1", + "shescape": "1.7.4", "source-map-support": "^0.5.7", "tslib": "^2.0.0" },