@stordata/vsphere-soapify 1.0.20260331101043 → 1.0.20260403190843

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.
@@ -2994,14 +2994,14 @@
2994
2994
  }
2995
2995
  ],
2996
2996
  "type": "sast",
2997
- "start_time": "2026-03-31T10:08:44",
2998
- "end_time": "2026-03-31T10:08:58",
2997
+ "start_time": "2026-04-03T19:07:35",
2998
+ "end_time": "2026-04-03T19:07:49",
2999
2999
  "status": "success",
3000
3000
  "observability": {
3001
3001
  "events": [
3002
3002
  {
3003
3003
  "event": "collect_sast_scan_metrics_from_pipeline",
3004
- "property": "ac14101b-ca43-43ed-9842-382b8a5ff3b4",
3004
+ "property": "cb4c2cbc-df74-49ae-8d90-de6f5bdf236d",
3005
3005
  "label": "semgrep",
3006
3006
  "value": 0,
3007
3007
  "version": "6.18.0",
@@ -3009,7 +3009,7 @@
3009
3009
  "override_count": 0,
3010
3010
  "passthrough_count": 0,
3011
3011
  "custom_exclude_path_count": 0,
3012
- "time_s": 13,
3012
+ "time_s": 14,
3013
3013
  "file_count": 323
3014
3014
  }
3015
3015
  ]
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "bomFormat": "CycloneDX",
3
3
  "specVersion": "1.4",
4
- "serialNumber": "urn:uuid:7e0dacba-5f65-4162-80c4-a9eacedb8a0f",
4
+ "serialNumber": "urn:uuid:9f509b15-8f5c-418b-8bca-33cc120dacf3",
5
5
  "version": 1,
6
6
  "metadata": {
7
- "timestamp": "2026-03-31T10:10:25Z",
7
+ "timestamp": "2026-04-03T19:08:18Z",
8
8
  "tools": [
9
9
  {
10
10
  "vendor": "GitLab",
@@ -1436,10 +1436,10 @@
1436
1436
  },
1437
1437
  {
1438
1438
  "name": "lodash",
1439
- "version": "4.17.23",
1440
- "purl": "pkg:npm/lodash@4.17.23",
1439
+ "version": "4.18.0",
1440
+ "purl": "pkg:npm/lodash@4.18.0",
1441
1441
  "type": "library",
1442
- "bom-ref": "pkg:npm/lodash@4.17.23"
1442
+ "bom-ref": "pkg:npm/lodash@4.18.0"
1443
1443
  },
1444
1444
  {
1445
1445
  "name": "lodash.merge",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stordata/vsphere-soapify",
3
- "version":"1.0.20260331101043",
3
+ "version":"1.0.20260403190843",
4
4
  "description": "A NodeJS abstraction layer for the vSphere SOAP API",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -29,7 +29,7 @@
29
29
  "dependencies": {
30
30
  "axios": "1.14.0",
31
31
  "debug": "4.4.3",
32
- "lodash": "4.17.23",
32
+ "lodash": "4.18.0",
33
33
  "soap": "1.8.0",
34
34
  "tough-cookie": "6.0.1"
35
35
  },