From 30b8502e30d94c802fbe7972b146c2c3052c5ce2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 20:26:40 +0000 Subject: [PATCH] Bump shell-quote from 1.7.2 to 1.7.3 in /examples/commonjs 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] --- examples/commonjs/package-lock.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/examples/commonjs/package-lock.json b/examples/commonjs/package-lock.json index 26e2539..a822399 100644 --- a/examples/commonjs/package-lock.json +++ b/examples/commonjs/package-lock.json @@ -1114,8 +1114,9 @@ "dev": true }, "canvasjs": { - "version": "file:../../canvasjs-1.8.2.tgz", - "integrity": "sha512-hLBaX55lnAAnQxAk1PlWIUUu2FbS6tB7JUwTQkKiG3t9HXY7VpT95gwpBWfpmS6O0yub4ebBPDRp1Ed0Ahm/Fg==" + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/canvasjs/-/canvasjs-1.8.3.tgz", + "integrity": "sha512-60eUT0VjqRgYqdIQcOkXg0Zptfbl4HefA/O51YEf1m/P0uXvE3icI/1KPrXpY9aVxn8gG/BB8DzVoTGCcyBnYg==" }, "chalk": { "version": "1.1.3", @@ -2124,9 +2125,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": {