summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-22 05:31:23 +0000
committerJens Geyer <Jens-G@users.noreply.github.com>2022-06-22 21:39:12 +0200
commit511acca6cbf47b3965b9569175134528ba64cddb (patch)
treeb0a0a42e1863512e6f86e5b617374f5a9562a923
parent3a6f8a228f7008f033d609bdef2df952e2e2fc54 (diff)
downloadthrift-511acca6cbf47b3965b9569175134528ba64cddb.tar.gz
Bump shell-quote from 1.7.2 to 1.7.3 in /lib/js
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] <support@github.com>
-rw-r--r--lib/js/package-lock.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/js/package-lock.json b/lib/js/package-lock.json
index ad701d9d3..20f281303 100644
--- a/lib/js/package-lock.json
+++ b/lib/js/package-lock.json
@@ -2751,9 +2751,9 @@
"dev": true
},
"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
},
"shelljs": {