@stordata/vsphere-soapify 1.0.20250618020759 → 1.0.20250722140755

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,15 +1,15 @@
1
1
  {
2
2
  "bomFormat": "CycloneDX",
3
3
  "specVersion": "1.4",
4
- "serialNumber": "urn:uuid:90a7eb30-08a4-45c6-8e96-786685fc6bb8",
4
+ "serialNumber": "urn:uuid:a26a6896-d274-4df7-a803-5ee738faff6d",
5
5
  "version": 1,
6
6
  "metadata": {
7
- "timestamp": "2025-06-18T02:07:47Z",
7
+ "timestamp": "2025-07-22T14:07:47Z",
8
8
  "tools": [
9
9
  {
10
10
  "vendor": "GitLab",
11
11
  "name": "Gemnasium",
12
- "version": "6.1.3"
12
+ "version": "6.1.8"
13
13
  }
14
14
  ],
15
15
  "authors": [
@@ -1429,10 +1429,10 @@
1429
1429
  },
1430
1430
  {
1431
1431
  "name": "mocha",
1432
- "version": "11.7.0",
1433
- "purl": "pkg:npm/mocha@11.7.0",
1432
+ "version": "11.7.1",
1433
+ "purl": "pkg:npm/mocha@11.7.1",
1434
1434
  "type": "library",
1435
- "bom-ref": "pkg:npm/mocha@11.7.0"
1435
+ "bom-ref": "pkg:npm/mocha@11.7.1"
1436
1436
  },
1437
1437
  {
1438
1438
  "name": "mockdate",
@@ -1807,10 +1807,10 @@
1807
1807
  },
1808
1808
  {
1809
1809
  "name": "soap",
1810
- "version": "1.1.12",
1811
- "purl": "pkg:npm/soap@1.1.12",
1810
+ "version": "1.2.0",
1811
+ "purl": "pkg:npm/soap@1.2.0",
1812
1812
  "type": "library",
1813
- "bom-ref": "pkg:npm/soap@1.1.12"
1813
+ "bom-ref": "pkg:npm/soap@1.2.0"
1814
1814
  },
1815
1815
  {
1816
1816
  "name": "string-width",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stordata/vsphere-soapify",
3
- "version":"1.0.20250618020759",
3
+ "version":"1.0.20250722140755",
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.10.0",
31
31
  "debug": "4.4.1",
32
32
  "lodash": "4.17.21",
33
- "soap": "1.1.12",
33
+ "soap": "1.2.0",
34
34
  "tough-cookie": "5.1.2"
35
35
  },
36
36
  "devDependencies": {
@@ -42,7 +42,7 @@
42
42
  "eslint-plugin-json": "3.1.0",
43
43
  "eslint-plugin-n": "16.6.2",
44
44
  "eslint-plugin-no-only-tests": "3.1.0",
45
- "mocha": "11.7.0",
45
+ "mocha": "11.7.1",
46
46
  "mockdate": "3.0.5",
47
47
  "nock": "13.5.6",
48
48
  "sinon": "21.0.0",