@stordata/vsphere-soapify 1.0.20250109160943 → 1.0.20250207181015

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:afdbbd69-28bb-4dad-8e41-eaabc6734df2",
4
+ "serialNumber": "urn:uuid:fdc65350-3998-4970-bb30-05391559e349",
5
5
  "version": 1,
6
6
  "metadata": {
7
- "timestamp": "2025-01-09T16:09:14Z",
7
+ "timestamp": "2025-02-07T18:09:53Z",
8
8
  "tools": [
9
9
  {
10
10
  "vendor": "GitLab",
11
11
  "name": "Gemnasium",
12
- "version": "5.8.3"
12
+ "version": "5.8.4"
13
13
  }
14
14
  ],
15
15
  "authors": [
@@ -816,10 +816,10 @@
816
816
  },
817
817
  {
818
818
  "name": "cliui",
819
- "version": "7.0.4",
820
- "purl": "pkg:npm/cliui@7.0.4",
819
+ "version": "8.0.1",
820
+ "purl": "pkg:npm/cliui@8.0.1",
821
821
  "type": "library",
822
- "bom-ref": "pkg:npm/cliui@7.0.4",
822
+ "bom-ref": "pkg:npm/cliui@8.0.1",
823
823
  "properties": [
824
824
  {
825
825
  "name": "gitlab:dependency_scanning_component:reachability",
@@ -2779,10 +2779,10 @@
2779
2779
  },
2780
2780
  {
2781
2781
  "name": "mocha",
2782
- "version": "11.0.1",
2783
- "purl": "pkg:npm/mocha@11.0.1",
2782
+ "version": "11.1.0",
2783
+ "purl": "pkg:npm/mocha@11.1.0",
2784
2784
  "type": "library",
2785
- "bom-ref": "pkg:npm/mocha@11.0.1",
2785
+ "bom-ref": "pkg:npm/mocha@11.1.0",
2786
2786
  "properties": [
2787
2787
  {
2788
2788
  "name": "gitlab:dependency_scanning_component:reachability",
@@ -3767,10 +3767,10 @@
3767
3767
  },
3768
3768
  {
3769
3769
  "name": "tough-cookie",
3770
- "version": "5.1.0",
3771
- "purl": "pkg:npm/tough-cookie@5.1.0",
3770
+ "version": "5.1.1",
3771
+ "purl": "pkg:npm/tough-cookie@5.1.1",
3772
3772
  "type": "library",
3773
- "bom-ref": "pkg:npm/tough-cookie@5.1.0",
3773
+ "bom-ref": "pkg:npm/tough-cookie@5.1.1",
3774
3774
  "properties": [
3775
3775
  {
3776
3776
  "name": "gitlab:dependency_scanning_component:reachability",
@@ -4157,10 +4157,10 @@
4157
4157
  },
4158
4158
  {
4159
4159
  "name": "yargs",
4160
- "version": "16.2.0",
4161
- "purl": "pkg:npm/yargs@16.2.0",
4160
+ "version": "17.7.2",
4161
+ "purl": "pkg:npm/yargs@17.7.2",
4162
4162
  "type": "library",
4163
- "bom-ref": "pkg:npm/yargs@16.2.0",
4163
+ "bom-ref": "pkg:npm/yargs@17.7.2",
4164
4164
  "properties": [
4165
4165
  {
4166
4166
  "name": "gitlab:dependency_scanning_component:reachability",
@@ -4170,10 +4170,10 @@
4170
4170
  },
4171
4171
  {
4172
4172
  "name": "yargs-parser",
4173
- "version": "20.2.9",
4174
- "purl": "pkg:npm/yargs-parser@20.2.9",
4173
+ "version": "21.1.1",
4174
+ "purl": "pkg:npm/yargs-parser@21.1.1",
4175
4175
  "type": "library",
4176
- "bom-ref": "pkg:npm/yargs-parser@20.2.9",
4176
+ "bom-ref": "pkg:npm/yargs-parser@21.1.1",
4177
4177
  "properties": [
4178
4178
  {
4179
4179
  "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.20250109160943",
3
+ "version":"1.0.20250207181015",
4
4
  "description": "A NodeJS abstraction layer for the vSphere SOAP API",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -31,7 +31,7 @@
31
31
  "debug": "4.4.0",
32
32
  "lodash": "4.17.21",
33
33
  "soap": "1.1.7",
34
- "tough-cookie": "5.1.0"
34
+ "tough-cookie": "5.1.1"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@stordata/eslint-config": "1.0.20241128103736",
@@ -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.0.1",
45
+ "mocha": "11.1.0",
46
46
  "mockdate": "3.0.5",
47
47
  "nock": "13.5.6",
48
48
  "sinon": "19.0.2",