@zowe/cics-for-zowe-cli 6.16.1 → 6.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/NOTICE CHANGED
@@ -904,7 +904,7 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
904
904
 
905
905
  ------
906
906
 
907
- ** fastq; version 1.19.1 -- https://github.com/mcollina/fastq#readme
907
+ ** fastq; version 1.20.1 -- https://github.com/mcollina/fastq#readme
908
908
  Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>
909
909
 
910
910
  Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>
@@ -2175,7 +2175,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2175
2175
 
2176
2176
  ------
2177
2177
 
2178
- ** fs-extra; version 11.3.2 -- https://github.com/jprichardson/node-fs-extra
2178
+ ** fs-extra; version 11.3.3 -- https://github.com/jprichardson/node-fs-extra
2179
2179
  Copyright (c) 2011-2024 JP Richardson
2180
2180
  Copyright (c) 2011-2024 JP Richardson (https://github.com/jprichardson)
2181
2181
  Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@zowe/cics-for-zowe-cli",
3
- "version": "6.16.1",
3
+ "version": "6.17.0",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@zowe/cics-for-zowe-cli",
9
- "version": "6.16.1",
9
+ "version": "6.17.0",
10
10
  "license": "EPL-2.0",
11
11
  "dependencies": {
12
- "@zowe/cics-for-zowe-sdk": "6.16.1"
12
+ "@zowe/cics-for-zowe-sdk": "6.17.0"
13
13
  },
14
14
  "engines": {
15
15
  "node": ">=18.12.0"
@@ -19,8 +19,8 @@
19
19
  }
20
20
  },
21
21
  "node_modules/@zowe/cics-for-zowe-sdk": {
22
- "version": "6.16.1",
23
- "integrity": "sha512-3jDcJaSt/MHBmwdO3mWj3UY9Il1/Zb1DC7Pw05/kDEpYqVGT9NcGN0D5z4ZRJyFr300pt92G5cIoa4//jOQ7Nw==",
22
+ "version": "6.17.0",
23
+ "integrity": "sha512-PLCvALA21XTfj4h3zLN9MM5Fp0FQaxqizTF766qHA9ESm8lzEvXNSknEkYBm0FKBnUejXYfwddcM7AvB8chZEQ==",
24
24
  "license": "EPL-2.0",
25
25
  "dependencies": {
26
26
  "xml2js": "0.5.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zowe/cics-for-zowe-cli",
3
- "version": "6.16.1",
3
+ "version": "6.17.0",
4
4
  "author": "Zowe",
5
5
  "license": "EPL-2.0",
6
6
  "description": "Zowe CLI Plug-in for IBM CICS Transaction Server",
@@ -52,7 +52,7 @@
52
52
  "configurationModule": "lib/imperative.js"
53
53
  },
54
54
  "dependencies": {
55
- "@zowe/cics-for-zowe-sdk": "6.16.1"
55
+ "@zowe/cics-for-zowe-sdk": "6.17.0"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "@zowe/imperative": "^8.0.0"