From 1a0351f4c38a863464e60e9e1cef133a45317e80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2019 02:25:14 +0000 Subject: [PATCH] build(deps): bump cached-path-relative from 1.0.1 to 1.0.2 in /client Bumps [cached-path-relative](https://github.com/ashaffer/cached-path-relative) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/ashaffer/cached-path-relative/releases) - [Commits](https://github.com/ashaffer/cached-path-relative/commits) Signed-off-by: dependabot[bot] --- client/package-lock.json | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index b7ffd715..14eb2bad 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1035,9 +1035,9 @@ "dev": true }, "cached-path-relative": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/cached-path-relative/-/cached-path-relative-1.0.1.tgz", - "integrity": "sha1-0JxLUoAKpMB44t2BqGmqyQ0uVOc=", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/cached-path-relative/-/cached-path-relative-1.0.2.tgz", + "integrity": "sha512-5r2GqsoEb4qMTTN9J+WzXfjov+hjxT+j3u5K+kIVNIwAd99DLCJE9pBIMP1qVeybV6JiijL385Oz0DcYxfbOIg==", "dev": true }, "camel-case": { @@ -1748,6 +1748,11 @@ "integrity": "sha512-6IzjQxvnlT8UlklNmDXIJMWxijULjqGrzgqc0OG7YadZdvm7KPQ1j0ehmQQHckgEWOfgpptzcnWgESovxudpTA==", "dev": true }, + "jpgjs": { + "version": "github:makr28/jpgjs#c83f107ad725b476a3441d20680a02590d8752cc", + "from": "github:makr28/jpgjs#c83f107ad725b476a3441d20680a02590d8752cc", + "dev": true + }, "js-cookie": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-2.2.0.tgz", @@ -2751,13 +2756,6 @@ "requires": { "jpgjs": "github:makr28/jpgjs#c83f107ad725b476a3441d20680a02590d8752cc", "pako": "^1.0.5" - }, - "dependencies": { - "jpgjs": { - "version": "github:makr28/jpgjs#c83f107ad725b476a3441d20680a02590d8752cc", - "from": "github:makr28/jpgjs", - "dev": true - } } }, "util": {