@stordata/vsphere-soapify 1.0.20250304090910 → 1.0.20250307084443
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/gl-sbom-npm-npm.cdx.json +5 -5
- package/package.json +2 -2
package/gl-sbom-npm-npm.cdx.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bomFormat": "CycloneDX",
|
|
3
3
|
"specVersion": "1.4",
|
|
4
|
-
"serialNumber": "urn:uuid:
|
|
4
|
+
"serialNumber": "urn:uuid:0b014ddc-84fb-47ba-933d-c0f887ae7808",
|
|
5
5
|
"version": 1,
|
|
6
6
|
"metadata": {
|
|
7
|
-
"timestamp": "2025-03-
|
|
7
|
+
"timestamp": "2025-03-07T08:44:24Z",
|
|
8
8
|
"tools": [
|
|
9
9
|
{
|
|
10
10
|
"vendor": "GitLab",
|
|
@@ -582,10 +582,10 @@
|
|
|
582
582
|
},
|
|
583
583
|
{
|
|
584
584
|
"name": "axios",
|
|
585
|
-
"version": "1.8.
|
|
586
|
-
"purl": "pkg:npm/axios@1.8.
|
|
585
|
+
"version": "1.8.2",
|
|
586
|
+
"purl": "pkg:npm/axios@1.8.2",
|
|
587
587
|
"type": "library",
|
|
588
|
-
"bom-ref": "pkg:npm/axios@1.8.
|
|
588
|
+
"bom-ref": "pkg:npm/axios@1.8.2",
|
|
589
589
|
"properties": [
|
|
590
590
|
{
|
|
591
591
|
"name": "gitlab:dependency_scanning_component:reachability",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stordata/vsphere-soapify",
|
|
3
|
-
"version":"1.0.
|
|
3
|
+
"version":"1.0.20250307084443",
|
|
4
4
|
"description": "A NodeJS abstraction layer for the vSphere SOAP API",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"registry": "https://registry.npmjs.org"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"axios": "1.8.
|
|
30
|
+
"axios": "1.8.2",
|
|
31
31
|
"debug": "4.4.0",
|
|
32
32
|
"lodash": "4.17.21",
|
|
33
33
|
"soap": "1.1.9",
|