diff --git a/package-lock.json b/package-lock.json index 6d9137b6..80adcb89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12756,10 +12756,22 @@ "node": ">=8" } }, - "node_modules/ip": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.1.tgz", - "integrity": "sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==" + "node_modules/ip-address": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz", + "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==", + "dependencies": { + "jsbn": "1.1.0", + "sprintf-js": "^1.1.3" + }, + "engines": { + "node": ">= 12" + } + }, + "node_modules/ip-address/node_modules/sprintf-js": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz", + "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==" }, "node_modules/is-arrayish": { "version": "0.2.1", @@ -13958,6 +13970,11 @@ "js-yaml": "bin/js-yaml.js" } }, + "node_modules/jsbn": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz", + "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==" + }, "node_modules/jsesc": { "version": "2.5.2", "dev": true, @@ -21511,14 +21528,15 @@ } }, "node_modules/socks": { - "version": "2.7.1", - "license": "MIT", + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.3.tgz", + "integrity": "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==", "dependencies": { - "ip": "^2.0.0", + "ip-address": "^9.0.5", "smart-buffer": "^4.2.0" }, "engines": { - "node": ">= 10.13.0", + "node": ">= 10.0.0", "npm": ">= 3.0.0" } }, diff --git a/packages/vsce/docs/images/all-resources.gif b/packages/vsce/docs/images/all-resources.gif index af7786c6..52f1dd46 100644 Binary files a/packages/vsce/docs/images/all-resources.gif and b/packages/vsce/docs/images/all-resources.gif differ diff --git a/packages/vsce/docs/images/create-config-profile.gif b/packages/vsce/docs/images/create-config-profile.gif index ccb2f610..7349154a 100644 Binary files a/packages/vsce/docs/images/create-config-profile.gif and b/packages/vsce/docs/images/create-config-profile.gif differ diff --git a/packages/vsce/docs/images/create-profile.gif b/packages/vsce/docs/images/create-profile.gif index 80f0dc58..ba44c71d 100644 Binary files a/packages/vsce/docs/images/create-profile.gif and b/packages/vsce/docs/images/create-profile.gif differ diff --git a/packages/vsce/docs/images/datasets.gif b/packages/vsce/docs/images/datasets.gif index d3323aa3..dd5f90b0 100644 Binary files a/packages/vsce/docs/images/datasets.gif and b/packages/vsce/docs/images/datasets.gif differ diff --git a/packages/vsce/docs/images/delete-config-profile.gif b/packages/vsce/docs/images/delete-config-profile.gif index f5960110..1795393b 100644 Binary files a/packages/vsce/docs/images/delete-config-profile.gif and b/packages/vsce/docs/images/delete-config-profile.gif differ diff --git a/packages/vsce/docs/images/delete-profile.gif b/packages/vsce/docs/images/delete-profile.gif index e23905d0..28d2bea4 100644 Binary files a/packages/vsce/docs/images/delete-profile.gif and b/packages/vsce/docs/images/delete-profile.gif differ diff --git a/packages/vsce/docs/images/disable-enable.gif b/packages/vsce/docs/images/disable-enable.gif index b4193c44..f13a6afe 100644 Binary files a/packages/vsce/docs/images/disable-enable.gif and b/packages/vsce/docs/images/disable-enable.gif differ diff --git a/packages/vsce/docs/images/expand-error-cics.gif b/packages/vsce/docs/images/expand-error-cics.gif index df09380b..59840c06 100644 Binary files a/packages/vsce/docs/images/expand-error-cics.gif and b/packages/vsce/docs/images/expand-error-cics.gif differ diff --git a/packages/vsce/docs/images/filter-programs.gif b/packages/vsce/docs/images/filter-programs.gif index b140f857..8cce8d53 100644 Binary files a/packages/vsce/docs/images/filter-programs.gif and b/packages/vsce/docs/images/filter-programs.gif differ diff --git a/packages/vsce/docs/images/filter.gif b/packages/vsce/docs/images/filter.gif index 27a64e4c..d5dcd67a 100644 Binary files a/packages/vsce/docs/images/filter.gif and b/packages/vsce/docs/images/filter.gif differ diff --git a/packages/vsce/docs/images/hide-profile.gif b/packages/vsce/docs/images/hide-profile.gif index e922e7e8..37f57f63 100644 Binary files a/packages/vsce/docs/images/hide-profile.gif and b/packages/vsce/docs/images/hide-profile.gif differ diff --git a/packages/vsce/docs/images/inquire.gif b/packages/vsce/docs/images/inquire.gif index d0be5584..58065aaa 100644 Binary files a/packages/vsce/docs/images/inquire.gif and b/packages/vsce/docs/images/inquire.gif differ diff --git a/packages/vsce/docs/images/new-copy.gif b/packages/vsce/docs/images/new-copy.gif index 2b663949..6d66b11c 100644 Binary files a/packages/vsce/docs/images/new-copy.gif and b/packages/vsce/docs/images/new-copy.gif differ diff --git a/packages/vsce/docs/images/open-close.gif b/packages/vsce/docs/images/open-close.gif index 076375ff..52b2cdaf 100644 Binary files a/packages/vsce/docs/images/open-close.gif and b/packages/vsce/docs/images/open-close.gif differ diff --git a/packages/vsce/docs/images/plex-filter.gif b/packages/vsce/docs/images/plex-filter.gif index 24570758..50240f34 100644 Binary files a/packages/vsce/docs/images/plex-filter.gif and b/packages/vsce/docs/images/plex-filter.gif differ diff --git a/packages/vsce/docs/images/program-newcopy.gif b/packages/vsce/docs/images/program-newcopy.gif index 59fa9974..ae835a7c 100644 Binary files a/packages/vsce/docs/images/program-newcopy.gif and b/packages/vsce/docs/images/program-newcopy.gif differ diff --git a/packages/vsce/docs/images/purge-task.gif b/packages/vsce/docs/images/purge-task.gif index 6ac76463..78f3b220 100644 Binary files a/packages/vsce/docs/images/purge-task.gif and b/packages/vsce/docs/images/purge-task.gif differ diff --git a/packages/vsce/docs/images/region-filter.gif b/packages/vsce/docs/images/region-filter.gif index 850eb91e..ce6c2426 100644 Binary files a/packages/vsce/docs/images/region-filter.gif and b/packages/vsce/docs/images/region-filter.gif differ diff --git a/packages/vsce/docs/images/running-in-debug-mode.gif b/packages/vsce/docs/images/running-in-debug-mode.gif index f57ccb56..93db1283 100644 Binary files a/packages/vsce/docs/images/running-in-debug-mode.gif and b/packages/vsce/docs/images/running-in-debug-mode.gif differ diff --git a/packages/vsce/docs/images/show-attributes.gif b/packages/vsce/docs/images/show-attributes.gif index 65d17c0d..c7d861fa 100644 Binary files a/packages/vsce/docs/images/show-attributes.gif and b/packages/vsce/docs/images/show-attributes.gif differ diff --git a/packages/vsce/docs/images/untrusted-cert.gif b/packages/vsce/docs/images/untrusted-cert.gif index e061872b..5699d099 100644 Binary files a/packages/vsce/docs/images/untrusted-cert.gif and b/packages/vsce/docs/images/untrusted-cert.gif differ diff --git a/packages/vsce/docs/images/update-config-profile.gif b/packages/vsce/docs/images/update-config-profile.gif index f47b18ce..89f1ee92 100644 Binary files a/packages/vsce/docs/images/update-config-profile.gif and b/packages/vsce/docs/images/update-config-profile.gif differ diff --git a/packages/vsce/docs/images/update-profile.gif b/packages/vsce/docs/images/update-profile.gif index b4a4c601..8c3f6a7d 100644 Binary files a/packages/vsce/docs/images/update-profile.gif and b/packages/vsce/docs/images/update-profile.gif differ diff --git a/packages/vsce/docs/images/webResources.gif b/packages/vsce/docs/images/webResources.gif index c0a0ce3f..879da8be 100644 Binary files a/packages/vsce/docs/images/webResources.gif and b/packages/vsce/docs/images/webResources.gif differ diff --git a/packages/vsce/docs/images/zowe-cics-explorer-install.gif b/packages/vsce/docs/images/zowe-cics-explorer-install.gif index 8c6e8c13..673a5794 100644 Binary files a/packages/vsce/docs/images/zowe-cics-explorer-install.gif and b/packages/vsce/docs/images/zowe-cics-explorer-install.gif differ