From 076b9feb98363f764bb6fdee0990911105a8ffab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jun 2022 04:30:18 +0000 Subject: [PATCH] Bump shell-quote from 1.7.2 to 1.7.3 in /web 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] --- web/package-lock.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 42dfe14..d97c92e 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -1009,9 +1009,9 @@ } }, "@polka/url": { - "version": "1.0.0-next.11", - "resolved": "https://registry.npm.taobao.org/@polka/url/download/@polka/url-1.0.0-next.11.tgz", - "integrity": "sha1-rrFvUGSaka952+NldLZtD55Nn3E=" + "version": "1.0.0-next.21", + "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.21.tgz", + "integrity": "sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==" }, "@rollup/plugin-babel": { "version": "5.1.0", @@ -2252,11 +2252,11 @@ "dev": true }, "polka": { - "version": "1.0.0-next.11", - "resolved": "https://registry.npm.taobao.org/polka/download/polka-1.0.0-next.11.tgz", - "integrity": "sha1-sVQwQ8bl48Gfa49oNbQd/ME75YM=", + "version": "1.0.0-next.22", + "resolved": "https://registry.npmjs.org/polka/-/polka-1.0.0-next.22.tgz", + "integrity": "sha512-a7tsZy5gFbJr0aUltZS97xCkbPglXuD67AMvTyZX7BTDBH384FWf0ZQF6rPvdutSxnO1vUlXM2zSLf5tCKk5RA==", "requires": { - "@polka/url": "^1.0.0-next.11", + "@polka/url": "^1.0.0-next.21", "trouter": "^3.1.0" } }, @@ -2352,8 +2352,8 @@ }, "regexparam": { "version": "1.3.0", - "resolved": "https://registry.npm.taobao.org/regexparam/download/regexparam-1.3.0.tgz", - "integrity": "sha1-L+Qsk+MqQO/2I11jXg/6NEuSll8=" + "resolved": "https://registry.npmjs.org/regexparam/-/regexparam-1.3.0.tgz", + "integrity": "sha512-6IQpFBv6e5vz1QAqI+V4k8P2e/3gRrqfCJ9FI+O1FLQTO+Uz6RXZEZOPmTJ6hlGj7gkERzY5BRCv09whKP96/g==" }, "regexpu-core": { "version": "4.7.0", @@ -2519,9 +2519,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 }, "shimport": { @@ -2751,9 +2751,9 @@ "dev": true }, "trouter": { - "version": "3.1.0", - "resolved": "https://registry.npm.taobao.org/trouter/download/trouter-3.1.0.tgz", - "integrity": "sha1-dvT66oHV69EbukdixmSjtV7amyM=", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/trouter/-/trouter-3.2.0.tgz", + "integrity": "sha512-rLLXbhTObLy2MBVjLC+jTnoIKw99n0GuJs9ov10J870vDw5qhTurPzsDrudNtBf5w/CZ9ctZy2p2IMmhGcel2w==", "requires": { "regexparam": "^1.3.0" }