@stordata/vsphere-soapify 1.0.20250613070742 → 1.0.20250618020759

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:edb1ca74-a2aa-4f67-b104-b3e189256b89",
4
+ "serialNumber": "urn:uuid:90a7eb30-08a4-45c6-8e96-786685fc6bb8",
5
5
  "version": 1,
6
6
  "metadata": {
7
- "timestamp": "2025-06-13T07:07:26Z",
7
+ "timestamp": "2025-06-18T02:07:47Z",
8
8
  "tools": [
9
9
  {
10
10
  "vendor": "GitLab",
@@ -323,10 +323,10 @@
323
323
  },
324
324
  {
325
325
  "name": "axios",
326
- "version": "1.9.0",
327
- "purl": "pkg:npm/axios@1.9.0",
326
+ "version": "1.10.0",
327
+ "purl": "pkg:npm/axios@1.10.0",
328
328
  "type": "library",
329
- "bom-ref": "pkg:npm/axios@1.9.0"
329
+ "bom-ref": "pkg:npm/axios@1.10.0"
330
330
  },
331
331
  {
332
332
  "name": "axios-ntlm",
@@ -351,10 +351,10 @@
351
351
  },
352
352
  {
353
353
  "name": "brace-expansion",
354
- "version": "2.0.1",
355
- "purl": "pkg:npm/brace-expansion@2.0.1",
354
+ "version": "2.0.2",
355
+ "purl": "pkg:npm/brace-expansion@2.0.2",
356
356
  "type": "library",
357
- "bom-ref": "pkg:npm/brace-expansion@2.0.1"
357
+ "bom-ref": "pkg:npm/brace-expansion@2.0.2"
358
358
  },
359
359
  {
360
360
  "name": "browser-stdout",
@@ -1429,10 +1429,10 @@
1429
1429
  },
1430
1430
  {
1431
1431
  "name": "mocha",
1432
- "version": "11.6.0",
1433
- "purl": "pkg:npm/mocha@11.6.0",
1432
+ "version": "11.7.0",
1433
+ "purl": "pkg:npm/mocha@11.7.0",
1434
1434
  "type": "library",
1435
- "bom-ref": "pkg:npm/mocha@11.6.0"
1435
+ "bom-ref": "pkg:npm/mocha@11.7.0"
1436
1436
  },
1437
1437
  {
1438
1438
  "name": "mockdate",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stordata/vsphere-soapify",
3
- "version":"1.0.20250613070742",
3
+ "version":"1.0.20250618020759",
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.9.0",
30
+ "axios": "1.10.0",
31
31
  "debug": "4.4.1",
32
32
  "lodash": "4.17.21",
33
33
  "soap": "1.1.12",
@@ -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.6.0",
45
+ "mocha": "11.7.0",
46
46
  "mockdate": "3.0.5",
47
47
  "nock": "13.5.6",
48
48
  "sinon": "21.0.0",