@stordata/vsphere-soapify 1.0.20260110190714 → 1.0.20260121180917

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-01-10T19:06:37",
2998
- "end_time": "2026-01-10T19:06:50",
2997
+ "start_time": "2026-01-21T18:08:42",
2998
+ "end_time": "2026-01-21T18:08:56",
2999
2999
  "status": "success",
3000
3000
  "observability": {
3001
3001
  "events": [
3002
3002
  {
3003
3003
  "event": "collect_sast_scan_metrics_from_pipeline",
3004
- "property": "50e23068-382e-4692-99b7-e6ab14cb7502",
3004
+ "property": "bd8f61ea-0fad-4873-8149-3ad265d557fe",
3005
3005
  "label": "semgrep",
3006
3006
  "value": 0,
3007
3007
  "version": "6.14.0",
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "bomFormat": "CycloneDX",
3
3
  "specVersion": "1.4",
4
- "serialNumber": "urn:uuid:01067342-77eb-4dab-9be5-d56efae88c38",
4
+ "serialNumber": "urn:uuid:8ae205c6-b7c6-4912-8f2e-77618c6d2fb8",
5
5
  "version": 1,
6
6
  "metadata": {
7
- "timestamp": "2026-01-10T19:07:04Z",
7
+ "timestamp": "2026-01-21T18:09:01Z",
8
8
  "tools": [
9
9
  {
10
10
  "vendor": "GitLab",
@@ -1373,10 +1373,10 @@
1373
1373
  },
1374
1374
  {
1375
1375
  "name": "lodash",
1376
- "version": "4.17.21",
1377
- "purl": "pkg:npm/lodash@4.17.21",
1376
+ "version": "4.17.23",
1377
+ "purl": "pkg:npm/lodash@4.17.23",
1378
1378
  "type": "library",
1379
- "bom-ref": "pkg:npm/lodash@4.17.21"
1379
+ "bom-ref": "pkg:npm/lodash@4.17.23"
1380
1380
  },
1381
1381
  {
1382
1382
  "name": "lodash.merge",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stordata/vsphere-soapify",
3
- "version":"1.0.20260110190714",
3
+ "version":"1.0.20260121180917",
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.13.2",
31
31
  "debug": "4.4.3",
32
- "lodash": "4.17.21",
32
+ "lodash": "4.17.23",
33
33
  "soap": "1.6.3",
34
34
  "tough-cookie": "6.0.0"
35
35
  },