From 6f5828dbd2e3469266aa9307a751663b1ce5da0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 04:11:10 +0000 Subject: [PATCH] Bump shelljs from 0.8.3 to 0.8.5 in /work Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.3 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.8.3...v0.8.5) --- updated-dependencies: - dependency-name: shelljs dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- work/package-lock.json | 14 +++++++------- work/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/work/package-lock.json b/work/package-lock.json index 440660c..561f138 100644 --- a/work/package-lock.json +++ b/work/package-lock.json @@ -6964,9 +6964,9 @@ } }, "interpret": { - "version": "1.2.0", - "resolved": "http://registry.npm.taobao.org/interpret/download/interpret-1.2.0.tgz", - "integrity": "sha1-1QYaYiS+WOgIOYX1AU2EQ1lXYpY=", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz", + "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==", "dev": true }, "invariant": { @@ -9757,7 +9757,7 @@ }, "rechoir": { "version": "0.6.2", - "resolved": "http://registry.npm.taobao.org/rechoir/download/rechoir-0.6.2.tgz", + "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", "integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=", "dev": true, "requires": { @@ -10386,9 +10386,9 @@ } }, "shelljs": { - "version": "0.8.3", - "resolved": "http://registry.npm.taobao.org/shelljs/download/shelljs-0.8.3.tgz", - "integrity": "sha1-p/MxlSDr8J7oEnWyNorbKGZZsJc=", + "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/work/package.json b/work/package.json index 34ff9c9..b9db397 100644 --- a/work/package.json +++ b/work/package.json @@ -25,7 +25,7 @@ "eslint-plugin-vue": "^5.0.0", "less": "^3.0.4", "less-loader": "^4.1.0", - "shelljs": "^0.8.3", + "shelljs": "^0.8.5", "vue-template-compiler": "^2.5.21" } }