From 2b438697cdb1760fb5c608fae38659825db10c08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 17:03:02 +0000 Subject: [PATCH] Bump shell-quote from 1.7.4 to 1.8.1 Bumps [shell-quote](https://github.com/ljharb/shell-quote) from 1.7.4 to 1.8.1. - [Release notes](https://github.com/ljharb/shell-quote/releases) - [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/shell-quote/compare/v1.7.4...v1.8.1) --- updated-dependencies: - dependency-name: shell-quote dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5670a104..551e9de9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-ros", - "version": "0.9.0", + "version": "0.9.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-ros", - "version": "0.9.0", + "version": "0.9.3", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@vscode/debugadapter": "^1.59.0", @@ -23,7 +23,7 @@ "path-browserify": "^1.0.1", "portfinder": "^1.0.32", "querystring-es3": "^0.2.1", - "shell-quote": "^1.7.4", + "shell-quote": "^1.8.1", "stream-browserify": "^3.0.0", "stream-http": "^3.2.0", "string_decoder": "^1.3.0", @@ -40,7 +40,7 @@ "@types/node": "^18.15.7", "@types/shell-quote": "^1.7.1", "@types/tmp": "^0.2.3", - "@types/vscode": "^1.66.0", + "@types/vscode": "^1.69.0", "@types/xmlrpc": "^1.3.7", "glob": "^8.0.1", "mocha": "^10.2.0", @@ -52,7 +52,7 @@ "webpack-cli": "^5.0.1" }, "engines": { - "vscode": "^1.68.0" + "vscode": "^1.69.0" } }, "node_modules/@babel/code-frame": { @@ -3395,9 +3395,9 @@ } }, "node_modules/shell-quote": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.4.tgz", - "integrity": "sha512-8o/QEhSSRb1a5i7TFR0iM4G16Z0vYB2OQVs4G3aAFXjn3T6yEx8AZxy1PgDF7I00LZHYA3WxaSYIf5e5sAX8Rw==", + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz", + "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==", "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -6942,9 +6942,9 @@ "dev": true }, "shell-quote": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.4.tgz", - "integrity": "sha512-8o/QEhSSRb1a5i7TFR0iM4G16Z0vYB2OQVs4G3aAFXjn3T6yEx8AZxy1PgDF7I00LZHYA3WxaSYIf5e5sAX8Rw==" + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz", + "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==" }, "side-channel": { "version": "1.0.4", diff --git a/package.json b/package.json index 4dd40397..7f3e09f8 100644 --- a/package.json +++ b/package.json @@ -440,7 +440,7 @@ "path-browserify": "^1.0.1", "portfinder": "^1.0.32", "querystring-es3": "^0.2.1", - "shell-quote": "^1.7.4", + "shell-quote": "^1.8.1", "stream-browserify": "^3.0.0", "stream-http": "^3.2.0", "string_decoder": "^1.3.0",