From d7ffb2f7d49f962152ff12c473e2eab03b617dc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 05:33:59 +0000 Subject: [PATCH] Bump shelljs from 0.7.8 to 0.8.5 in /client/pwa Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.7.8 to 0.8.5. - [Release notes](https://github.com/shelljs/shelljs/releases) - [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md) - [Commits](https://github.com/shelljs/shelljs/compare/v0.7.8...v0.8.5) --- updated-dependencies: - dependency-name: shelljs dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- client/pwa/package-lock.json | 9 +++++---- client/pwa/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/client/pwa/package-lock.json b/client/pwa/package-lock.json index 6d766bd..4722ce5 100644 --- a/client/pwa/package-lock.json +++ b/client/pwa/package-lock.json @@ -7539,7 +7539,8 @@ }, "js-yaml": { "version": "3.7.0", - "resolved": "", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.7.0.tgz", + "integrity": "sha1-XJZ93YN6m/3KXy3oQlOr6KHAO4A=", "dev": true, "requires": { "argparse": "^1.0.7", @@ -12385,9 +12386,9 @@ "dev": true }, "shelljs": { - "version": "0.7.8", - "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.7.8.tgz", - "integrity": "sha1-3svPh0sNHl+3LhSxZKloMEjprLM=", + "version": "0.8.5", + "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz", + "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==", "dev": true, "requires": { "glob": "^7.0.0", diff --git a/client/pwa/package.json b/client/pwa/package.json index 318d2ff..8cc38dd 100644 --- a/client/pwa/package.json +++ b/client/pwa/package.json @@ -53,7 +53,7 @@ "ora": "^1.3.0", "rimraf": "^2.7.1", "semver": "^5.7.1", - "shelljs": "^0.7.8", + "shelljs": "^0.8.5", "stylus": "^0.54.7", "stylus-loader": "^3.0.1", "sw-precache-webpack-plugin": "^0.11.4",