From e4c0c2b664448bdc3a829de51adaabcaaa03caf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2020 16:05:54 +0000 Subject: [PATCH] Bump jpeg-js from 0.3.5 to 0.4.0 Bumps [jpeg-js](https://github.com/eugeneware/jpeg-js) from 0.3.5 to 0.4.0. - [Release notes](https://github.com/eugeneware/jpeg-js/releases) - [Commits](https://github.com/eugeneware/jpeg-js/commits/v0.4.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d334336..adfd590 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "fastify-static": "^2.4.0", "fastparallel": "^2.3.0", "file-url": "^3.0.0", - "jpeg-js": "^0.3.5", + "jpeg-js": "^0.4.0", "pixelmatch": "^4.0.2", "pngjs": "^3.4.0", "prettier-standard": "^9.1.1", diff --git a/yarn.lock b/yarn.lock index 3779241..11087fc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3324,10 +3324,10 @@ isstream@~0.1.2: resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= -jpeg-js@^0.3.5: - version "0.3.5" - resolved "https://registry.yarnpkg.com/jpeg-js/-/jpeg-js-0.3.5.tgz#6fbd6cd0e49627c5a0341796c9e50c70a2aa3673" - integrity sha512-hvaExqwmQDS8O9qnZAVDXGWU43Tbu1V0wMZmjROjT11jloSgGICZpscG+P6Nyi1BVAvyu2ARRx8qmEW30sxgdQ== +jpeg-js@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/jpeg-js/-/jpeg-js-0.4.0.tgz#39adab7245b6d11e918ba5d4b49263ff2fc6a2f9" + integrity sha512-960VHmtN1vTpasX/1LupLohdP5odwAT7oK/VSm6mW0M58LbrBnowLAPWAZhWGhDAGjzbMnPXZxzB/QYgBwkN0w== js-string-escape@^1.0.1: version "1.0.1"