@stordata/vsphere-soapify 1.0.20250226061114 → 1.0.20250226101204

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.
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "bomFormat": "CycloneDX",
3
3
  "specVersion": "1.4",
4
- "serialNumber": "urn:uuid:ef309ec9-0922-4bde-902e-f8e494656a87",
4
+ "serialNumber": "urn:uuid:4433cc8f-b355-4738-9180-3ef490e7087d",
5
5
  "version": 1,
6
6
  "metadata": {
7
- "timestamp": "2025-02-26T06:10:33Z",
7
+ "timestamp": "2025-02-26T10:11: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.0",
586
- "purl": "pkg:npm/axios@1.8.0",
585
+ "version": "1.8.1",
586
+ "purl": "pkg:npm/axios@1.8.1",
587
587
  "type": "library",
588
- "bom-ref": "pkg:npm/axios@1.8.0",
588
+ "bom-ref": "pkg:npm/axios@1.8.1",
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.20250226061114",
3
+ "version":"1.0.20250226101204",
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.0",
30
+ "axios": "1.8.1",
31
31
  "debug": "4.4.0",
32
32
  "lodash": "4.17.21",
33
33
  "soap": "1.1.8",