@salesforce/plugin-deploy-retrieve 3.2.25 → 3.2.27
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.
- package/README.md +17 -17
- package/npm-shrinkwrap.json +298 -424
- package/oclif.lock +237 -295
- package/oclif.manifest.json +2 -2
- package/package.json +11 -11
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-deploy-retrieve",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.27",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-deploy-retrieve",
|
|
9
|
-
"version": "3.2.
|
|
9
|
+
"version": "3.2.27",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3.20.0",
|
|
13
13
|
"@salesforce/apex-node": "^3.0.2",
|
|
14
|
-
"@salesforce/core": "^6.
|
|
14
|
+
"@salesforce/core": "^6.7.0",
|
|
15
15
|
"@salesforce/kit": "^3.0.15",
|
|
16
16
|
"@salesforce/plugin-info": "^3.0.27",
|
|
17
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
18
|
-
"@salesforce/source-deploy-retrieve": "^10.5.
|
|
19
|
-
"@salesforce/source-tracking": "^5.1.
|
|
17
|
+
"@salesforce/sf-plugins-core": "^7.1.14",
|
|
18
|
+
"@salesforce/source-deploy-retrieve": "^10.5.1",
|
|
19
|
+
"@salesforce/source-tracking": "^5.1.12",
|
|
20
20
|
"@salesforce/ts-types": "^2.0.9",
|
|
21
21
|
"chalk": "^5.3.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@oclif/plugin-command-snapshot": "^5.0.9",
|
|
25
|
-
"@salesforce/cli-plugins-testkit": "^5.1.
|
|
26
|
-
"@salesforce/dev-scripts": "^8.4.
|
|
27
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
25
|
+
"@salesforce/cli-plugins-testkit": "^5.1.10",
|
|
26
|
+
"@salesforce/dev-scripts": "^8.4.2",
|
|
27
|
+
"@salesforce/plugin-command-reference": "^3.0.70",
|
|
28
28
|
"@salesforce/plugin-source": "^2.11.4",
|
|
29
|
-
"@salesforce/source-testkit": "^2.1.
|
|
29
|
+
"@salesforce/source-testkit": "^2.1.101",
|
|
30
30
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
31
31
|
"cross-env": "^7.0.3",
|
|
32
32
|
"eslint-plugin-sf-plugin": "^1.17.3",
|
|
@@ -2842,9 +2842,9 @@
|
|
|
2842
2842
|
}
|
|
2843
2843
|
},
|
|
2844
2844
|
"node_modules/@eslint/eslintrc": {
|
|
2845
|
-
"version": "2.1.
|
|
2846
|
-
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.
|
|
2847
|
-
"integrity": "sha512-
|
|
2845
|
+
"version": "2.1.4",
|
|
2846
|
+
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
|
|
2847
|
+
"integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
|
|
2848
2848
|
"dev": true,
|
|
2849
2849
|
"license": "MIT",
|
|
2850
2850
|
"dependencies": {
|
|
@@ -2866,9 +2866,9 @@
|
|
|
2866
2866
|
}
|
|
2867
2867
|
},
|
|
2868
2868
|
"node_modules/@eslint/js": {
|
|
2869
|
-
"version": "8.
|
|
2870
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.
|
|
2871
|
-
"integrity": "sha512-
|
|
2869
|
+
"version": "8.57.0",
|
|
2870
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz",
|
|
2871
|
+
"integrity": "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==",
|
|
2872
2872
|
"dev": true,
|
|
2873
2873
|
"license": "MIT",
|
|
2874
2874
|
"engines": {
|
|
@@ -2883,14 +2883,14 @@
|
|
|
2883
2883
|
"license": "MIT"
|
|
2884
2884
|
},
|
|
2885
2885
|
"node_modules/@humanwhocodes/config-array": {
|
|
2886
|
-
"version": "0.11.
|
|
2887
|
-
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.
|
|
2888
|
-
"integrity": "sha512-
|
|
2886
|
+
"version": "0.11.14",
|
|
2887
|
+
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz",
|
|
2888
|
+
"integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==",
|
|
2889
2889
|
"dev": true,
|
|
2890
2890
|
"license": "Apache-2.0",
|
|
2891
2891
|
"dependencies": {
|
|
2892
|
-
"@humanwhocodes/object-schema": "^2.0.
|
|
2893
|
-
"debug": "^4.
|
|
2892
|
+
"@humanwhocodes/object-schema": "^2.0.2",
|
|
2893
|
+
"debug": "^4.3.1",
|
|
2894
2894
|
"minimatch": "^3.0.5"
|
|
2895
2895
|
},
|
|
2896
2896
|
"engines": {
|
|
@@ -2912,9 +2912,9 @@
|
|
|
2912
2912
|
}
|
|
2913
2913
|
},
|
|
2914
2914
|
"node_modules/@humanwhocodes/object-schema": {
|
|
2915
|
-
"version": "2.0.
|
|
2916
|
-
"resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.
|
|
2917
|
-
"integrity": "sha512-
|
|
2915
|
+
"version": "2.0.2",
|
|
2916
|
+
"resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz",
|
|
2917
|
+
"integrity": "sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==",
|
|
2918
2918
|
"dev": true,
|
|
2919
2919
|
"license": "BSD-3-Clause"
|
|
2920
2920
|
},
|
|
@@ -3649,9 +3649,9 @@
|
|
|
3649
3649
|
}
|
|
3650
3650
|
},
|
|
3651
3651
|
"node_modules/@oclif/core": {
|
|
3652
|
-
"version": "3.
|
|
3653
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
3654
|
-
"integrity": "sha512-
|
|
3652
|
+
"version": "3.22.0",
|
|
3653
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.22.0.tgz",
|
|
3654
|
+
"integrity": "sha512-w7V1la5PAS5Ojr5aOG904A245kdVJRMcvgcRr3NG28EX2vIm7jkg71gIULlbvhDrFRzljH2iX2VYqF7ho3x8GQ==",
|
|
3655
3655
|
"license": "MIT",
|
|
3656
3656
|
"dependencies": {
|
|
3657
3657
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -3670,6 +3670,7 @@
|
|
|
3670
3670
|
"indent-string": "^4.0.0",
|
|
3671
3671
|
"is-wsl": "^2.2.0",
|
|
3672
3672
|
"js-yaml": "^3.14.1",
|
|
3673
|
+
"minimatch": "^9.0.3",
|
|
3673
3674
|
"natural-orderby": "^2.0.3",
|
|
3674
3675
|
"object-treeify": "^1.1.33",
|
|
3675
3676
|
"password-prompt": "^1.1.3",
|
|
@@ -3736,6 +3737,21 @@
|
|
|
3736
3737
|
"js-yaml": "bin/js-yaml.js"
|
|
3737
3738
|
}
|
|
3738
3739
|
},
|
|
3740
|
+
"node_modules/@oclif/core/node_modules/minimatch": {
|
|
3741
|
+
"version": "9.0.3",
|
|
3742
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
|
3743
|
+
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
|
|
3744
|
+
"license": "ISC",
|
|
3745
|
+
"dependencies": {
|
|
3746
|
+
"brace-expansion": "^2.0.1"
|
|
3747
|
+
},
|
|
3748
|
+
"engines": {
|
|
3749
|
+
"node": ">=16 || 14 >=14.17"
|
|
3750
|
+
},
|
|
3751
|
+
"funding": {
|
|
3752
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3753
|
+
}
|
|
3754
|
+
},
|
|
3739
3755
|
"node_modules/@oclif/core/node_modules/supports-color": {
|
|
3740
3756
|
"version": "8.1.1",
|
|
3741
3757
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -4066,13 +4082,13 @@
|
|
|
4066
4082
|
}
|
|
4067
4083
|
},
|
|
4068
4084
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
4069
|
-
"version": "5.1.
|
|
4070
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.
|
|
4071
|
-
"integrity": "sha512-
|
|
4085
|
+
"version": "5.1.10",
|
|
4086
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.10.tgz",
|
|
4087
|
+
"integrity": "sha512-zAyv6luZSjJFOa/v0IHYAfNcWSl1DTZ7l5cJalKTuu7oXfy0mskZO4KzPZ4vdyBSz54t6+yXgNA2C/uFyqe/CQ==",
|
|
4072
4088
|
"dev": true,
|
|
4073
4089
|
"license": "BSD-3-Clause",
|
|
4074
4090
|
"dependencies": {
|
|
4075
|
-
"@salesforce/core": "^6.
|
|
4091
|
+
"@salesforce/core": "^6.7.0",
|
|
4076
4092
|
"@salesforce/kit": "^3.0.15",
|
|
4077
4093
|
"@salesforce/ts-types": "^2.0.9",
|
|
4078
4094
|
"@types/shelljs": "^0.8.15",
|
|
@@ -4125,12 +4141,6 @@
|
|
|
4125
4141
|
"node": ">=18.0.0"
|
|
4126
4142
|
}
|
|
4127
4143
|
},
|
|
4128
|
-
"node_modules/@salesforce/core/node_modules/@types/semver": {
|
|
4129
|
-
"version": "7.5.8",
|
|
4130
|
-
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz",
|
|
4131
|
-
"integrity": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==",
|
|
4132
|
-
"license": "MIT"
|
|
4133
|
-
},
|
|
4134
4144
|
"node_modules/@salesforce/core/node_modules/ajv": {
|
|
4135
4145
|
"version": "8.12.0",
|
|
4136
4146
|
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
@@ -4161,9 +4171,9 @@
|
|
|
4161
4171
|
"license": "BSD-3-Clause"
|
|
4162
4172
|
},
|
|
4163
4173
|
"node_modules/@salesforce/dev-scripts": {
|
|
4164
|
-
"version": "8.4.
|
|
4165
|
-
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-8.4.
|
|
4166
|
-
"integrity": "sha512-
|
|
4174
|
+
"version": "8.4.2",
|
|
4175
|
+
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-8.4.2.tgz",
|
|
4176
|
+
"integrity": "sha512-Hua2fwrN1nb/rv8seE6thy43WeqS52UbXJ3Mp1scumM9ln3cksMJ0ZPtuRjtLaxziqkUjO7HV10UEzu35AX2ZA==",
|
|
4167
4177
|
"dev": true,
|
|
4168
4178
|
"license": "BSD-3-Clause",
|
|
4169
4179
|
"dependencies": {
|
|
@@ -4178,21 +4188,21 @@
|
|
|
4178
4188
|
"chai": "^4.3.10",
|
|
4179
4189
|
"chalk": "^4.0.0",
|
|
4180
4190
|
"cosmiconfig": "^7.0.0",
|
|
4181
|
-
"eslint-config-salesforce-typescript": "^3.
|
|
4191
|
+
"eslint-config-salesforce-typescript": "^3.2.11",
|
|
4182
4192
|
"husky": "^7.0.4",
|
|
4183
4193
|
"linkinator": "^6.0.4",
|
|
4184
4194
|
"mocha": "^10.2.0",
|
|
4185
4195
|
"nyc": "^15.1.0",
|
|
4186
4196
|
"prettier": "^2.8.8",
|
|
4187
|
-
"pretty-quick": "^3.1
|
|
4197
|
+
"pretty-quick": "^3.3.1",
|
|
4188
4198
|
"shelljs": "^0.8.5",
|
|
4189
4199
|
"sinon": "10.0.0",
|
|
4190
4200
|
"source-map-support": "^0.5.21",
|
|
4191
4201
|
"ts-node": "^10.9.2",
|
|
4192
|
-
"typedoc": "^0.25.
|
|
4202
|
+
"typedoc": "^0.25.9",
|
|
4193
4203
|
"typedoc-plugin-missing-exports": "0.23.0",
|
|
4194
4204
|
"typescript": "^4.9.5",
|
|
4195
|
-
"wireit": "^0.14.
|
|
4205
|
+
"wireit": "^0.14.4"
|
|
4196
4206
|
},
|
|
4197
4207
|
"bin": {
|
|
4198
4208
|
"sf-clean": "bin/sf-clean.js",
|
|
@@ -4262,16 +4272,16 @@
|
|
|
4262
4272
|
}
|
|
4263
4273
|
},
|
|
4264
4274
|
"node_modules/@salesforce/dev-scripts/node_modules/typedoc": {
|
|
4265
|
-
"version": "0.25.
|
|
4266
|
-
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.
|
|
4267
|
-
"integrity": "sha512-
|
|
4275
|
+
"version": "0.25.10",
|
|
4276
|
+
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.10.tgz",
|
|
4277
|
+
"integrity": "sha512-v10rtOFojrjW9og3T+6wAKeJaGMuojU87DXGZ33sfs+554wgPTRG+s07Ag1BjPZI85Y5QPVouPI63JQ6fcQM5w==",
|
|
4268
4278
|
"dev": true,
|
|
4269
4279
|
"license": "Apache-2.0",
|
|
4270
4280
|
"dependencies": {
|
|
4271
4281
|
"lunr": "^2.3.9",
|
|
4272
4282
|
"marked": "^4.3.0",
|
|
4273
4283
|
"minimatch": "^9.0.3",
|
|
4274
|
-
"shiki": "^0.14.
|
|
4284
|
+
"shiki": "^0.14.7"
|
|
4275
4285
|
},
|
|
4276
4286
|
"bin": {
|
|
4277
4287
|
"typedoc": "bin/typedoc"
|
|
@@ -4280,7 +4290,7 @@
|
|
|
4280
4290
|
"node": ">= 16"
|
|
4281
4291
|
},
|
|
4282
4292
|
"peerDependencies": {
|
|
4283
|
-
"typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x"
|
|
4293
|
+
"typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x"
|
|
4284
4294
|
}
|
|
4285
4295
|
},
|
|
4286
4296
|
"node_modules/@salesforce/dev-scripts/node_modules/typescript": {
|
|
@@ -4308,14 +4318,14 @@
|
|
|
4308
4318
|
}
|
|
4309
4319
|
},
|
|
4310
4320
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
4311
|
-
"version": "3.0.
|
|
4312
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
4313
|
-
"integrity": "sha512-
|
|
4321
|
+
"version": "3.0.70",
|
|
4322
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.70.tgz",
|
|
4323
|
+
"integrity": "sha512-MwgdWn5OzY3d+6PgW/aopYqnGmeLvs/7JXS5VNOO63bnYYfhwCwzoJL9gRkL8v+PWeU6wZhEDITNPOM6x7K+YA==",
|
|
4314
4324
|
"dev": true,
|
|
4315
4325
|
"license": "BSD-3-Clause",
|
|
4316
4326
|
"dependencies": {
|
|
4317
|
-
"@oclif/core": "^3.
|
|
4318
|
-
"@salesforce/core": "^6.5.
|
|
4327
|
+
"@oclif/core": "^3.20.0",
|
|
4328
|
+
"@salesforce/core": "^6.5.3",
|
|
4319
4329
|
"@salesforce/kit": "^3.0.15",
|
|
4320
4330
|
"@salesforce/sf-plugins-core": "^5.0.13",
|
|
4321
4331
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -4707,15 +4717,15 @@
|
|
|
4707
4717
|
"license": "ISC"
|
|
4708
4718
|
},
|
|
4709
4719
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
4710
|
-
"version": "7.1.
|
|
4711
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.
|
|
4712
|
-
"integrity": "sha512-
|
|
4720
|
+
"version": "7.1.14",
|
|
4721
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.14.tgz",
|
|
4722
|
+
"integrity": "sha512-KDX9vYDeVOkozRrsjVh4Pvzay++7bWWKmaHtGOwkZrBHb3mVEdCp0ryF0WaDTfaEvgNKn7kiZEDSO7oEhJSzug==",
|
|
4713
4723
|
"license": "BSD-3-Clause",
|
|
4714
4724
|
"dependencies": {
|
|
4715
4725
|
"@inquirer/confirm": "^2.0.17",
|
|
4716
4726
|
"@inquirer/password": "^1.1.16",
|
|
4717
|
-
"@oclif/core": "^3.19.
|
|
4718
|
-
"@salesforce/core": "^6.
|
|
4727
|
+
"@oclif/core": "^3.19.6",
|
|
4728
|
+
"@salesforce/core": "^6.6.0",
|
|
4719
4729
|
"@salesforce/kit": "^3.0.15",
|
|
4720
4730
|
"@salesforce/ts-types": "^2.0.9",
|
|
4721
4731
|
"chalk": "^5.3.0"
|
|
@@ -4725,12 +4735,12 @@
|
|
|
4725
4735
|
}
|
|
4726
4736
|
},
|
|
4727
4737
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
4728
|
-
"version": "10.5.
|
|
4729
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.5.
|
|
4730
|
-
"integrity": "sha512-
|
|
4738
|
+
"version": "10.5.1",
|
|
4739
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.5.1.tgz",
|
|
4740
|
+
"integrity": "sha512-4xeVhKzi0wpzlwKj06hAL3EjJaRuMyx7xZsTr8T0/GFaEfsML14aUV3imMd0V3DcZRJ2oo+a9UrUYy5KnP76Kw==",
|
|
4731
4741
|
"license": "BSD-3-Clause",
|
|
4732
4742
|
"dependencies": {
|
|
4733
|
-
"@salesforce/core": "^6.
|
|
4743
|
+
"@salesforce/core": "^6.7.0",
|
|
4734
4744
|
"@salesforce/kit": "^3.0.15",
|
|
4735
4745
|
"@salesforce/ts-types": "^2.0.9",
|
|
4736
4746
|
"fast-levenshtein": "^3.0.0",
|
|
@@ -4783,16 +4793,16 @@
|
|
|
4783
4793
|
}
|
|
4784
4794
|
},
|
|
4785
4795
|
"node_modules/@salesforce/source-testkit": {
|
|
4786
|
-
"version": "2.1.
|
|
4787
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-testkit/-/source-testkit-2.1.
|
|
4788
|
-
"integrity": "sha512-
|
|
4796
|
+
"version": "2.1.101",
|
|
4797
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-testkit/-/source-testkit-2.1.101.tgz",
|
|
4798
|
+
"integrity": "sha512-C9psEke+tya3BSc9sx2ged/dP3Veb4+da4nimaTCmEVzSabJL4coqbMd8rhJuZYgSS98aTPGah3K4xFwZtEsDQ==",
|
|
4789
4799
|
"dev": true,
|
|
4790
4800
|
"license": "BSD-3-Clause",
|
|
4791
4801
|
"dependencies": {
|
|
4792
4802
|
"@salesforce/cli-plugins-testkit": "^5.1.9",
|
|
4793
|
-
"@salesforce/core": "^6.
|
|
4803
|
+
"@salesforce/core": "^6.7.0",
|
|
4794
4804
|
"@salesforce/kit": "^3.0.15",
|
|
4795
|
-
"@salesforce/source-deploy-retrieve": "^10.
|
|
4805
|
+
"@salesforce/source-deploy-retrieve": "^10.5.0",
|
|
4796
4806
|
"@salesforce/ts-types": "^2.0.9",
|
|
4797
4807
|
"archiver": "^5.3.2",
|
|
4798
4808
|
"chai-each": "^0.0.1",
|
|
@@ -4890,15 +4900,15 @@
|
|
|
4890
4900
|
}
|
|
4891
4901
|
},
|
|
4892
4902
|
"node_modules/@salesforce/source-tracking": {
|
|
4893
|
-
"version": "5.1.
|
|
4894
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-5.1.
|
|
4895
|
-
"integrity": "sha512-
|
|
4903
|
+
"version": "5.1.12",
|
|
4904
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-5.1.12.tgz",
|
|
4905
|
+
"integrity": "sha512-AWT0ibE8UipLigDSF+9x+EEmJEeaXhkr53TnAPRtgDaZ9SId2nDFBaRchcN3dXhPEdlpuBCpsBgHtkMNfU3z9A==",
|
|
4896
4906
|
"license": "BSD-3-Clause",
|
|
4897
4907
|
"dependencies": {
|
|
4898
|
-
"@oclif/core": "^3.
|
|
4899
|
-
"@salesforce/core": "^6.
|
|
4908
|
+
"@oclif/core": "^3.22.0",
|
|
4909
|
+
"@salesforce/core": "^6.7.0",
|
|
4900
4910
|
"@salesforce/kit": "^3.0.15",
|
|
4901
|
-
"@salesforce/source-deploy-retrieve": "^10.
|
|
4911
|
+
"@salesforce/source-deploy-retrieve": "^10.5.1",
|
|
4902
4912
|
"@salesforce/ts-types": "^2.0.9",
|
|
4903
4913
|
"fast-xml-parser": "^4.2.5",
|
|
4904
4914
|
"graceful-fs": "^4.2.11",
|
|
@@ -5978,13 +5988,6 @@
|
|
|
5978
5988
|
"@types/node": "*"
|
|
5979
5989
|
}
|
|
5980
5990
|
},
|
|
5981
|
-
"node_modules/@types/glob/node_modules/@types/minimatch": {
|
|
5982
|
-
"version": "5.1.2",
|
|
5983
|
-
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz",
|
|
5984
|
-
"integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==",
|
|
5985
|
-
"dev": true,
|
|
5986
|
-
"license": "MIT"
|
|
5987
|
-
},
|
|
5988
5991
|
"node_modules/@types/http-cache-semantics": {
|
|
5989
5992
|
"version": "4.0.4",
|
|
5990
5993
|
"resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz",
|
|
@@ -6067,9 +6070,9 @@
|
|
|
6067
6070
|
}
|
|
6068
6071
|
},
|
|
6069
6072
|
"node_modules/@types/minimatch": {
|
|
6070
|
-
"version": "
|
|
6071
|
-
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-
|
|
6072
|
-
"integrity": "sha512-
|
|
6073
|
+
"version": "5.1.2",
|
|
6074
|
+
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz",
|
|
6075
|
+
"integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==",
|
|
6073
6076
|
"dev": true,
|
|
6074
6077
|
"license": "MIT"
|
|
6075
6078
|
},
|
|
@@ -6129,10 +6132,9 @@
|
|
|
6129
6132
|
}
|
|
6130
6133
|
},
|
|
6131
6134
|
"node_modules/@types/semver": {
|
|
6132
|
-
"version": "7.5.
|
|
6133
|
-
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.
|
|
6134
|
-
"integrity": "sha512-
|
|
6135
|
-
"dev": true,
|
|
6135
|
+
"version": "7.5.8",
|
|
6136
|
+
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz",
|
|
6137
|
+
"integrity": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==",
|
|
6136
6138
|
"license": "MIT"
|
|
6137
6139
|
},
|
|
6138
6140
|
"node_modules/@types/shelljs": {
|
|
@@ -6191,17 +6193,17 @@
|
|
|
6191
6193
|
"license": "MIT"
|
|
6192
6194
|
},
|
|
6193
6195
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
6194
|
-
"version": "6.
|
|
6195
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.
|
|
6196
|
-
"integrity": "sha512-
|
|
6196
|
+
"version": "6.21.0",
|
|
6197
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz",
|
|
6198
|
+
"integrity": "sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==",
|
|
6197
6199
|
"dev": true,
|
|
6198
6200
|
"license": "MIT",
|
|
6199
6201
|
"dependencies": {
|
|
6200
6202
|
"@eslint-community/regexpp": "^4.5.1",
|
|
6201
|
-
"@typescript-eslint/scope-manager": "6.
|
|
6202
|
-
"@typescript-eslint/type-utils": "6.
|
|
6203
|
-
"@typescript-eslint/utils": "6.
|
|
6204
|
-
"@typescript-eslint/visitor-keys": "6.
|
|
6203
|
+
"@typescript-eslint/scope-manager": "6.21.0",
|
|
6204
|
+
"@typescript-eslint/type-utils": "6.21.0",
|
|
6205
|
+
"@typescript-eslint/utils": "6.21.0",
|
|
6206
|
+
"@typescript-eslint/visitor-keys": "6.21.0",
|
|
6205
6207
|
"debug": "^4.3.4",
|
|
6206
6208
|
"graphemer": "^1.4.0",
|
|
6207
6209
|
"ignore": "^5.2.4",
|
|
@@ -6227,16 +6229,16 @@
|
|
|
6227
6229
|
}
|
|
6228
6230
|
},
|
|
6229
6231
|
"node_modules/@typescript-eslint/parser": {
|
|
6230
|
-
"version": "6.
|
|
6231
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.
|
|
6232
|
-
"integrity": "sha512
|
|
6232
|
+
"version": "6.21.0",
|
|
6233
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.21.0.tgz",
|
|
6234
|
+
"integrity": "sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==",
|
|
6233
6235
|
"dev": true,
|
|
6234
6236
|
"license": "BSD-2-Clause",
|
|
6235
6237
|
"dependencies": {
|
|
6236
|
-
"@typescript-eslint/scope-manager": "6.
|
|
6237
|
-
"@typescript-eslint/types": "6.
|
|
6238
|
-
"@typescript-eslint/typescript-estree": "6.
|
|
6239
|
-
"@typescript-eslint/visitor-keys": "6.
|
|
6238
|
+
"@typescript-eslint/scope-manager": "6.21.0",
|
|
6239
|
+
"@typescript-eslint/types": "6.21.0",
|
|
6240
|
+
"@typescript-eslint/typescript-estree": "6.21.0",
|
|
6241
|
+
"@typescript-eslint/visitor-keys": "6.21.0",
|
|
6240
6242
|
"debug": "^4.3.4"
|
|
6241
6243
|
},
|
|
6242
6244
|
"engines": {
|
|
@@ -6256,14 +6258,14 @@
|
|
|
6256
6258
|
}
|
|
6257
6259
|
},
|
|
6258
6260
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
6259
|
-
"version": "6.
|
|
6260
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.
|
|
6261
|
-
"integrity": "sha512-
|
|
6261
|
+
"version": "6.21.0",
|
|
6262
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz",
|
|
6263
|
+
"integrity": "sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==",
|
|
6262
6264
|
"dev": true,
|
|
6263
6265
|
"license": "MIT",
|
|
6264
6266
|
"dependencies": {
|
|
6265
|
-
"@typescript-eslint/types": "6.
|
|
6266
|
-
"@typescript-eslint/visitor-keys": "6.
|
|
6267
|
+
"@typescript-eslint/types": "6.21.0",
|
|
6268
|
+
"@typescript-eslint/visitor-keys": "6.21.0"
|
|
6267
6269
|
},
|
|
6268
6270
|
"engines": {
|
|
6269
6271
|
"node": "^16.0.0 || >=18.0.0"
|
|
@@ -6274,14 +6276,14 @@
|
|
|
6274
6276
|
}
|
|
6275
6277
|
},
|
|
6276
6278
|
"node_modules/@typescript-eslint/type-utils": {
|
|
6277
|
-
"version": "6.
|
|
6278
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.
|
|
6279
|
-
"integrity": "sha512-
|
|
6279
|
+
"version": "6.21.0",
|
|
6280
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz",
|
|
6281
|
+
"integrity": "sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==",
|
|
6280
6282
|
"dev": true,
|
|
6281
6283
|
"license": "MIT",
|
|
6282
6284
|
"dependencies": {
|
|
6283
|
-
"@typescript-eslint/typescript-estree": "6.
|
|
6284
|
-
"@typescript-eslint/utils": "6.
|
|
6285
|
+
"@typescript-eslint/typescript-estree": "6.21.0",
|
|
6286
|
+
"@typescript-eslint/utils": "6.21.0",
|
|
6285
6287
|
"debug": "^4.3.4",
|
|
6286
6288
|
"ts-api-utils": "^1.0.1"
|
|
6287
6289
|
},
|
|
@@ -6302,9 +6304,9 @@
|
|
|
6302
6304
|
}
|
|
6303
6305
|
},
|
|
6304
6306
|
"node_modules/@typescript-eslint/types": {
|
|
6305
|
-
"version": "6.
|
|
6306
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.
|
|
6307
|
-
"integrity": "sha512-
|
|
6307
|
+
"version": "6.21.0",
|
|
6308
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz",
|
|
6309
|
+
"integrity": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==",
|
|
6308
6310
|
"dev": true,
|
|
6309
6311
|
"license": "MIT",
|
|
6310
6312
|
"engines": {
|
|
@@ -6316,17 +6318,18 @@
|
|
|
6316
6318
|
}
|
|
6317
6319
|
},
|
|
6318
6320
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
6319
|
-
"version": "6.
|
|
6320
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.
|
|
6321
|
-
"integrity": "sha512-
|
|
6321
|
+
"version": "6.21.0",
|
|
6322
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz",
|
|
6323
|
+
"integrity": "sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==",
|
|
6322
6324
|
"dev": true,
|
|
6323
6325
|
"license": "BSD-2-Clause",
|
|
6324
6326
|
"dependencies": {
|
|
6325
|
-
"@typescript-eslint/types": "6.
|
|
6326
|
-
"@typescript-eslint/visitor-keys": "6.
|
|
6327
|
+
"@typescript-eslint/types": "6.21.0",
|
|
6328
|
+
"@typescript-eslint/visitor-keys": "6.21.0",
|
|
6327
6329
|
"debug": "^4.3.4",
|
|
6328
6330
|
"globby": "^11.1.0",
|
|
6329
6331
|
"is-glob": "^4.0.3",
|
|
6332
|
+
"minimatch": "9.0.3",
|
|
6330
6333
|
"semver": "^7.5.4",
|
|
6331
6334
|
"ts-api-utils": "^1.0.1"
|
|
6332
6335
|
},
|
|
@@ -6343,19 +6346,35 @@
|
|
|
6343
6346
|
}
|
|
6344
6347
|
}
|
|
6345
6348
|
},
|
|
6349
|
+
"node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
|
|
6350
|
+
"version": "9.0.3",
|
|
6351
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
|
6352
|
+
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
|
|
6353
|
+
"dev": true,
|
|
6354
|
+
"license": "ISC",
|
|
6355
|
+
"dependencies": {
|
|
6356
|
+
"brace-expansion": "^2.0.1"
|
|
6357
|
+
},
|
|
6358
|
+
"engines": {
|
|
6359
|
+
"node": ">=16 || 14 >=14.17"
|
|
6360
|
+
},
|
|
6361
|
+
"funding": {
|
|
6362
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
6363
|
+
}
|
|
6364
|
+
},
|
|
6346
6365
|
"node_modules/@typescript-eslint/utils": {
|
|
6347
|
-
"version": "6.
|
|
6348
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.
|
|
6349
|
-
"integrity": "sha512-
|
|
6366
|
+
"version": "6.21.0",
|
|
6367
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.21.0.tgz",
|
|
6368
|
+
"integrity": "sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==",
|
|
6350
6369
|
"dev": true,
|
|
6351
6370
|
"license": "MIT",
|
|
6352
6371
|
"dependencies": {
|
|
6353
6372
|
"@eslint-community/eslint-utils": "^4.4.0",
|
|
6354
6373
|
"@types/json-schema": "^7.0.12",
|
|
6355
6374
|
"@types/semver": "^7.5.0",
|
|
6356
|
-
"@typescript-eslint/scope-manager": "6.
|
|
6357
|
-
"@typescript-eslint/types": "6.
|
|
6358
|
-
"@typescript-eslint/typescript-estree": "6.
|
|
6375
|
+
"@typescript-eslint/scope-manager": "6.21.0",
|
|
6376
|
+
"@typescript-eslint/types": "6.21.0",
|
|
6377
|
+
"@typescript-eslint/typescript-estree": "6.21.0",
|
|
6359
6378
|
"semver": "^7.5.4"
|
|
6360
6379
|
},
|
|
6361
6380
|
"engines": {
|
|
@@ -6370,13 +6389,13 @@
|
|
|
6370
6389
|
}
|
|
6371
6390
|
},
|
|
6372
6391
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
6373
|
-
"version": "6.
|
|
6374
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.
|
|
6375
|
-
"integrity": "sha512
|
|
6392
|
+
"version": "6.21.0",
|
|
6393
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz",
|
|
6394
|
+
"integrity": "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==",
|
|
6376
6395
|
"dev": true,
|
|
6377
6396
|
"license": "MIT",
|
|
6378
6397
|
"dependencies": {
|
|
6379
|
-
"@typescript-eslint/types": "6.
|
|
6398
|
+
"@typescript-eslint/types": "6.21.0",
|
|
6380
6399
|
"eslint-visitor-keys": "^3.4.1"
|
|
6381
6400
|
},
|
|
6382
6401
|
"engines": {
|
|
@@ -7159,9 +7178,9 @@
|
|
|
7159
7178
|
"license": "ISC"
|
|
7160
7179
|
},
|
|
7161
7180
|
"node_modules/browserslist": {
|
|
7162
|
-
"version": "4.
|
|
7163
|
-
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.
|
|
7164
|
-
"integrity": "sha512-
|
|
7181
|
+
"version": "4.23.0",
|
|
7182
|
+
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz",
|
|
7183
|
+
"integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==",
|
|
7165
7184
|
"dev": true,
|
|
7166
7185
|
"funding": [
|
|
7167
7186
|
{
|
|
@@ -7179,10 +7198,10 @@
|
|
|
7179
7198
|
],
|
|
7180
7199
|
"license": "MIT",
|
|
7181
7200
|
"dependencies": {
|
|
7182
|
-
"caniuse-lite": "^1.0.
|
|
7183
|
-
"electron-to-chromium": "^1.4.
|
|
7184
|
-
"node-releases": "^2.0.
|
|
7185
|
-
"update-browserslist-db": "^1.0.
|
|
7201
|
+
"caniuse-lite": "^1.0.30001587",
|
|
7202
|
+
"electron-to-chromium": "^1.4.668",
|
|
7203
|
+
"node-releases": "^2.0.14",
|
|
7204
|
+
"update-browserslist-db": "^1.0.13"
|
|
7186
7205
|
},
|
|
7187
7206
|
"bin": {
|
|
7188
7207
|
"browserslist": "cli.js"
|
|
@@ -7462,9 +7481,9 @@
|
|
|
7462
7481
|
}
|
|
7463
7482
|
},
|
|
7464
7483
|
"node_modules/caniuse-lite": {
|
|
7465
|
-
"version": "1.0.
|
|
7466
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
7467
|
-
"integrity": "sha512-
|
|
7484
|
+
"version": "1.0.30001593",
|
|
7485
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001593.tgz",
|
|
7486
|
+
"integrity": "sha512-UWM1zlo3cZfkpBysd7AS+z+v007q9G1+fLTUU42rQnY6t2axoogPW/xol6T7juU5EUoOhML4WgBIdG+9yYqAjQ==",
|
|
7468
7487
|
"dev": true,
|
|
7469
7488
|
"funding": [
|
|
7470
7489
|
{
|
|
@@ -7622,9 +7641,9 @@
|
|
|
7622
7641
|
}
|
|
7623
7642
|
},
|
|
7624
7643
|
"node_modules/ci-info": {
|
|
7625
|
-
"version": "
|
|
7626
|
-
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-
|
|
7627
|
-
"integrity": "sha512-
|
|
7644
|
+
"version": "4.0.0",
|
|
7645
|
+
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.0.0.tgz",
|
|
7646
|
+
"integrity": "sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==",
|
|
7628
7647
|
"dev": true,
|
|
7629
7648
|
"funding": [
|
|
7630
7649
|
{
|
|
@@ -8111,6 +8130,20 @@
|
|
|
8111
8130
|
"url": "https://opencollective.com/core-js"
|
|
8112
8131
|
}
|
|
8113
8132
|
},
|
|
8133
|
+
"node_modules/core-js-compat": {
|
|
8134
|
+
"version": "3.36.0",
|
|
8135
|
+
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.36.0.tgz",
|
|
8136
|
+
"integrity": "sha512-iV9Pd/PsgjNWBXeq8XRtWVSgz2tKAfhfvBs7qxYty+RlRd+OCksaWmOnc4JKrTc1cToXL1N0s3l/vwlxPtdElw==",
|
|
8137
|
+
"dev": true,
|
|
8138
|
+
"license": "MIT",
|
|
8139
|
+
"dependencies": {
|
|
8140
|
+
"browserslist": "^4.22.3"
|
|
8141
|
+
},
|
|
8142
|
+
"funding": {
|
|
8143
|
+
"type": "opencollective",
|
|
8144
|
+
"url": "https://opencollective.com/core-js"
|
|
8145
|
+
}
|
|
8146
|
+
},
|
|
8114
8147
|
"node_modules/core-js-pure": {
|
|
8115
8148
|
"version": "3.31.0",
|
|
8116
8149
|
"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.31.0.tgz",
|
|
@@ -8617,16 +8650,16 @@
|
|
|
8617
8650
|
}
|
|
8618
8651
|
},
|
|
8619
8652
|
"node_modules/doctrine": {
|
|
8620
|
-
"version": "
|
|
8621
|
-
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-
|
|
8622
|
-
"integrity": "sha512-
|
|
8653
|
+
"version": "2.1.0",
|
|
8654
|
+
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
|
|
8655
|
+
"integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
|
|
8623
8656
|
"dev": true,
|
|
8624
8657
|
"license": "Apache-2.0",
|
|
8625
8658
|
"dependencies": {
|
|
8626
8659
|
"esutils": "^2.0.2"
|
|
8627
8660
|
},
|
|
8628
8661
|
"engines": {
|
|
8629
|
-
"node": ">=
|
|
8662
|
+
"node": ">=0.10.0"
|
|
8630
8663
|
}
|
|
8631
8664
|
},
|
|
8632
8665
|
"node_modules/dom-serializer": {
|
|
@@ -8742,9 +8775,9 @@
|
|
|
8742
8775
|
}
|
|
8743
8776
|
},
|
|
8744
8777
|
"node_modules/electron-to-chromium": {
|
|
8745
|
-
"version": "1.4.
|
|
8746
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.
|
|
8747
|
-
"integrity": "sha512
|
|
8778
|
+
"version": "1.4.690",
|
|
8779
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.690.tgz",
|
|
8780
|
+
"integrity": "sha512-+2OAGjUx68xElQhydpcbqH50hE8Vs2K6TkAeLhICYfndb67CVH0UsZaijmRUE3rHlIxU1u0jxwhgVe6fK3YANA==",
|
|
8748
8781
|
"dev": true,
|
|
8749
8782
|
"license": "ISC"
|
|
8750
8783
|
},
|
|
@@ -8987,17 +9020,17 @@
|
|
|
8987
9020
|
}
|
|
8988
9021
|
},
|
|
8989
9022
|
"node_modules/eslint": {
|
|
8990
|
-
"version": "8.
|
|
8991
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.
|
|
8992
|
-
"integrity": "sha512-
|
|
9023
|
+
"version": "8.57.0",
|
|
9024
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz",
|
|
9025
|
+
"integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==",
|
|
8993
9026
|
"dev": true,
|
|
8994
9027
|
"license": "MIT",
|
|
8995
9028
|
"dependencies": {
|
|
8996
9029
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
8997
9030
|
"@eslint-community/regexpp": "^4.6.1",
|
|
8998
|
-
"@eslint/eslintrc": "^2.1.
|
|
8999
|
-
"@eslint/js": "8.
|
|
9000
|
-
"@humanwhocodes/config-array": "^0.11.
|
|
9031
|
+
"@eslint/eslintrc": "^2.1.4",
|
|
9032
|
+
"@eslint/js": "8.57.0",
|
|
9033
|
+
"@humanwhocodes/config-array": "^0.11.14",
|
|
9001
9034
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
9002
9035
|
"@nodelib/fs.walk": "^1.2.8",
|
|
9003
9036
|
"@ungap/structured-clone": "^1.2.0",
|
|
@@ -9043,9 +9076,9 @@
|
|
|
9043
9076
|
}
|
|
9044
9077
|
},
|
|
9045
9078
|
"node_modules/eslint-config-prettier": {
|
|
9046
|
-
"version": "9.
|
|
9047
|
-
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.
|
|
9048
|
-
"integrity": "sha512-
|
|
9079
|
+
"version": "9.1.0",
|
|
9080
|
+
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz",
|
|
9081
|
+
"integrity": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==",
|
|
9049
9082
|
"dev": true,
|
|
9050
9083
|
"license": "MIT",
|
|
9051
9084
|
"bin": {
|
|
@@ -9070,22 +9103,22 @@
|
|
|
9070
9103
|
"license": "BSD-3-Clause"
|
|
9071
9104
|
},
|
|
9072
9105
|
"node_modules/eslint-config-salesforce-typescript": {
|
|
9073
|
-
"version": "3.
|
|
9074
|
-
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.
|
|
9075
|
-
"integrity": "sha512-
|
|
9106
|
+
"version": "3.2.11",
|
|
9107
|
+
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.2.11.tgz",
|
|
9108
|
+
"integrity": "sha512-joZX/tMJXn9U48KAEUEeoIlhFLwr8vSA+mazZLzyZ6vO6bA0LUz1t6gJLH+wjKkrhayNUGOG5aBI2ODmhFnk7w==",
|
|
9076
9109
|
"dev": true,
|
|
9077
9110
|
"license": "BSD-3-Clause",
|
|
9078
9111
|
"dependencies": {
|
|
9079
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
9080
|
-
"@typescript-eslint/parser": "^6.
|
|
9081
|
-
"eslint": "^8.
|
|
9082
|
-
"eslint-config-prettier": "^9.
|
|
9112
|
+
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
9113
|
+
"@typescript-eslint/parser": "^6.21.0",
|
|
9114
|
+
"eslint": "^8.56.0",
|
|
9115
|
+
"eslint-config-prettier": "^9.1.0",
|
|
9083
9116
|
"eslint-config-salesforce": "^2.0.2",
|
|
9084
9117
|
"eslint-config-salesforce-license": "^0.2.0",
|
|
9085
9118
|
"eslint-plugin-header": "^3.1.1",
|
|
9086
|
-
"eslint-plugin-import": "^2.29.
|
|
9087
|
-
"eslint-plugin-jsdoc": "^46.
|
|
9088
|
-
"eslint-plugin-unicorn": "^
|
|
9119
|
+
"eslint-plugin-import": "^2.29.1",
|
|
9120
|
+
"eslint-plugin-jsdoc": "^46.10.1",
|
|
9121
|
+
"eslint-plugin-unicorn": "^50.0.1"
|
|
9089
9122
|
}
|
|
9090
9123
|
},
|
|
9091
9124
|
"node_modules/eslint-import-resolver-node": {
|
|
@@ -9149,9 +9182,9 @@
|
|
|
9149
9182
|
}
|
|
9150
9183
|
},
|
|
9151
9184
|
"node_modules/eslint-plugin-import": {
|
|
9152
|
-
"version": "2.29.
|
|
9153
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.
|
|
9154
|
-
"integrity": "sha512-
|
|
9185
|
+
"version": "2.29.1",
|
|
9186
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz",
|
|
9187
|
+
"integrity": "sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==",
|
|
9155
9188
|
"dev": true,
|
|
9156
9189
|
"license": "MIT",
|
|
9157
9190
|
"dependencies": {
|
|
@@ -9171,7 +9204,7 @@
|
|
|
9171
9204
|
"object.groupby": "^1.0.1",
|
|
9172
9205
|
"object.values": "^1.1.7",
|
|
9173
9206
|
"semver": "^6.3.1",
|
|
9174
|
-
"tsconfig-paths": "^3.
|
|
9207
|
+
"tsconfig-paths": "^3.15.0"
|
|
9175
9208
|
},
|
|
9176
9209
|
"engines": {
|
|
9177
9210
|
"node": ">=4"
|
|
@@ -9190,19 +9223,6 @@
|
|
|
9190
9223
|
"ms": "^2.1.1"
|
|
9191
9224
|
}
|
|
9192
9225
|
},
|
|
9193
|
-
"node_modules/eslint-plugin-import/node_modules/doctrine": {
|
|
9194
|
-
"version": "2.1.0",
|
|
9195
|
-
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
|
|
9196
|
-
"integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
|
|
9197
|
-
"dev": true,
|
|
9198
|
-
"license": "Apache-2.0",
|
|
9199
|
-
"dependencies": {
|
|
9200
|
-
"esutils": "^2.0.2"
|
|
9201
|
-
},
|
|
9202
|
-
"engines": {
|
|
9203
|
-
"node": ">=0.10.0"
|
|
9204
|
-
}
|
|
9205
|
-
},
|
|
9206
9226
|
"node_modules/eslint-plugin-import/node_modules/semver": {
|
|
9207
9227
|
"version": "6.3.1",
|
|
9208
9228
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
@@ -9214,9 +9234,9 @@
|
|
|
9214
9234
|
}
|
|
9215
9235
|
},
|
|
9216
9236
|
"node_modules/eslint-plugin-jsdoc": {
|
|
9217
|
-
"version": "46.
|
|
9218
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.
|
|
9219
|
-
"integrity": "sha512-
|
|
9237
|
+
"version": "46.10.1",
|
|
9238
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.10.1.tgz",
|
|
9239
|
+
"integrity": "sha512-x8wxIpv00Y50NyweDUpa+58ffgSAI5sqe+zcZh33xphD0AVh+1kqr1ombaTRb7Fhpove1zfUuujlX9DWWBP5ag==",
|
|
9220
9240
|
"dev": true,
|
|
9221
9241
|
"license": "BSD-3-Clause",
|
|
9222
9242
|
"dependencies": {
|
|
@@ -9228,13 +9248,24 @@
|
|
|
9228
9248
|
"esquery": "^1.5.0",
|
|
9229
9249
|
"is-builtin-module": "^3.2.1",
|
|
9230
9250
|
"semver": "^7.5.4",
|
|
9231
|
-
"spdx-expression-parse": "^
|
|
9251
|
+
"spdx-expression-parse": "^4.0.0"
|
|
9232
9252
|
},
|
|
9233
9253
|
"engines": {
|
|
9234
9254
|
"node": ">=16"
|
|
9235
9255
|
},
|
|
9236
9256
|
"peerDependencies": {
|
|
9237
|
-
"eslint": "^7.0.0 || ^8.0.0"
|
|
9257
|
+
"eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
|
|
9258
|
+
}
|
|
9259
|
+
},
|
|
9260
|
+
"node_modules/eslint-plugin-jsdoc/node_modules/spdx-expression-parse": {
|
|
9261
|
+
"version": "4.0.0",
|
|
9262
|
+
"resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-4.0.0.tgz",
|
|
9263
|
+
"integrity": "sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==",
|
|
9264
|
+
"dev": true,
|
|
9265
|
+
"license": "MIT",
|
|
9266
|
+
"dependencies": {
|
|
9267
|
+
"spdx-exceptions": "^2.1.0",
|
|
9268
|
+
"spdx-license-ids": "^3.0.0"
|
|
9238
9269
|
}
|
|
9239
9270
|
},
|
|
9240
9271
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
@@ -9251,138 +9282,19 @@
|
|
|
9251
9282
|
"node": ">=16.0.0"
|
|
9252
9283
|
}
|
|
9253
9284
|
},
|
|
9254
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/scope-manager": {
|
|
9255
|
-
"version": "6.20.0",
|
|
9256
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.20.0.tgz",
|
|
9257
|
-
"integrity": "sha512-p4rvHQRDTI1tGGMDFQm+GtxP1ZHyAh64WANVoyEcNMpaTFn3ox/3CcgtIlELnRfKzSs/DwYlDccJEtr3O6qBvA==",
|
|
9258
|
-
"dev": true,
|
|
9259
|
-
"license": "MIT",
|
|
9260
|
-
"dependencies": {
|
|
9261
|
-
"@typescript-eslint/types": "6.20.0",
|
|
9262
|
-
"@typescript-eslint/visitor-keys": "6.20.0"
|
|
9263
|
-
},
|
|
9264
|
-
"engines": {
|
|
9265
|
-
"node": "^16.0.0 || >=18.0.0"
|
|
9266
|
-
},
|
|
9267
|
-
"funding": {
|
|
9268
|
-
"type": "opencollective",
|
|
9269
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
9270
|
-
}
|
|
9271
|
-
},
|
|
9272
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/types": {
|
|
9273
|
-
"version": "6.20.0",
|
|
9274
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.20.0.tgz",
|
|
9275
|
-
"integrity": "sha512-MM9mfZMAhiN4cOEcUOEx+0HmuaW3WBfukBZPCfwSqFnQy0grXYtngKCqpQN339X3RrwtzspWJrpbrupKYUSBXQ==",
|
|
9276
|
-
"dev": true,
|
|
9277
|
-
"license": "MIT",
|
|
9278
|
-
"engines": {
|
|
9279
|
-
"node": "^16.0.0 || >=18.0.0"
|
|
9280
|
-
},
|
|
9281
|
-
"funding": {
|
|
9282
|
-
"type": "opencollective",
|
|
9283
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
9284
|
-
}
|
|
9285
|
-
},
|
|
9286
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/typescript-estree": {
|
|
9287
|
-
"version": "6.20.0",
|
|
9288
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.20.0.tgz",
|
|
9289
|
-
"integrity": "sha512-RnRya9q5m6YYSpBN7IzKu9FmLcYtErkDkc8/dKv81I9QiLLtVBHrjz+Ev/crAqgMNW2FCsoZF4g2QUylMnJz+g==",
|
|
9290
|
-
"dev": true,
|
|
9291
|
-
"license": "BSD-2-Clause",
|
|
9292
|
-
"dependencies": {
|
|
9293
|
-
"@typescript-eslint/types": "6.20.0",
|
|
9294
|
-
"@typescript-eslint/visitor-keys": "6.20.0",
|
|
9295
|
-
"debug": "^4.3.4",
|
|
9296
|
-
"globby": "^11.1.0",
|
|
9297
|
-
"is-glob": "^4.0.3",
|
|
9298
|
-
"minimatch": "9.0.3",
|
|
9299
|
-
"semver": "^7.5.4",
|
|
9300
|
-
"ts-api-utils": "^1.0.1"
|
|
9301
|
-
},
|
|
9302
|
-
"engines": {
|
|
9303
|
-
"node": "^16.0.0 || >=18.0.0"
|
|
9304
|
-
},
|
|
9305
|
-
"funding": {
|
|
9306
|
-
"type": "opencollective",
|
|
9307
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
9308
|
-
},
|
|
9309
|
-
"peerDependenciesMeta": {
|
|
9310
|
-
"typescript": {
|
|
9311
|
-
"optional": true
|
|
9312
|
-
}
|
|
9313
|
-
}
|
|
9314
|
-
},
|
|
9315
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/utils": {
|
|
9316
|
-
"version": "6.20.0",
|
|
9317
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.20.0.tgz",
|
|
9318
|
-
"integrity": "sha512-/EKuw+kRu2vAqCoDwDCBtDRU6CTKbUmwwI7SH7AashZ+W+7o8eiyy6V2cdOqN49KsTcASWsC5QeghYuRDTyOOg==",
|
|
9319
|
-
"dev": true,
|
|
9320
|
-
"license": "MIT",
|
|
9321
|
-
"dependencies": {
|
|
9322
|
-
"@eslint-community/eslint-utils": "^4.4.0",
|
|
9323
|
-
"@types/json-schema": "^7.0.12",
|
|
9324
|
-
"@types/semver": "^7.5.0",
|
|
9325
|
-
"@typescript-eslint/scope-manager": "6.20.0",
|
|
9326
|
-
"@typescript-eslint/types": "6.20.0",
|
|
9327
|
-
"@typescript-eslint/typescript-estree": "6.20.0",
|
|
9328
|
-
"semver": "^7.5.4"
|
|
9329
|
-
},
|
|
9330
|
-
"engines": {
|
|
9331
|
-
"node": "^16.0.0 || >=18.0.0"
|
|
9332
|
-
},
|
|
9333
|
-
"funding": {
|
|
9334
|
-
"type": "opencollective",
|
|
9335
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
9336
|
-
},
|
|
9337
|
-
"peerDependencies": {
|
|
9338
|
-
"eslint": "^7.0.0 || ^8.0.0"
|
|
9339
|
-
}
|
|
9340
|
-
},
|
|
9341
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
|
9342
|
-
"version": "6.20.0",
|
|
9343
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.20.0.tgz",
|
|
9344
|
-
"integrity": "sha512-E8Cp98kRe4gKHjJD4NExXKz/zOJ1A2hhZc+IMVD6i7w4yjIvh6VyuRI0gRtxAsXtoC35uGMaQ9rjI2zJaXDEAw==",
|
|
9345
|
-
"dev": true,
|
|
9346
|
-
"license": "MIT",
|
|
9347
|
-
"dependencies": {
|
|
9348
|
-
"@typescript-eslint/types": "6.20.0",
|
|
9349
|
-
"eslint-visitor-keys": "^3.4.1"
|
|
9350
|
-
},
|
|
9351
|
-
"engines": {
|
|
9352
|
-
"node": "^16.0.0 || >=18.0.0"
|
|
9353
|
-
},
|
|
9354
|
-
"funding": {
|
|
9355
|
-
"type": "opencollective",
|
|
9356
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
9357
|
-
}
|
|
9358
|
-
},
|
|
9359
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/minimatch": {
|
|
9360
|
-
"version": "9.0.3",
|
|
9361
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
|
9362
|
-
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
|
|
9363
|
-
"dev": true,
|
|
9364
|
-
"license": "ISC",
|
|
9365
|
-
"dependencies": {
|
|
9366
|
-
"brace-expansion": "^2.0.1"
|
|
9367
|
-
},
|
|
9368
|
-
"engines": {
|
|
9369
|
-
"node": ">=16 || 14 >=14.17"
|
|
9370
|
-
},
|
|
9371
|
-
"funding": {
|
|
9372
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
9373
|
-
}
|
|
9374
|
-
},
|
|
9375
9285
|
"node_modules/eslint-plugin-unicorn": {
|
|
9376
|
-
"version": "
|
|
9377
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-
|
|
9378
|
-
"integrity": "sha512-
|
|
9286
|
+
"version": "50.0.1",
|
|
9287
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-50.0.1.tgz",
|
|
9288
|
+
"integrity": "sha512-KxenCZxqSYW0GWHH18okDlOQcpezcitm5aOSz6EnobyJ6BIByiPDviQRjJIUAjG/tMN11958MxaQ+qCoU6lfDA==",
|
|
9379
9289
|
"dev": true,
|
|
9380
9290
|
"license": "MIT",
|
|
9381
9291
|
"dependencies": {
|
|
9382
9292
|
"@babel/helper-validator-identifier": "^7.22.20",
|
|
9383
9293
|
"@eslint-community/eslint-utils": "^4.4.0",
|
|
9384
|
-
"
|
|
9294
|
+
"@eslint/eslintrc": "^2.1.4",
|
|
9295
|
+
"ci-info": "^4.0.0",
|
|
9385
9296
|
"clean-regexp": "^1.0.0",
|
|
9297
|
+
"core-js-compat": "^3.34.0",
|
|
9386
9298
|
"esquery": "^1.5.0",
|
|
9387
9299
|
"indent-string": "^4.0.0",
|
|
9388
9300
|
"is-builtin-module": "^3.2.1",
|
|
@@ -9401,7 +9313,7 @@
|
|
|
9401
9313
|
"url": "https://github.com/sindresorhus/eslint-plugin-unicorn?sponsor=1"
|
|
9402
9314
|
},
|
|
9403
9315
|
"peerDependencies": {
|
|
9404
|
-
"eslint": ">=8.
|
|
9316
|
+
"eslint": ">=8.56.0"
|
|
9405
9317
|
}
|
|
9406
9318
|
},
|
|
9407
9319
|
"node_modules/eslint-scope": {
|
|
@@ -9451,6 +9363,19 @@
|
|
|
9451
9363
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
9452
9364
|
}
|
|
9453
9365
|
},
|
|
9366
|
+
"node_modules/eslint/node_modules/doctrine": {
|
|
9367
|
+
"version": "3.0.0",
|
|
9368
|
+
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
|
|
9369
|
+
"integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
|
|
9370
|
+
"dev": true,
|
|
9371
|
+
"license": "Apache-2.0",
|
|
9372
|
+
"dependencies": {
|
|
9373
|
+
"esutils": "^2.0.2"
|
|
9374
|
+
},
|
|
9375
|
+
"engines": {
|
|
9376
|
+
"node": ">=6.0.0"
|
|
9377
|
+
}
|
|
9378
|
+
},
|
|
9454
9379
|
"node_modules/eslint/node_modules/find-up": {
|
|
9455
9380
|
"version": "5.0.0",
|
|
9456
9381
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
@@ -9694,9 +9619,9 @@
|
|
|
9694
9619
|
"license": "MIT"
|
|
9695
9620
|
},
|
|
9696
9621
|
"node_modules/fast-glob": {
|
|
9697
|
-
"version": "3.2
|
|
9698
|
-
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.
|
|
9699
|
-
"integrity": "sha512-
|
|
9622
|
+
"version": "3.3.2",
|
|
9623
|
+
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
|
|
9624
|
+
"integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
|
|
9700
9625
|
"license": "MIT",
|
|
9701
9626
|
"dependencies": {
|
|
9702
9627
|
"@nodelib/fs.stat": "^2.0.2",
|
|
@@ -13210,50 +13135,6 @@
|
|
|
13210
13135
|
"url": "https://github.com/sponsors/isaacs"
|
|
13211
13136
|
}
|
|
13212
13137
|
},
|
|
13213
|
-
"node_modules/mem-fs-editor/node_modules/multimatch": {
|
|
13214
|
-
"version": "5.0.0",
|
|
13215
|
-
"resolved": "https://registry.npmjs.org/multimatch/-/multimatch-5.0.0.tgz",
|
|
13216
|
-
"integrity": "sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==",
|
|
13217
|
-
"dev": true,
|
|
13218
|
-
"license": "MIT",
|
|
13219
|
-
"dependencies": {
|
|
13220
|
-
"@types/minimatch": "^3.0.3",
|
|
13221
|
-
"array-differ": "^3.0.0",
|
|
13222
|
-
"array-union": "^2.1.0",
|
|
13223
|
-
"arrify": "^2.0.1",
|
|
13224
|
-
"minimatch": "^3.0.4"
|
|
13225
|
-
},
|
|
13226
|
-
"engines": {
|
|
13227
|
-
"node": ">=10"
|
|
13228
|
-
},
|
|
13229
|
-
"funding": {
|
|
13230
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
13231
|
-
}
|
|
13232
|
-
},
|
|
13233
|
-
"node_modules/mem-fs-editor/node_modules/multimatch/node_modules/brace-expansion": {
|
|
13234
|
-
"version": "1.1.11",
|
|
13235
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
13236
|
-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
13237
|
-
"dev": true,
|
|
13238
|
-
"license": "MIT",
|
|
13239
|
-
"dependencies": {
|
|
13240
|
-
"balanced-match": "^1.0.0",
|
|
13241
|
-
"concat-map": "0.0.1"
|
|
13242
|
-
}
|
|
13243
|
-
},
|
|
13244
|
-
"node_modules/mem-fs-editor/node_modules/multimatch/node_modules/minimatch": {
|
|
13245
|
-
"version": "3.1.2",
|
|
13246
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
13247
|
-
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
13248
|
-
"dev": true,
|
|
13249
|
-
"license": "ISC",
|
|
13250
|
-
"dependencies": {
|
|
13251
|
-
"brace-expansion": "^1.1.7"
|
|
13252
|
-
},
|
|
13253
|
-
"engines": {
|
|
13254
|
-
"node": "*"
|
|
13255
|
-
}
|
|
13256
|
-
},
|
|
13257
13138
|
"node_modules/mem-fs/node_modules/@types/node": {
|
|
13258
13139
|
"version": "15.14.9",
|
|
13259
13140
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-15.14.9.tgz",
|
|
@@ -13821,9 +13702,9 @@
|
|
|
13821
13702
|
"license": "MIT"
|
|
13822
13703
|
},
|
|
13823
13704
|
"node_modules/multimatch": {
|
|
13824
|
-
"version": "
|
|
13825
|
-
"resolved": "https://registry.npmjs.org/multimatch/-/multimatch-
|
|
13826
|
-
"integrity": "sha512-
|
|
13705
|
+
"version": "5.0.0",
|
|
13706
|
+
"resolved": "https://registry.npmjs.org/multimatch/-/multimatch-5.0.0.tgz",
|
|
13707
|
+
"integrity": "sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==",
|
|
13827
13708
|
"dev": true,
|
|
13828
13709
|
"license": "MIT",
|
|
13829
13710
|
"dependencies": {
|
|
@@ -13834,9 +13715,19 @@
|
|
|
13834
13715
|
"minimatch": "^3.0.4"
|
|
13835
13716
|
},
|
|
13836
13717
|
"engines": {
|
|
13837
|
-
"node": ">=
|
|
13718
|
+
"node": ">=10"
|
|
13719
|
+
},
|
|
13720
|
+
"funding": {
|
|
13721
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
13838
13722
|
}
|
|
13839
13723
|
},
|
|
13724
|
+
"node_modules/multimatch/node_modules/@types/minimatch": {
|
|
13725
|
+
"version": "3.0.5",
|
|
13726
|
+
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz",
|
|
13727
|
+
"integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==",
|
|
13728
|
+
"dev": true,
|
|
13729
|
+
"license": "MIT"
|
|
13730
|
+
},
|
|
13840
13731
|
"node_modules/multistream": {
|
|
13841
13732
|
"version": "3.1.0",
|
|
13842
13733
|
"resolved": "https://registry.npmjs.org/multistream/-/multistream-3.1.0.tgz",
|
|
@@ -14114,9 +14005,9 @@
|
|
|
14114
14005
|
}
|
|
14115
14006
|
},
|
|
14116
14007
|
"node_modules/node-releases": {
|
|
14117
|
-
"version": "2.0.
|
|
14118
|
-
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.
|
|
14119
|
-
"integrity": "sha512-
|
|
14008
|
+
"version": "2.0.14",
|
|
14009
|
+
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz",
|
|
14010
|
+
"integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==",
|
|
14120
14011
|
"dev": true,
|
|
14121
14012
|
"license": "MIT"
|
|
14122
14013
|
},
|
|
@@ -15648,41 +15539,28 @@
|
|
|
15648
15539
|
}
|
|
15649
15540
|
},
|
|
15650
15541
|
"node_modules/pretty-quick": {
|
|
15651
|
-
"version": "3.1
|
|
15652
|
-
"resolved": "https://registry.npmjs.org/pretty-quick/-/pretty-quick-3.1.
|
|
15653
|
-
"integrity": "sha512-
|
|
15542
|
+
"version": "3.3.1",
|
|
15543
|
+
"resolved": "https://registry.npmjs.org/pretty-quick/-/pretty-quick-3.3.1.tgz",
|
|
15544
|
+
"integrity": "sha512-3b36UXfYQ+IXXqex6mCca89jC8u0mYLqFAN5eTQKoXO6oCQYcIVYZEB/5AlBHI7JPYygReM2Vv6Vom/Gln7fBg==",
|
|
15654
15545
|
"dev": true,
|
|
15655
15546
|
"license": "MIT",
|
|
15656
15547
|
"dependencies": {
|
|
15657
|
-
"
|
|
15658
|
-
"execa": "^4.0.0",
|
|
15548
|
+
"execa": "^4.1.0",
|
|
15659
15549
|
"find-up": "^4.1.0",
|
|
15660
|
-
"ignore": "^5.
|
|
15661
|
-
"mri": "^1.
|
|
15662
|
-
"
|
|
15550
|
+
"ignore": "^5.3.0",
|
|
15551
|
+
"mri": "^1.2.0",
|
|
15552
|
+
"picocolors": "^1.0.0",
|
|
15553
|
+
"picomatch": "^3.0.1",
|
|
15554
|
+
"tslib": "^2.6.2"
|
|
15663
15555
|
},
|
|
15664
15556
|
"bin": {
|
|
15665
|
-
"pretty-quick": "
|
|
15557
|
+
"pretty-quick": "dist/cli.js"
|
|
15666
15558
|
},
|
|
15667
15559
|
"engines": {
|
|
15668
15560
|
"node": ">=10.13"
|
|
15669
15561
|
},
|
|
15670
15562
|
"peerDependencies": {
|
|
15671
|
-
"prettier": "
|
|
15672
|
-
}
|
|
15673
|
-
},
|
|
15674
|
-
"node_modules/pretty-quick/node_modules/chalk": {
|
|
15675
|
-
"version": "3.0.0",
|
|
15676
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
|
|
15677
|
-
"integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
|
|
15678
|
-
"dev": true,
|
|
15679
|
-
"license": "MIT",
|
|
15680
|
-
"dependencies": {
|
|
15681
|
-
"ansi-styles": "^4.1.0",
|
|
15682
|
-
"supports-color": "^7.1.0"
|
|
15683
|
-
},
|
|
15684
|
-
"engines": {
|
|
15685
|
-
"node": ">=8"
|
|
15563
|
+
"prettier": "^2.0.0"
|
|
15686
15564
|
}
|
|
15687
15565
|
},
|
|
15688
15566
|
"node_modules/pretty-quick/node_modules/execa": {
|
|
@@ -15735,6 +15613,19 @@
|
|
|
15735
15613
|
"node": ">=8.12.0"
|
|
15736
15614
|
}
|
|
15737
15615
|
},
|
|
15616
|
+
"node_modules/pretty-quick/node_modules/picomatch": {
|
|
15617
|
+
"version": "3.0.1",
|
|
15618
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-3.0.1.tgz",
|
|
15619
|
+
"integrity": "sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==",
|
|
15620
|
+
"dev": true,
|
|
15621
|
+
"license": "MIT",
|
|
15622
|
+
"engines": {
|
|
15623
|
+
"node": ">=10"
|
|
15624
|
+
},
|
|
15625
|
+
"funding": {
|
|
15626
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
15627
|
+
}
|
|
15628
|
+
},
|
|
15738
15629
|
"node_modules/proc-log": {
|
|
15739
15630
|
"version": "3.0.0",
|
|
15740
15631
|
"resolved": "https://registry.npmjs.org/proc-log/-/proc-log-3.0.0.tgz",
|
|
@@ -16892,9 +16783,9 @@
|
|
|
16892
16783
|
}
|
|
16893
16784
|
},
|
|
16894
16785
|
"node_modules/shiki": {
|
|
16895
|
-
"version": "0.14.
|
|
16896
|
-
"resolved": "https://registry.npmjs.org/shiki/-/shiki-0.14.
|
|
16897
|
-
"integrity": "sha512-
|
|
16786
|
+
"version": "0.14.7",
|
|
16787
|
+
"resolved": "https://registry.npmjs.org/shiki/-/shiki-0.14.7.tgz",
|
|
16788
|
+
"integrity": "sha512-dNPAPrxSc87ua2sKJ3H5dQ/6ZaY8RNnaAqK+t0eG7p0Soi2ydiqbGOTaZCqaYvA/uZYfS1LJnemt3Q+mSfcPCg==",
|
|
16898
16789
|
"dev": true,
|
|
16899
16790
|
"license": "MIT",
|
|
16900
16791
|
"dependencies": {
|
|
@@ -17163,23 +17054,6 @@
|
|
|
17163
17054
|
"sort-package-json": "cli.js"
|
|
17164
17055
|
}
|
|
17165
17056
|
},
|
|
17166
|
-
"node_modules/sort-package-json/node_modules/fast-glob": {
|
|
17167
|
-
"version": "3.3.2",
|
|
17168
|
-
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
|
|
17169
|
-
"integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
|
|
17170
|
-
"dev": true,
|
|
17171
|
-
"license": "MIT",
|
|
17172
|
-
"dependencies": {
|
|
17173
|
-
"@nodelib/fs.stat": "^2.0.2",
|
|
17174
|
-
"@nodelib/fs.walk": "^1.2.3",
|
|
17175
|
-
"glob-parent": "^5.1.2",
|
|
17176
|
-
"merge2": "^1.3.0",
|
|
17177
|
-
"micromatch": "^4.0.4"
|
|
17178
|
-
},
|
|
17179
|
-
"engines": {
|
|
17180
|
-
"node": ">=8.6.0"
|
|
17181
|
-
}
|
|
17182
|
-
},
|
|
17183
17057
|
"node_modules/sort-package-json/node_modules/globby": {
|
|
17184
17058
|
"version": "13.2.2",
|
|
17185
17059
|
"resolved": "https://registry.npmjs.org/globby/-/globby-13.2.2.tgz",
|
|
@@ -17924,9 +17798,9 @@
|
|
|
17924
17798
|
}
|
|
17925
17799
|
},
|
|
17926
17800
|
"node_modules/tsconfig-paths": {
|
|
17927
|
-
"version": "3.
|
|
17928
|
-
"resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.
|
|
17929
|
-
"integrity": "sha512-
|
|
17801
|
+
"version": "3.15.0",
|
|
17802
|
+
"resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
|
|
17803
|
+
"integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
|
|
17930
17804
|
"dev": true,
|
|
17931
17805
|
"license": "MIT",
|
|
17932
17806
|
"dependencies": {
|
|
@@ -18202,9 +18076,9 @@
|
|
|
18202
18076
|
}
|
|
18203
18077
|
},
|
|
18204
18078
|
"node_modules/update-browserslist-db": {
|
|
18205
|
-
"version": "1.0.
|
|
18206
|
-
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.
|
|
18207
|
-
"integrity": "sha512-
|
|
18079
|
+
"version": "1.0.13",
|
|
18080
|
+
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz",
|
|
18081
|
+
"integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==",
|
|
18208
18082
|
"dev": true,
|
|
18209
18083
|
"funding": [
|
|
18210
18084
|
{
|
|
@@ -18534,9 +18408,9 @@
|
|
|
18534
18408
|
}
|
|
18535
18409
|
},
|
|
18536
18410
|
"node_modules/wireit": {
|
|
18537
|
-
"version": "0.14.
|
|
18538
|
-
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.14.
|
|
18539
|
-
"integrity": "sha512-
|
|
18411
|
+
"version": "0.14.4",
|
|
18412
|
+
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.14.4.tgz",
|
|
18413
|
+
"integrity": "sha512-WNAXEw2cJs1nSRNJNRcPypARZNumgtsRTJFTNpd6turCA6JZ6cEwl4ZU3C1IHc/3IaXoPu9LdxcI5TBTdD6/pg==",
|
|
18540
18414
|
"dev": true,
|
|
18541
18415
|
"license": "Apache-2.0",
|
|
18542
18416
|
"workspaces": [
|