Skip to content

Commit 24c2509

Browse files
authored
chore: update Zowe SDKs to fix audit (#4079)
* chore: update Zowe SDKs to fix audit Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com> * chore: changelogs Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com> --------- Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
1 parent 0917ecc commit 24c2509

File tree

7 files changed

+225
-174
lines changed

7 files changed

+225
-174
lines changed

packages/zowe-explorer-api/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ All notable changes to the "zowe-explorer-api" extension will be documented in t
1010

1111
### Bug fixes
1212

13-
- Updated Zowe SDKs to `8.29.9` for technical currency. [#4040](https://github.com/zowe/zowe-explorer-vscode/pull/4040)
1413
- Fixed an issue seen with z/OSMF MvsApi.deleteDataset() when optional parameter options was undefined. [4039](https://github.com/zowe/zowe-explorer-vscode/issues/4039)
14+
- Updated Zowe SDKs to `8.30.1` for technical currency. [#4079](https://github.com/zowe/zowe-explorer-vscode/pull/4079)
1515

1616
## `3.4.0`
1717

packages/zowe-explorer-api/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
},
2929
"dependencies": {
3030
"@types/vscode": "^1.53.2",
31-
"@zowe/core-for-zowe-sdk": "^8.29.13",
32-
"@zowe/imperative": "^8.29.13",
31+
"@zowe/core-for-zowe-sdk": "^8.30.1",
32+
"@zowe/imperative": "^8.30.1",
3333
"@zowe/secrets-for-zowe-sdk": "^8.29.4",
34-
"@zowe/zos-console-for-zowe-sdk": "^8.29.13",
35-
"@zowe/zos-files-for-zowe-sdk": "^8.29.13",
36-
"@zowe/zos-jobs-for-zowe-sdk": "^8.29.13",
37-
"@zowe/zos-tso-for-zowe-sdk": "^8.29.13",
38-
"@zowe/zos-uss-for-zowe-sdk": "^8.29.13",
39-
"@zowe/zosmf-for-zowe-sdk": "^8.29.13",
34+
"@zowe/zos-console-for-zowe-sdk": "^8.30.1",
35+
"@zowe/zos-files-for-zowe-sdk": "^8.30.1",
36+
"@zowe/zos-jobs-for-zowe-sdk": "^8.30.1",
37+
"@zowe/zos-tso-for-zowe-sdk": "^8.30.1",
38+
"@zowe/zos-uss-for-zowe-sdk": "^8.30.1",
39+
"@zowe/zosmf-for-zowe-sdk": "^8.30.1",
4040
"async-mutex": "^0.5.0",
4141
"deep-object-diff": "^1.1.9",
4242
"mustache": "^4.2.0",

packages/zowe-explorer-ftp-extension/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to the "zowe-explorer-ftp-extension" extension will be docum
66

77
### Bug fixes
88

9-
- Updated Zowe SDKs to `8.29.9` for technical currency. [#4040](https://github.com/zowe/zowe-explorer-vscode/pull/4040)
9+
- Updated Zowe SDKs to `8.30.1` for technical currency. [#4079](https://github.com/zowe/zowe-explorer-vscode/pull/4079)
1010

1111
## `3.4.0`
1212

packages/zowe-explorer-ftp-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
"vscode": "^1.90.0"
5353
},
5454
"dependencies": {
55-
"@zowe/zos-files-for-zowe-sdk": "^8.29.13",
55+
"@zowe/zos-files-for-zowe-sdk": "^8.30.1",
5656
"@zowe/zos-ftp-for-zowe-cli": "^3.0.0",
57-
"@zowe/zos-jobs-for-zowe-sdk": "^8.29.13",
57+
"@zowe/zos-jobs-for-zowe-sdk": "^8.30.1",
5858
"@zowe/zowe-explorer-api": "workspace:*"
5959
},
6060
"jest": {

packages/zowe-explorer/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ All notable changes to the "vscode-extension-for-zowe" extension will be documen
2020
- Fixed an issue where an error appeared when moving an empty PDS across LPARs. [#4001](https://github.com/zowe/zowe-explorer-vscode/pull/4001)
2121
- Fixed an issue where logical record length truncation detection failed for extenders. [#4002](https://github.com/zowe/zowe-explorer-vscode/pull/4002)
2222
- Fixed an issue with the "Create New Data Set" feature where a data set attribute's original value was deleted after the user dismissed the input box. Now, the attribute's value is preserved when the user cancels their input. [#4003](https://github.com/zowe/zowe-explorer-vscode/issues/4003)
23-
- Updated Zowe SDKs to `8.29.9` for technical currency. [#4040](https://github.com/zowe/zowe-explorer-vscode/pull/4040)
23+
- Updated Zowe SDKs to `8.30.1` for technical currency. [#4079](https://github.com/zowe/zowe-explorer-vscode/pull/4079)
2424

2525
## `3.4.0`
2626

packages/zowe-explorer/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2234,11 +2234,11 @@
22342234
},
22352235
"dependencies": {
22362236
"@vscode/codicons": "^0.0.35",
2237-
"@zowe/core-for-zowe-sdk": "^8.29.13",
2237+
"@zowe/core-for-zowe-sdk": "^8.30.1",
22382238
"@zowe/secrets-for-zowe-sdk": "^8.29.4",
2239-
"@zowe/zos-files-for-zowe-sdk": "^8.29.13",
2240-
"@zowe/zos-jobs-for-zowe-sdk": "^8.29.13",
2241-
"@zowe/zosmf-for-zowe-sdk": "^8.29.13",
2239+
"@zowe/zos-files-for-zowe-sdk": "^8.30.1",
2240+
"@zowe/zos-jobs-for-zowe-sdk": "^8.30.1",
2241+
"@zowe/zosmf-for-zowe-sdk": "^8.30.1",
22422242
"@zowe/zowe-explorer-api": "workspace:*",
22432243
"dayjs": "^1.11.10",
22442244
"isbinaryfile": "4.0.4",

0 commit comments

Comments
 (0)