@stordata/vsphere-soapify 1.0.20251015121109 → 1.0.20251024210654

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.
@@ -55,7 +55,7 @@
55
55
  "vendor": {
56
56
  "name": "GitLab"
57
57
  },
58
- "version": "6.9.0"
58
+ "version": "6.11.0"
59
59
  },
60
60
  "scanner": {
61
61
  "id": "semgrep",
@@ -64,7 +64,7 @@
64
64
  "vendor": {
65
65
  "name": "GitLab"
66
66
  },
67
- "version": "1.119.0"
67
+ "version": "1.139.0"
68
68
  },
69
69
  "primary_identifiers": [
70
70
  {
@@ -3042,22 +3042,22 @@
3042
3042
  }
3043
3043
  ],
3044
3044
  "type": "sast",
3045
- "start_time": "2025-10-15T12:09:26",
3046
- "end_time": "2025-10-15T12:09:40",
3045
+ "start_time": "2025-10-24T21:06:36",
3046
+ "end_time": "2025-10-24T21:06:49",
3047
3047
  "status": "success",
3048
3048
  "observability": {
3049
3049
  "events": [
3050
3050
  {
3051
3051
  "event": "collect_sast_scan_metrics_from_pipeline",
3052
- "property": "1c57cabb-7a68-4bc3-94a6-d5bb35a577c0",
3052
+ "property": "8d77c059-4d01-4f79-b3a7-5fae98c9724a",
3053
3053
  "label": "semgrep",
3054
3054
  "value": 0,
3055
- "version": "6.9.0",
3055
+ "version": "6.11.0",
3056
3056
  "exit_code": 0,
3057
3057
  "override_count": 0,
3058
3058
  "passthrough_count": 0,
3059
3059
  "custom_exclude_path_count": 0,
3060
- "time_s": 14,
3060
+ "time_s": 12,
3061
3061
  "file_count": 322
3062
3062
  }
3063
3063
  ]
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "bomFormat": "CycloneDX",
3
3
  "specVersion": "1.4",
4
- "serialNumber": "urn:uuid:a9887d7e-41a1-4a52-a0ba-99ec4485020c",
4
+ "serialNumber": "urn:uuid:4511bec2-ebe4-4999-b9fd-cb1ebdb46472",
5
5
  "version": 1,
6
6
  "metadata": {
7
- "timestamp": "2025-10-15T12:10:58Z",
7
+ "timestamp": "2025-10-24T21:06:37Z",
8
8
  "tools": [
9
9
  {
10
10
  "vendor": "GitLab",
11
11
  "name": "Gemnasium",
12
- "version": "6.2.3"
12
+ "version": "6.3.0"
13
13
  }
14
14
  ],
15
15
  "authors": [
@@ -1856,10 +1856,10 @@
1856
1856
  },
1857
1857
  {
1858
1858
  "name": "soap",
1859
- "version": "1.5.0",
1860
- "purl": "pkg:npm/soap@1.5.0",
1859
+ "version": "1.6.0",
1860
+ "purl": "pkg:npm/soap@1.6.0",
1861
1861
  "type": "library",
1862
- "bom-ref": "pkg:npm/soap@1.5.0"
1862
+ "bom-ref": "pkg:npm/soap@1.6.0"
1863
1863
  },
1864
1864
  {
1865
1865
  "name": "string-width",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stordata/vsphere-soapify",
3
- "version":"1.0.20251015121109",
3
+ "version":"1.0.20251024210654",
4
4
  "description": "A NodeJS abstraction layer for the vSphere SOAP API",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -30,7 +30,7 @@
30
30
  "axios": "1.12.2",
31
31
  "debug": "4.4.3",
32
32
  "lodash": "4.17.21",
33
- "soap": "1.5.0",
33
+ "soap": "1.6.0",
34
34
  "tough-cookie": "6.0.0"
35
35
  },
36
36
  "devDependencies": {