diff --git a/package-lock.json b/package-lock.json index 5670a104..5b7565ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-ros", - "version": "0.9.0", + "version": "0.9.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-ros", - "version": "0.9.0", + "version": "0.9.1", "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.0", "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.0", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.0.tgz", + "integrity": "sha512-QHsz8GgQIGKlRi24yFc6a6lN69Idnx634w49ay6+jA5yFh7a1UY+4Rp6HPx/L/1zcEDPEij8cIsiqR6bQsE5VQ==", "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.0", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.0.tgz", + "integrity": "sha512-QHsz8GgQIGKlRi24yFc6a6lN69Idnx634w49ay6+jA5yFh7a1UY+4Rp6HPx/L/1zcEDPEij8cIsiqR6bQsE5VQ==" }, "side-channel": { "version": "1.0.4", diff --git a/package.json b/package.json index 50ab0542..eda3165b 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.0", "stream-browserify": "^3.0.0", "stream-http": "^3.2.0", "string_decoder": "^1.3.0",