@zowe/db2-for-zowe-cli 6.1.14 → 6.1.15
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/npm-shrinkwrap.json +9 -8
- package/package.json +1 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zowe/db2-for-zowe-cli",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.15",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@zowe/db2-for-zowe-cli",
|
|
9
|
-
"version": "6.1.
|
|
9
|
+
"version": "6.1.15",
|
|
10
10
|
"license": "EPL-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"ibm_db": "3.3.4"
|
|
@@ -252,15 +252,15 @@
|
|
|
252
252
|
}
|
|
253
253
|
},
|
|
254
254
|
"node_modules/form-data": {
|
|
255
|
-
"version": "4.0.
|
|
256
|
-
"integrity": "sha512-
|
|
255
|
+
"version": "4.0.6",
|
|
256
|
+
"integrity": "sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ==",
|
|
257
257
|
"license": "MIT",
|
|
258
258
|
"dependencies": {
|
|
259
259
|
"asynckit": "^0.4.0",
|
|
260
260
|
"combined-stream": "^1.0.8",
|
|
261
261
|
"es-set-tostringtag": "^2.1.0",
|
|
262
|
-
"hasown": "^2.0.
|
|
263
|
-
"mime-types": "^2.1.
|
|
262
|
+
"hasown": "^2.0.4",
|
|
263
|
+
"mime-types": "^2.1.35"
|
|
264
264
|
},
|
|
265
265
|
"engines": {
|
|
266
266
|
"node": ">= 6"
|
|
@@ -365,8 +365,9 @@
|
|
|
365
365
|
}
|
|
366
366
|
},
|
|
367
367
|
"node_modules/hasown": {
|
|
368
|
-
"version": "2.0.
|
|
369
|
-
"integrity": "sha512-
|
|
368
|
+
"version": "2.0.4",
|
|
369
|
+
"integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
|
|
370
|
+
"license": "MIT",
|
|
370
371
|
"dependencies": {
|
|
371
372
|
"function-bind": "^1.1.2"
|
|
372
373
|
},
|