From fc2bfaa2022ac2620023028e7b051544f06f4ef5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jun 2022 02:47:43 +0000 Subject: [PATCH] Bump shell-quote from 1.7.2 to 1.7.3 in /community_manager Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. - [Release notes](https://github.com/substack/node-shell-quote/releases) - [Changelog](https://github.com/substack/node-shell-quote/blob/master/CHANGELOG.md) - [Commits](https://github.com/substack/node-shell-quote/compare/v1.7.2...1.7.3) --- updated-dependencies: - dependency-name: shell-quote dependency-type: indirect ... Signed-off-by: dependabot[bot] --- community_manager/package-lock.json | 29 +++-------------------------- community_manager/yarn.lock | 6 +++--- 2 files changed, 6 insertions(+), 29 deletions(-) diff --git a/community_manager/package-lock.json b/community_manager/package-lock.json index 84d7abe..b54821b 100644 --- a/community_manager/package-lock.json +++ b/community_manager/package-lock.json @@ -9508,9 +9508,9 @@ "dev": true }, "shell-quote": { - "version": "1.7.2", - "resolved": "https://registry.npm.taobao.org/shell-quote/download/shell-quote-1.7.2.tgz", - "integrity": "sha1-Z6fQLHbJ2iT5nSCAj8re0ODgS+I=", + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.3.tgz", + "integrity": "sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==", "dev": true }, "signal-exit": { @@ -10654,21 +10654,6 @@ "integrity": "sha1-9rRQHC7EzdJrp4vnIilh3ndiFZg=", "dev": true }, - "uppercamelcase": { - "version": "1.1.0", - "resolved": "https://registry.npm.taobao.org/uppercamelcase/download/uppercamelcase-1.1.0.tgz", - "integrity": "sha1-Mk2YprOvx+iolT4QZBUJsOTiP5c=", - "requires": { - "camelcase": "^1.2.1" - }, - "dependencies": { - "camelcase": { - "version": "1.2.1", - "resolved": "https://registry.npm.taobao.org/camelcase/download/camelcase-1.2.1.tgz", - "integrity": "sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk=" - } - } - }, "uri-js": { "version": "4.2.2", "resolved": "https://registry.npm.taobao.org/uri-js/download/uri-js-4.2.2.tgz", @@ -10852,14 +10837,6 @@ "resolved": "https://registry.npm.taobao.org/vue/download/vue-2.6.11.tgz", "integrity": "sha1-dllNh31LEiNEBuhONSdcbVFBJcU=" }, - "vue-amap": { - "version": "0.5.10", - "resolved": "https://registry.npm.taobao.org/vue-amap/download/vue-amap-0.5.10.tgz", - "integrity": "sha1-RkUWIDrwwIXUBL2Kyr8kAeSjb/Y=", - "requires": { - "uppercamelcase": "^1.1.0" - } - }, "vue-cli-plugin-axios": { "version": "0.0.4", "resolved": "https://registry.npm.taobao.org/vue-cli-plugin-axios/download/vue-cli-plugin-axios-0.0.4.tgz", diff --git a/community_manager/yarn.lock b/community_manager/yarn.lock index 77b2791..b132fa1 100644 --- a/community_manager/yarn.lock +++ b/community_manager/yarn.lock @@ -7027,9 +7027,9 @@ shebang-regex@^3.0.0: integrity sha1-rhbxZE2HPsrYQ7AwexQzYtTEIXI= shell-quote@^1.6.1: - version "1.7.2" - resolved "https://registry.npm.taobao.org/shell-quote/download/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2" - integrity sha1-Z6fQLHbJ2iT5nSCAj8re0ODgS+I= + version "1.7.3" + resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.3.tgz#aa40edac170445b9a431e17bb62c0b881b9c4123" + integrity sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw== signal-exit@^3.0.0, signal-exit@^3.0.2: version "3.0.3"