This is an automated email from the ASF dual-hosted git repository.

rantunes pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-tools-temporary-rnd-do-not-use.git


The following commit(s) were added to refs/heads/main by this push:
     new 41c56416e5 KOGITO-9959: Bump vscode-extension-tester version to 5.10.0 
(#2062)
41c56416e5 is described below

commit 41c56416e5b7e58e0713f40a14bc66726b399fa9
Author: Tomáš David <[email protected]>
AuthorDate: Thu Nov 23 07:29:20 2023 +0100

    KOGITO-9959: Bump vscode-extension-tester version to 5.10.0 (#2062)
    
    Signed-off-by: Tomas David <[email protected]>
---
 .../base64png-editor-vscode-extension/package.json |   2 +-
 .../todo-list-view-vscode-extension/package.json   |   2 +-
 packages/bpmn-vscode-extension/package.json        |   2 +-
 packages/dmn-vscode-extension/package.json         |   2 +-
 .../kie-editors-dev-vscode-extension/package.json  |   6 +-
 packages/pmml-vscode-extension/package.json        |   2 +-
 .../package.json                                   |   6 +-
 .../package.json                                   |   4 +-
 .../package.json                                   |   4 +-
 .../vscode-extension-kie-ba-bundle/package.json    |   2 +-
 .../vscode-extension-kogito-bundle/package.json    |   2 +-
 packages/yard-vscode-extension/package.json        |   6 +-
 pnpm-lock.yaml                                     | 219 +++++++++++----------
 13 files changed, 134 insertions(+), 125 deletions(-)

diff --git a/examples/base64png-editor-vscode-extension/package.json 
b/examples/base64png-editor-vscode-extension/package.json
index a69ddd11e4..02111f6b6f 100644
--- a/examples/base64png-editor-vscode-extension/package.json
+++ b/examples/base64png-editor-vscode-extension/package.json
@@ -35,7 +35,7 @@
     "@kie-tools/root-env": "workspace:*",
     "@kie-tools/tsconfig": "workspace:*",
     "@types/vscode": "1.67.0",
-    "@vscode/vsce": "^2.20.1",
+    "@vscode/vsce": "^2.22.0",
     "rimraf": "^3.0.2",
     "typescript": "^4.6.2",
     "webpack": "^5.88.2",
diff --git a/examples/todo-list-view-vscode-extension/package.json 
b/examples/todo-list-view-vscode-extension/package.json
index d68a9d75e3..21b64628b2 100644
--- a/examples/todo-list-view-vscode-extension/package.json
+++ b/examples/todo-list-view-vscode-extension/package.json
@@ -33,7 +33,7 @@
     "@kie-tools/root-env": "workspace:*",
     "@kie-tools/tsconfig": "workspace:*",
     "@types/vscode": "1.67.0",
-    "@vscode/vsce": "^2.20.1",
+    "@vscode/vsce": "^2.22.0",
     "rimraf": "^3.0.2",
     "typescript": "^4.6.2",
     "webpack": "^5.88.2",
diff --git a/packages/bpmn-vscode-extension/package.json 
b/packages/bpmn-vscode-extension/package.json
index e407478f6f..d19cfb5394 100644
--- a/packages/bpmn-vscode-extension/package.json
+++ b/packages/bpmn-vscode-extension/package.json
@@ -41,7 +41,7 @@
     "@kie-tools/tsconfig": "workspace:*",
     "@types/vscode": "1.67.0",
     "@vscode/test-web": "^0.0.30",
-    "@vscode/vsce": "^2.20.1",
+    "@vscode/vsce": "^2.22.0",
     "copy-webpack-plugin": "^11.0.0",
     "rimraf": "^3.0.2",
     "webpack": "^5.88.2",
diff --git a/packages/dmn-vscode-extension/package.json 
b/packages/dmn-vscode-extension/package.json
index 9deb27250a..5ea117cc1f 100644
--- a/packages/dmn-vscode-extension/package.json
+++ b/packages/dmn-vscode-extension/package.json
@@ -41,7 +41,7 @@
     "@kie-tools/tsconfig": "workspace:*",
     "@types/vscode": "1.67.0",
     "@vscode/test-web": "^0.0.30",
-    "@vscode/vsce": "^2.20.1",
+    "@vscode/vsce": "^2.22.0",
     "copy-webpack-plugin": "^11.0.0",
     "rimraf": "^3.0.2",
     "webpack": "^5.88.2",
diff --git a/packages/kie-editors-dev-vscode-extension/package.json 
b/packages/kie-editors-dev-vscode-extension/package.json
index d511e24f08..c125c6cb87 100644
--- a/packages/kie-editors-dev-vscode-extension/package.json
+++ b/packages/kie-editors-dev-vscode-extension/package.json
@@ -63,9 +63,9 @@
     "@types/minimatch": "^3.0.5",
     "@types/mocha": "^8.2.2",
     "@types/vscode": "1.67.0",
-    "@vscode/test-electron": "^2.3.4",
+    "@vscode/test-electron": "^2.3.6",
     "@vscode/test-web": "^0.0.30",
-    "@vscode/vsce": "^2.20.1",
+    "@vscode/vsce": "^2.22.0",
     "chai": "^4.3.10",
     "copy-webpack-plugin": "^11.0.0",
     "cpr": "^3.0.1",
@@ -81,7 +81,7 @@
     "sanitize-filename-ts": "^1.0.2",
     "ts-jest": "^26.5.6",
     "typescript": "^4.6.2",
-    "vscode-extension-tester": "5.9.1",
+    "vscode-extension-tester": "5.10.0",
     "webpack": "^5.88.2",
     "webpack-cli": "^4.10.0",
     "webpack-dev-server": "^4.15.1",
diff --git a/packages/pmml-vscode-extension/package.json 
b/packages/pmml-vscode-extension/package.json
index b33220d228..771055729c 100644
--- a/packages/pmml-vscode-extension/package.json
+++ b/packages/pmml-vscode-extension/package.json
@@ -41,7 +41,7 @@
     "@kie-tools/tsconfig": "workspace:*",
     "@types/vscode": "1.67.0",
     "@vscode/test-web": "^0.0.30",
-    "@vscode/vsce": "^2.20.1",
+    "@vscode/vsce": "^2.22.0",
     "file-loader": "^6.2.0",
     "rimraf": "^3.0.2",
     "webpack": "^5.88.2",
diff --git a/packages/serverless-workflow-vscode-extension/package.json 
b/packages/serverless-workflow-vscode-extension/package.json
index c15282331e..f938ec00d9 100644
--- a/packages/serverless-workflow-vscode-extension/package.json
+++ b/packages/serverless-workflow-vscode-extension/package.json
@@ -64,9 +64,9 @@
     "@types/mocha": "^8.2.2",
     "@types/selenium-webdriver": "^4.1.20",
     "@types/vscode": "1.67.0",
-    "@vscode/test-electron": "^2.3.4",
+    "@vscode/test-electron": "^2.3.6",
     "@vscode/test-web": "^0.0.30",
-    "@vscode/vsce": "^2.20.1",
+    "@vscode/vsce": "^2.22.0",
     "chai": "^4.3.10",
     "copy-webpack-plugin": "^11.0.0",
     "cpr": "^3.0.1",
@@ -79,7 +79,7 @@
     "sanitize-filename-ts": "^1.0.2",
     "selenium-webdriver": "^4.15.0",
     "typescript": "^4.6.2",
-    "vscode-extension-tester": "5.9.1",
+    "vscode-extension-tester": "5.10.0",
     "webpack": "^5.88.2",
     "webpack-cli": "^4.10.0",
     "webpack-dev-server": "^4.15.1",
diff --git a/packages/vscode-extension-common-test-helpers/package.json 
b/packages/vscode-extension-common-test-helpers/package.json
index ae5d1cf576..ee584d01a6 100644
--- a/packages/vscode-extension-common-test-helpers/package.json
+++ b/packages/vscode-extension-common-test-helpers/package.json
@@ -35,10 +35,10 @@
     "mocha": "^9.2.0",
     "rimraf": "^3.0.2",
     "typescript": "^4.6.2",
-    "vscode-extension-tester": "5.9.1"
+    "vscode-extension-tester": "5.10.0"
   },
   "peerDependencies": {
     "mocha": "^9.2.0",
-    "vscode-extension-tester": "5.9.1"
+    "vscode-extension-tester": "5.10.0"
   }
 }
\ No newline at end of file
diff --git a/packages/vscode-extension-dashbuilder-editor/package.json 
b/packages/vscode-extension-dashbuilder-editor/package.json
index 9d059307fe..72a2eaf5da 100644
--- a/packages/vscode-extension-dashbuilder-editor/package.json
+++ b/packages/vscode-extension-dashbuilder-editor/package.json
@@ -56,7 +56,7 @@
     "@types/selenium-webdriver": "^4.1.20",
     "@types/vscode": "1.67.0",
     "@vscode/test-web": "^0.0.30",
-    "@vscode/vsce": "^2.20.1",
+    "@vscode/vsce": "^2.22.0",
     "chai": "^4.3.10",
     "copy-webpack-plugin": "^11.0.0",
     "cpr": "^3.0.1",
@@ -68,7 +68,7 @@
     "sanitize-filename-ts": "^1.0.2",
     "selenium-webdriver": "^4.15.0",
     "typescript": "^4.6.2",
-    "vscode-extension-tester": "5.9.1",
+    "vscode-extension-tester": "5.10.0",
     "webpack": "^5.88.2",
     "webpack-cli": "^4.10.0",
     "webpack-dev-server": "^4.15.1",
diff --git a/packages/vscode-extension-kie-ba-bundle/package.json 
b/packages/vscode-extension-kie-ba-bundle/package.json
index c8dbc8ec8b..0b56881e55 100644
--- a/packages/vscode-extension-kie-ba-bundle/package.json
+++ b/packages/vscode-extension-kie-ba-bundle/package.json
@@ -28,7 +28,7 @@
     "@kie-tools/root-env": "workspace:*",
     "@kie-tools/tsconfig": "workspace:*",
     "@types/vscode": "1.67.0",
-    "@vscode/vsce": "^2.20.1",
+    "@vscode/vsce": "^2.22.0",
     "rimraf": "^3.0.2",
     "webpack": "^5.88.2",
     "webpack-cli": "^4.10.0",
diff --git a/packages/vscode-extension-kogito-bundle/package.json 
b/packages/vscode-extension-kogito-bundle/package.json
index 3b2a41fd49..a880cb38a5 100644
--- a/packages/vscode-extension-kogito-bundle/package.json
+++ b/packages/vscode-extension-kogito-bundle/package.json
@@ -28,7 +28,7 @@
     "@kie-tools/root-env": "workspace:*",
     "@kie-tools/tsconfig": "workspace:*",
     "@types/vscode": "1.67.0",
-    "@vscode/vsce": "^2.20.1",
+    "@vscode/vsce": "^2.22.0",
     "rimraf": "^3.0.2",
     "webpack": "^5.88.2",
     "webpack-cli": "^4.10.0",
diff --git a/packages/yard-vscode-extension/package.json 
b/packages/yard-vscode-extension/package.json
index f7c6ae61b6..0f3939102e 100644
--- a/packages/yard-vscode-extension/package.json
+++ b/packages/yard-vscode-extension/package.json
@@ -57,9 +57,9 @@
     "@types/mocha": "^8.2.2",
     "@types/selenium-webdriver": "^4.1.20",
     "@types/vscode": "1.67.0",
-    "@vscode/test-electron": "^2.3.4",
+    "@vscode/test-electron": "^2.3.6",
     "@vscode/test-web": "^0.0.30",
-    "@vscode/vsce": "^2.20.1",
+    "@vscode/vsce": "^2.22.0",
     "chai": "^4.3.10",
     "cpr": "^3.0.1",
     "mocha": "^9.2.0",
@@ -71,7 +71,7 @@
     "sanitize-filename-ts": "^1.0.2",
     "selenium-webdriver": "^4.15.0",
     "typescript": "^4.6.2",
-    "vscode-extension-tester": "5.9.1",
+    "vscode-extension-tester": "5.10.0",
     "webpack": "^5.88.2",
     "webpack-cli": "^4.10.0",
     "webpack-dev-server": "^4.15.1",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 28193d2b2b..e7445f4841 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -199,8 +199,8 @@ importers:
         specifier: 1.67.0
         version: 1.67.0
       "@vscode/vsce":
-        specifier: ^2.20.1
-        version: 2.20.1
+        specifier: ^2.22.0
+        version: 2.22.0
       rimraf:
         specifier: ^3.0.2
         version: 3.0.2
@@ -441,8 +441,8 @@ importers:
         specifier: 1.67.0
         version: 1.67.0
       "@vscode/vsce":
-        specifier: ^2.20.1
-        version: 2.20.1
+        specifier: ^2.22.0
+        version: 2.22.0
       rimraf:
         specifier: ^3.0.2
         version: 3.0.2
@@ -1020,8 +1020,8 @@ importers:
         specifier: ^0.0.30
         version: 0.0.30
       "@vscode/vsce":
-        specifier: ^2.20.1
-        version: 2.20.1
+        specifier: ^2.22.0
+        version: 2.22.0
       copy-webpack-plugin:
         specifier: ^11.0.0
         version: 11.0.0([email protected])
@@ -3488,8 +3488,8 @@ importers:
         specifier: ^0.0.30
         version: 0.0.30
       "@vscode/vsce":
-        specifier: ^2.20.1
-        version: 2.20.1
+        specifier: ^2.22.0
+        version: 2.22.0
       copy-webpack-plugin:
         specifier: ^11.0.0
         version: 11.0.0([email protected])
@@ -4922,14 +4922,14 @@ importers:
         specifier: 1.67.0
         version: 1.67.0
       "@vscode/test-electron":
-        specifier: ^2.3.4
-        version: 2.3.4
+        specifier: ^2.3.6
+        version: 2.3.6
       "@vscode/test-web":
         specifier: ^0.0.30
         version: 0.0.30
       "@vscode/vsce":
-        specifier: ^2.20.1
-        version: 2.20.1
+        specifier: ^2.22.0
+        version: 2.22.0
       chai:
         specifier: ^4.3.10
         version: 4.3.10
@@ -4976,8 +4976,8 @@ importers:
         specifier: ^4.6.2
         version: 4.8.4
       vscode-extension-tester:
-        specifier: 5.9.1
-        version: 5.9.1([email protected])([email protected])
+        specifier: 5.10.0
+        version: 5.10.0([email protected])([email protected])
       webpack:
         specifier: ^5.88.2
         version: 5.88.2([email protected])
@@ -6163,8 +6163,8 @@ importers:
         specifier: ^0.0.30
         version: 0.0.30
       "@vscode/vsce":
-        specifier: ^2.20.1
-        version: 2.20.1
+        specifier: ^2.22.0
+        version: 2.22.0
       file-loader:
         specifier: ^6.2.0
         version: 6.2.0([email protected])
@@ -8081,14 +8081,14 @@ importers:
         specifier: 1.67.0
         version: 1.67.0
       "@vscode/test-electron":
-        specifier: ^2.3.4
-        version: 2.3.4
+        specifier: ^2.3.6
+        version: 2.3.6
       "@vscode/test-web":
         specifier: ^0.0.30
         version: 0.0.30
       "@vscode/vsce":
-        specifier: ^2.20.1
-        version: 2.20.1
+        specifier: ^2.22.0
+        version: 2.22.0
       chai:
         specifier: ^4.3.10
         version: 4.3.10
@@ -8126,8 +8126,8 @@ importers:
         specifier: ^4.6.2
         version: 4.8.4
       vscode-extension-tester:
-        specifier: 5.9.1
-        version: 5.9.1([email protected])([email protected])
+        specifier: 5.10.0
+        version: 5.10.0([email protected])([email protected])
       webpack:
         specifier: ^5.88.2
         version: 5.88.2([email protected])
@@ -9251,8 +9251,8 @@ importers:
         specifier: ^4.6.2
         version: 4.8.4
       vscode-extension-tester:
-        specifier: 5.9.1
-        version: 5.9.1([email protected])([email protected])
+        specifier: 5.10.0
+        version: 5.10.0([email protected])([email protected])
 
   packages/vscode-extension-dashbuilder-editor:
     dependencies:
@@ -9336,8 +9336,8 @@ importers:
         specifier: ^0.0.30
         version: 0.0.30
       "@vscode/vsce":
-        specifier: ^2.20.1
-        version: 2.20.1
+        specifier: ^2.22.0
+        version: 2.22.0
       chai:
         specifier: ^4.3.10
         version: 4.3.10
@@ -9372,8 +9372,8 @@ importers:
         specifier: ^4.6.2
         version: 4.8.4
       vscode-extension-tester:
-        specifier: 5.9.1
-        version: 5.9.1([email protected])([email protected])
+        specifier: 5.10.0
+        version: 5.10.0([email protected])([email protected])
       webpack:
         specifier: ^5.88.2
         version: 5.88.2([email protected])
@@ -9405,8 +9405,8 @@ importers:
         specifier: 1.67.0
         version: 1.67.0
       "@vscode/vsce":
-        specifier: ^2.20.1
-        version: 2.20.1
+        specifier: ^2.22.0
+        version: 2.22.0
       rimraf:
         specifier: ^3.0.2
         version: 3.0.2
@@ -9441,8 +9441,8 @@ importers:
         specifier: 1.67.0
         version: 1.67.0
       "@vscode/vsce":
-        specifier: ^2.20.1
-        version: 2.20.1
+        specifier: ^2.22.0
+        version: 2.22.0
       rimraf:
         specifier: ^3.0.2
         version: 3.0.2
@@ -10264,14 +10264,14 @@ importers:
         specifier: 1.67.0
         version: 1.67.0
       "@vscode/test-electron":
-        specifier: ^2.3.4
-        version: 2.3.4
+        specifier: ^2.3.6
+        version: 2.3.6
       "@vscode/test-web":
         specifier: ^0.0.30
         version: 0.0.30
       "@vscode/vsce":
-        specifier: ^2.20.1
-        version: 2.20.1
+        specifier: ^2.22.0
+        version: 2.22.0
       chai:
         specifier: ^4.3.10
         version: 4.3.10
@@ -10306,8 +10306,8 @@ importers:
         specifier: ^4.6.2
         version: 4.8.4
       vscode-extension-tester:
-        specifier: 5.9.1
-        version: 5.9.1([email protected])([email protected])
+        specifier: 5.10.0
+        version: 5.10.0([email protected])([email protected])
       webpack:
         specifier: ^5.88.2
         version: 5.88.2([email protected])
@@ -17601,10 +17601,10 @@ packages:
       "@types/ws": 8.5.5
       "@whatwg-node/fetch": 0.8.8
       graphql: 14.3.1
-      isomorphic-ws: 5.0.0([email protected])
+      isomorphic-ws: 5.0.0([email protected])
       tslib: 2.6.2
       value-or-promise: 1.0.12
-      ws: 8.13.0
+      ws: 8.14.2
     transitivePeerDependencies:
       - "@types/node"
       - bufferutil
@@ -21117,7 +21117,7 @@ packages:
       util: 0.12.5
       util-deprecate: 1.0.2
       watchpack: 2.4.0
-      ws: 8.13.0
+      ws: 8.14.2
     transitivePeerDependencies:
       - bufferutil
       - encoding
@@ -22081,7 +22081,7 @@ packages:
     resolution:
       { integrity: 
sha512-ykFq2zmBGOCbpIXtoVbz4SKY5QriWPh3AjyU4G74RYbtt5yOc5OfaY75ftjg7mikMOla1CTGpX3lLbuJh8DTrQ==
 }
     dependencies:
-      "@types/http-cache-semantics": 4.0.0
+      "@types/http-cache-semantics": 4.0.1
       "@types/keyv": 3.1.1
       "@types/node": 18.17.18
       "@types/responselike": 1.0.0
@@ -22394,11 +22394,6 @@ packages:
       { integrity: 
sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==
 }
     dev: true
 
-  /@types/[email protected]:
-    resolution:
-      { integrity: 
sha512-c3Xy026kOF7QOTn00hbIllV1dLR9hG9NkSrLQgCVs8NF6sBU+VGWjD3wLPhmh1TYAc7ugCFsvHYMN4VcBN1U1A==
 }
-    dev: true
-
   /@types/[email protected]:
     resolution:
       { integrity: 
sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==
 }
@@ -23119,9 +23114,9 @@ packages:
       { integrity: 
sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
 }
     dev: true
 
-  /@vscode/[email protected]:
+  /@vscode/[email protected]:
     resolution:
-      { integrity: 
sha512-eWzIqXMhvlcoXfEFNWrVu/yYT5w6De+WZXR/bafUQhAp8+8GkQo95Oe14phwiRUPv8L+geAKl/QM2+PoT3YW3g==
 }
+      { integrity: 
sha512-M31xGH0RgqNU6CZ4/9g39oUMJ99nLzfjA+4UbtIQ6TcXQ6+2qkjOOxedmPBDDCg26/3Al5ubjY80hIoaMwKYSw==
 }
     engines: { node: ">=16" }
     dependencies:
       http-proxy-agent: 4.0.1
@@ -23156,9 +23151,9 @@ packages:
       - supports-color
     dev: true
 
-  /@vscode/[email protected]:
+  /@vscode/[email protected]:
     resolution:
-      { integrity: 
sha512-ilbvoqvR/1/zseRPBAzYR6aKqSJ+jvda4/BqIwOqTxajpvLtEpK3kMLs77+dJdrlygS+VrP7Yhad8j0ukyD96g==
 }
+      { integrity: 
sha512-8df4uJiM3C6GZ2Sx/KilSKVxsetrTBBIUb3c0W4B1EWHcddioVs5mkyDKtMNP0khP/xBILVSzlXxhV+nm2rC9A==
 }
     engines: { node: ">= 14" }
     hasBin: true
     dependencies:
@@ -23166,7 +23161,7 @@ packages:
       chalk: 2.4.2
       cheerio: 1.0.0-rc.10
       commander: 6.2.1
-      glob: 7.2.0
+      glob: 7.2.3
       hosted-git-info: 4.1.0
       jsonc-parser: 3.2.0
       leven: 3.1.0
@@ -25879,8 +25874,8 @@ packages:
     dependencies:
       clone-response: 1.0.2
       get-stream: 5.2.0
-      http-cache-semantics: 4.1.0
-      keyv: 4.0.3
+      http-cache-semantics: 4.1.1
+      keyv: 4.5.2
       lowercase-keys: 2.0.0
       normalize-url: 4.5.1
       responselike: 2.0.0
@@ -27791,6 +27786,7 @@ packages:
     resolution:
       { integrity: 
sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==
 }
     engines: { node: ">=4.0.0" }
+    requiresBuild: true
     dev: true
 
   /[email protected]:
@@ -29709,6 +29705,7 @@ packages:
     resolution:
       { integrity: 
sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==
 }
     engines: { node: ">=6" }
+    requiresBuild: true
     dev: true
 
   /[email protected]:
@@ -30788,6 +30785,7 @@ packages:
   /[email protected]:
     resolution:
       { integrity: 
sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==
 }
+    requiresBuild: true
     dev: true
 
   /[email protected]:
@@ -30816,6 +30814,19 @@ packages:
       { integrity: 
sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
 }
     dev: true
 
+  /[email protected]:
+    resolution:
+      { integrity: 
sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==
 }
+    engines: { node: ">=16 || 14 >=14.17" }
+    hasBin: true
+    dependencies:
+      foreground-child: 3.1.1
+      jackspeak: 2.3.6
+      minimatch: 9.0.3
+      minipass: 7.0.2
+      path-scurry: 1.10.1
+    dev: true
+
   /[email protected]:
     resolution:
       { integrity: 
sha512-92vPiMb/iqpmEgsOoIDvTjc50wf9CCCvMzsi6W0JLPeUKE8TWP1a73PgqSrqy7iAZxaSD1YdzU7QZR5LF51MJw==
 }
@@ -31508,11 +31519,6 @@ packages:
       http-errors: 1.8.1
     dev: true
 
-  /[email protected]:
-    resolution:
-      { integrity: 
sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==
 }
-    dev: true
-
   /[email protected]:
     resolution:
       { integrity: 
sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==
 }
@@ -31655,7 +31661,7 @@ packages:
     engines: { node: ">=10.19.0" }
     dependencies:
       quick-lru: 5.1.1
-      resolve-alpn: 1.1.2
+      resolve-alpn: 1.2.1
     dev: true
 
   /[email protected]:
@@ -32645,6 +32651,15 @@ packages:
       ws: 8.13.0
     dev: true
 
+  /[email protected]([email protected]):
+    resolution:
+      { integrity: 
sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==
 }
+    peerDependencies:
+      ws: "*"
+    dependencies:
+      ws: 8.14.2
+    dev: true
+
   /[email protected]:
     resolution:
       { integrity: 
sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==
 }
@@ -32748,6 +32763,16 @@ packages:
       "@pkgjs/parseargs": 0.11.0
     dev: true
 
+  /[email protected]:
+    resolution:
+      { integrity: 
sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==
 }
+    engines: { node: ">=14" }
+    dependencies:
+      "@isaacs/cliui": 8.0.2
+    optionalDependencies:
+      "@pkgjs/parseargs": 0.11.0
+    dev: true
+
   /[email protected]:
     resolution:
       { integrity: 
sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==
 }
@@ -34091,13 +34116,6 @@ packages:
     dev: true
     optional: true
 
-  /[email protected]:
-    resolution:
-      { integrity: 
sha512-zdGa2TOpSZPq5mU6iowDARnMBZgtCqJ11dJROFi6tg6kTn4nuUdU09lFyLFSaHrWqpIJ+EBq4E8/Dc0Vx5vLdA==
 }
-    dependencies:
-      json-buffer: 3.0.1
-    dev: true
-
   /[email protected]:
     resolution:
       { integrity: 
sha512-5MHbFaKn8cNSmVW7BYnijeAVlE4cYA/SVkifVgrh7yotnfhKmjuXpDKjrABLnT0SfHWV21P8ow07OGfRrNDg8g==
 }
@@ -34793,7 +34811,7 @@ packages:
     dependencies:
       agentkeepalive: 4.1.4
       cacache: 15.3.0
-      http-cache-semantics: 4.1.0
+      http-cache-semantics: 4.1.1
       http-proxy-agent: 4.0.1
       https-proxy-agent: 5.0.1
       is-lambda: 1.0.1
@@ -35315,6 +35333,7 @@ packages:
   /[email protected]:
     resolution:
       { integrity: 
sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==
 }
+    requiresBuild: true
     dev: true
 
   /[email protected]:
@@ -35445,9 +35464,9 @@ packages:
     dependencies:
       monaco-editor: 0.39.0
 
-  /[email protected]([email protected])([email protected]):
+  /[email protected]([email protected])([email protected]):
     resolution:
-      { integrity: 
sha512-Y/haEkl0U5MPH2krk6hyOpSqUdzqY9VIW4NPz48i6QHP1hSCInW2ffXl1zisStv0vBWBrDr8hu5n6Q1i7z99PQ==
 }
+      { integrity: 
sha512-5D53tuMvYNoYFJNVc2qQWEekjsroTIXp6nYZqiS9J/mFTuxMZqIwPzYj74Cf8aB87ai8MVT4ZhvKuWAArtl7iQ==
 }
     peerDependencies:
       selenium-webdriver: ^4.6.1
       typescript: ">=4.6.2"
@@ -35456,8 +35475,8 @@ packages:
       clone-deep: 4.0.1
       compare-versions: 6.1.0
       fs-extra: 11.1.1
-      selenium-webdriver: 4.10.0
-      ts-essentials: 9.3.2([email protected])
+      selenium-webdriver: 4.15.0(patch_hash=lbqefch5nrzt5atgrk2dnw5phe)
+      ts-essentials: 9.4.1([email protected])
       typescript: 4.8.4
     dev: true
 
@@ -35641,6 +35660,7 @@ packages:
   /[email protected]:
     resolution:
       { integrity: 
sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==
 }
+    requiresBuild: true
     dev: true
 
   /[email protected]:
@@ -35735,6 +35755,7 @@ packages:
     resolution:
       { integrity: 
sha512-QB0MMv+tn9Ur2DtJrc8y09n0n6sw88CyDniWSX2cHW10goQXYPK9ZpFJOktDS4ron501edPX6h9i7Pg+RnH5nQ==
 }
     engines: { node: ">=10" }
+    requiresBuild: true
     dependencies:
       semver: 7.5.4
     dev: true
@@ -38288,6 +38309,7 @@ packages:
     resolution:
       { integrity: 
sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==
 }
     hasBin: true
+    requiresBuild: true
     dependencies:
       deep-extend: 0.6.0
       ini: 1.3.8
@@ -39478,11 +39500,6 @@ packages:
       { integrity: 
sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==
 }
     dev: true
 
-  /[email protected]:
-    resolution:
-      { integrity: 
sha512-8OyfzhAtA32LVUsJSke3auIyINcwdh5l3cvYKdKO0nvsYSKuiLfTM5i78PJswFPT8y6cPW+L1v6/hE95chcpDA==
 }
-    dev: true
-
   /[email protected]:
     resolution:
       { integrity: 
sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==
 }
@@ -39990,19 +40007,6 @@ packages:
       { integrity: 
sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==
 }
     dev: true
 
-  /[email protected]:
-    resolution:
-      { integrity: 
sha512-hSQPw6jgc+ej/UEcdQPG/iBwwMeCEgZr9HByY/J8ToyXztEqXzU9aLsIyrlj1BywBcStO4JQK/zMUWWrV8+riA==
 }
-    engines: { node: ">= 14.20.0" }
-    dependencies:
-      jszip: 3.10.1
-      tmp: 0.2.1
-      ws: 8.13.0
-    transitivePeerDependencies:
-      - bufferutil
-      - utf-8-validate
-    dev: true
-
   /[email protected](patch_hash=lbqefch5nrzt5atgrk2dnw5phe):
     resolution:
       { integrity: 
sha512-BNG1bq+KWiBGHcJ/wULi0eKY0yaDqFIbEmtbsYJmfaEghdCkXBsx1akgOorhNwjBipOr0uwpvNXqT6/nzl+zjg==
 }
@@ -40313,6 +40317,7 @@ packages:
   /[email protected]:
     resolution:
       { integrity: 
sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==
 }
+    requiresBuild: true
 
   /[email protected]:
     resolution:
@@ -41114,6 +41119,7 @@ packages:
     resolution:
       { integrity: 
sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==
 }
     engines: { node: ">=0.10.0" }
+    requiresBuild: true
     dev: true
 
   /[email protected]:
@@ -41852,11 +41858,14 @@ packages:
     engines: { node: ">=6.10" }
     dev: true
 
-  /[email protected]([email protected]):
+  /[email protected]([email protected]):
     resolution:
-      { integrity: 
sha512-JxKJzuWqH1MmH4ZFHtJzGEhkfN3QvVR3C3w+4BIoWeoY68UVVoA2Np/Bca9z0IPSErVCWhv439aT0We4Dks8kQ==
 }
+      { integrity: 
sha512-oke0rI2EN9pzHsesdmrOrnqv1eQODmJpd/noJjwj2ZPC3Z4N2wbjrOEqnsEgmvlO2+4fBb0a794DCna2elEVIQ==
 }
     peerDependencies:
       typescript: ">=4.1.0"
+    peerDependenciesMeta:
+      typescript:
+        optional: true
     dependencies:
       typescript: 4.8.4
     dev: true
@@ -43073,42 +43082,42 @@ packages:
     engines: { node: ">=0.10.0" }
     dev: true
 
-  
/[email protected]([email protected])([email protected]):
+  
/[email protected]([email protected])([email protected]):
     resolution:
-      { integrity: 
sha512-My+ZTH2PM0g9JwWw49E+SfBMFLSjBdv6YpjekUFpzhCWK0mH+BjRC0gtINr+x2+KuVZVhsO82oSivBa1d7ZJvg==
 }
+      { integrity: 
sha512-i+iTdQmFBuhbH95EAzFZOiZWZ8umc6oahPyZGqffEOyizqzVcrQPN5YT4UX91agCqMODx0aS7yUpZZz1tg8Oew==
 }
     peerDependencies:
-      monaco-page-objects: ^3.9.1
+      monaco-page-objects: ^3.10.0
       selenium-webdriver: ^4.6.1
     dependencies:
-      monaco-page-objects: 3.9.1([email protected])([email protected])
-      selenium-webdriver: 4.10.0
+      monaco-page-objects: 3.10.0([email protected])([email protected])
+      selenium-webdriver: 4.15.0(patch_hash=lbqefch5nrzt5atgrk2dnw5phe)
     dev: true
 
-  /[email protected]([email protected])([email protected]):
+  /[email protected]([email protected])([email protected]):
     resolution:
-      { integrity: 
sha512-dWUUZWiLbjch9yXrdd1GH/LdjZodn4FbNDraffFyON1qEIVio0Z3hwUunKmLBNFQWRseCJfFs5peBqoF5bGo0g==
 }
+      { integrity: 
sha512-9tltf+hlwNTvi7XXjA7oH1kcTrIDOLqGB/5d+W6CSwTRMXHwxeIw4JUgKlriuy65elr06YB5IVpSBgn+fs4X5A==
 }
     hasBin: true
     peerDependencies:
       mocha: ">=5.2.0"
       typescript: ">=4.6.2"
     dependencies:
       "@types/selenium-webdriver": 4.1.20
-      "@vscode/vsce": 2.20.1
+      "@vscode/vsce": 2.22.0
       commander: 11.0.0
       compare-versions: 6.1.0
       fs-extra: 11.1.1
-      glob: 8.1.0
+      glob: 10.3.10
       got: 13.0.0
       hpagent: 1.2.0
       js-yaml: 4.1.0
       mocha: 9.2.0
-      monaco-page-objects: 3.9.1([email protected])([email protected])
+      monaco-page-objects: 3.10.0([email protected])([email protected])
       sanitize-filename: 1.6.3
-      selenium-webdriver: 4.10.0
+      selenium-webdriver: 4.15.0(patch_hash=lbqefch5nrzt5atgrk2dnw5phe)
       targz: 1.0.1
       typescript: 4.8.4
       unzipper: 0.10.14
-      vscode-extension-tester-locators: 
3.7.1([email protected])([email protected])
+      vscode-extension-tester-locators: 
3.8.0([email protected])([email protected])
     transitivePeerDependencies:
       - bufferutil
       - utf-8-validate
@@ -43460,7 +43469,7 @@ packages:
       spdy: 4.0.2
       webpack: 5.76.1([email protected])
       webpack-dev-middleware: 5.3.3([email protected])
-      ws: 8.13.0
+      ws: 8.14.2
     transitivePeerDependencies:
       - bufferutil
       - debug


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to