From 2d0acb68b1717601ed9cbcbe1d03ba78580285de Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2019 04:16:36 +0000 Subject: [PATCH] Bump json5 from 2.1.0 to 2.1.1 in /app Bumps [json5](https://github.com/json5/json5) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/v2.1.1/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v2.1.0...v2.1.1) 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 8b94bfe1..8d221a80 100644 --- a/app/package.json +++ b/app/package.json @@ -54,7 +54,7 @@ "jimp": "^0.8.4", "jquery": "^3.4.1", "jquery-ui-dist": "^1.12.1", - "json5": "^2.1.0", + "json5": "^2.1.1", "materialize-css": "^1.0.0", "node-notifier": "^6.0.0", "sumchecker": "^3.0.0", diff --git a/app/yarn.lock b/app/yarn.lock index 98223543..50258438 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -1580,10 +1580,10 @@ 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.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.0.tgz#e7a0c62c48285c628d20a10b85c89bb807c32850" - integrity sha512-8Mh9h6xViijj36g7Dxi+Y4S6hNGV96vcJZr/SrlHh1LR/pEn/8j/+qIBbs44YKl69Lrfctp4QD+AdWLTMqEZAQ== +json5@^2.1.0, json5@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.1.tgz#81b6cb04e9ba496f1c7005d07b4368a2638f90b6" + integrity sha512-l+3HXD0GEI3huGq1njuqtzYK8OYJyXMkOLtQ53pjWh89tvWS2h6l+1zMkYWqlb57+SiQodKZyvMEFb2X+KrFhQ== dependencies: minimist "^1.2.0"