@stordata/vsphere-soapify 1.0.20241204083450 → 1.0.20241206130848

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:1827f284-f60f-4b79-81e9-355fa15638a5",
4
+ "serialNumber": "urn:uuid:12d57c86-ad0c-4c2e-95a4-340432b1bbeb",
5
5
  "version": 1,
6
6
  "metadata": {
7
- "timestamp": "2024-12-04T08:34:35Z",
7
+ "timestamp": "2024-12-06T13:08:25Z",
8
8
  "tools": [
9
9
  {
10
10
  "vendor": "GitLab",
@@ -920,10 +920,10 @@
920
920
  },
921
921
  {
922
922
  "name": "debug",
923
- "version": "4.3.7",
924
- "purl": "pkg:npm/debug@4.3.7",
923
+ "version": "4.4.0",
924
+ "purl": "pkg:npm/debug@4.4.0",
925
925
  "type": "library",
926
- "bom-ref": "pkg:npm/debug@4.3.7",
926
+ "bom-ref": "pkg:npm/debug@4.4.0",
927
927
  "properties": [
928
928
  {
929
929
  "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.20241204083450",
3
+ "version":"1.0.20241206130848",
4
4
  "description": "A NodeJS abstraction layer for the vSphere SOAP API",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "axios": "1.7.9",
31
- "debug": "4.3.7",
31
+ "debug": "4.4.0",
32
32
  "lodash": "4.17.21",
33
33
  "soap": "1.1.6",
34
34
  "tough-cookie": "5.0.0"