From e6eeff56e32f5309783e00e5abd084cd2186e5b8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 20:13:05 +0000 Subject: [PATCH] Bump json5 from 2.1.3 to 2.2.0 in /app Bumps [json5](https://github.com/json5/json5) from 2.1.3 to 2.2.0. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/master/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v2.1.3...v2.2.0) Signed-off-by: dependabot-preview[bot] --- app/package.json | 2 +- app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package.json b/app/package.json index e4cb3dc5..2bbd104e 100644 --- a/app/package.json +++ b/app/package.json @@ -65,7 +65,7 @@ "jimp": "^0.16.1", "jquery": "^3.5.1", "jquery-ui-dist": "^1.12.1", - "json5": "^2.1.3", + "json5": "^2.2.0", "lodash": "^4.17.20", "materialize-css": "git://github.com/cutls/materialize#v1-dev", "sanitize-html": "^2.3.1", diff --git a/app/yarn.lock b/app/yarn.lock index d8bcae4e..da6b1e49 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -2863,10 +2863,10 @@ json-stringify-safe@^5.0.1, json-stringify-safe@~5.0.1: resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= -json5@^2.1.2, json5@^2.1.3: - version "2.1.3" - resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.3.tgz#c9b0f7fa9233bfe5807fe66fcf3a5617ed597d43" - integrity sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA== +json5@^2.1.2, json5@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3" + integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA== dependencies: minimist "^1.2.5"