From 06625c0d57e23391fdecc72d98155fb246cdf979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 06:50:51 +0000 Subject: [PATCH] Bump shelljs from 0.7.8 to 0.8.5 in /PFCodingChallenge 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] --- PFCodingChallenge/package-lock.json | 9 +++++---- PFCodingChallenge/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/PFCodingChallenge/package-lock.json b/PFCodingChallenge/package-lock.json index 9c2f548..15f7a1d 100644 --- a/PFCodingChallenge/package-lock.json +++ b/PFCodingChallenge/package-lock.json @@ -5708,7 +5708,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", @@ -10317,9 +10318,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/PFCodingChallenge/package.json b/PFCodingChallenge/package.json index 576f0af..0668c9c 100644 --- a/PFCodingChallenge/package.json +++ b/PFCodingChallenge/package.json @@ -46,7 +46,7 @@ "postcss-url": "^7.2.1", "rimraf": "^2.6.0", "semver": "^5.3.0", - "shelljs": "^0.7.6", + "shelljs": "^0.8.5", "uglifyjs-webpack-plugin": "^1.1.1", "url-loader": "^0.5.8", "vue-loader": "^13.3.0",