From 7588e2a2ed04a9fe323ec6107b87c8fe2f0e0a28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jun 2022 03:19:35 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20shell-quote=20in=20/05.=E8=A7=84?= =?UTF-8?q?=E8=8C=83=E9=9B=86=E6=88=90/JS=E6=A8=A1=E5=9D=97=E5=8C=96/03=5F?= =?UTF-8?q?CommonJS-Browserify?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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] --- .../03_CommonJS-Browserify/package-lock.json" | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git "a/05.\350\247\204\350\214\203\351\233\206\346\210\220/JS\346\250\241\345\235\227\345\214\226/03_CommonJS-Browserify/package-lock.json" "b/05.\350\247\204\350\214\203\351\233\206\346\210\220/JS\346\250\241\345\235\227\345\214\226/03_CommonJS-Browserify/package-lock.json" index 7313d04..39d7acc 100644 --- "a/05.\350\247\204\350\214\203\351\233\206\346\210\220/JS\346\250\241\345\235\227\345\214\226/03_CommonJS-Browserify/package-lock.json" +++ "b/05.\350\247\204\350\214\203\351\233\206\346\210\220/JS\346\250\241\345\235\227\345\214\226/03_CommonJS-Browserify/package-lock.json" @@ -1034,9 +1034,9 @@ } }, "shell-quote": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.2.tgz", - "integrity": "sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==", + "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 }, "simple-concat": {