From c4431294a54874ab45f6e21818c63020e7a2febd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Oct 2020 12:30:48 -0400 Subject: [PATCH] fix(deps): update dependency jsesc to v3.0.2 (#8802) Co-authored-by: Renovate Bot --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 3afdc4432b..21098c5e8d 100644 --- a/install/package.json +++ b/install/package.json @@ -76,7 +76,7 @@ "jquery-form": "4.3.0", "jquery-serializeobject": "1.0.0", "jquery-ui": "1.12.1", - "jsesc": "3.0.1", + "jsesc": "3.0.2", "json2csv": "5.0.3", "jsonwebtoken": "^8.5.1", "less": "^3.11.1",