@salesforce/plugin-auth 3.3.19 → 3.3.21

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,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-auth",
3
- "version": "3.3.19",
3
+ "version": "3.3.21",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-auth",
9
- "version": "3.3.19",
9
+ "version": "3.3.21",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@inquirer/checkbox": "^1.5.2",
@@ -14,7 +14,7 @@
14
14
  "@oclif/core": "^3.20.0",
15
15
  "@salesforce/core": "^6.7.0",
16
16
  "@salesforce/kit": "^3.0.15",
17
- "@salesforce/sf-plugins-core": "^7.1.12",
17
+ "@salesforce/sf-plugins-core": "^7.1.14",
18
18
  "@salesforce/ts-types": "^2.0.9",
19
19
  "chalk": "^5.3.0",
20
20
  "open": "^9.1.0"
@@ -22,7 +22,7 @@
22
22
  "devDependencies": {
23
23
  "@oclif/plugin-command-snapshot": "^5.0.9",
24
24
  "@salesforce/cli-plugins-testkit": "^5.1.9",
25
- "@salesforce/dev-scripts": "^8.4.1",
25
+ "@salesforce/dev-scripts": "^8.4.2",
26
26
  "@salesforce/plugin-command-reference": "^3.0.69",
27
27
  "@salesforce/ts-sinon": "^1.4.19",
28
28
  "eslint-plugin-sf-plugin": "^1.17.3",
@@ -2948,9 +2948,9 @@
2948
2948
  }
2949
2949
  },
2950
2950
  "node_modules/@eslint/eslintrc": {
2951
- "version": "2.1.3",
2952
- "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.3.tgz",
2953
- "integrity": "sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==",
2951
+ "version": "2.1.4",
2952
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
2953
+ "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
2954
2954
  "dev": true,
2955
2955
  "license": "MIT",
2956
2956
  "dependencies": {
@@ -2972,9 +2972,9 @@
2972
2972
  }
2973
2973
  },
2974
2974
  "node_modules/@eslint/js": {
2975
- "version": "8.53.0",
2976
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.53.0.tgz",
2977
- "integrity": "sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==",
2975
+ "version": "8.57.0",
2976
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz",
2977
+ "integrity": "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==",
2978
2978
  "dev": true,
2979
2979
  "license": "MIT",
2980
2980
  "engines": {
@@ -2989,14 +2989,14 @@
2989
2989
  "license": "MIT"
2990
2990
  },
2991
2991
  "node_modules/@humanwhocodes/config-array": {
2992
- "version": "0.11.13",
2993
- "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.13.tgz",
2994
- "integrity": "sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==",
2992
+ "version": "0.11.14",
2993
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz",
2994
+ "integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==",
2995
2995
  "dev": true,
2996
2996
  "license": "Apache-2.0",
2997
2997
  "dependencies": {
2998
- "@humanwhocodes/object-schema": "^2.0.1",
2999
- "debug": "^4.1.1",
2998
+ "@humanwhocodes/object-schema": "^2.0.2",
2999
+ "debug": "^4.3.1",
3000
3000
  "minimatch": "^3.0.5"
3001
3001
  },
3002
3002
  "engines": {
@@ -3018,9 +3018,9 @@
3018
3018
  }
3019
3019
  },
3020
3020
  "node_modules/@humanwhocodes/object-schema": {
3021
- "version": "2.0.1",
3022
- "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz",
3023
- "integrity": "sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==",
3021
+ "version": "2.0.2",
3022
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz",
3023
+ "integrity": "sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==",
3024
3024
  "dev": true,
3025
3025
  "license": "BSD-3-Clause"
3026
3026
  },
@@ -4135,9 +4135,9 @@
4135
4135
  "license": "BSD-3-Clause"
4136
4136
  },
4137
4137
  "node_modules/@salesforce/dev-scripts": {
4138
- "version": "8.4.1",
4139
- "resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-8.4.1.tgz",
4140
- "integrity": "sha512-qycbhwoRB+dFcw5BHZbW0AqvonQWTkq3QOWb1V7irbf7WFaE1/+Bs+YPfuc5+O7mhx++LER0EkcoeewbHjm0Gg==",
4138
+ "version": "8.4.2",
4139
+ "resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-8.4.2.tgz",
4140
+ "integrity": "sha512-Hua2fwrN1nb/rv8seE6thy43WeqS52UbXJ3Mp1scumM9ln3cksMJ0ZPtuRjtLaxziqkUjO7HV10UEzu35AX2ZA==",
4141
4141
  "dev": true,
4142
4142
  "license": "BSD-3-Clause",
4143
4143
  "dependencies": {
@@ -4152,21 +4152,21 @@
4152
4152
  "chai": "^4.3.10",
4153
4153
  "chalk": "^4.0.0",
4154
4154
  "cosmiconfig": "^7.0.0",
4155
- "eslint-config-salesforce-typescript": "^3.0.5",
4155
+ "eslint-config-salesforce-typescript": "^3.2.11",
4156
4156
  "husky": "^7.0.4",
4157
4157
  "linkinator": "^6.0.4",
4158
4158
  "mocha": "^10.2.0",
4159
4159
  "nyc": "^15.1.0",
4160
4160
  "prettier": "^2.8.8",
4161
- "pretty-quick": "^3.1.3",
4161
+ "pretty-quick": "^3.3.1",
4162
4162
  "shelljs": "^0.8.5",
4163
4163
  "sinon": "10.0.0",
4164
4164
  "source-map-support": "^0.5.21",
4165
4165
  "ts-node": "^10.9.2",
4166
- "typedoc": "^0.25.3",
4166
+ "typedoc": "^0.25.9",
4167
4167
  "typedoc-plugin-missing-exports": "0.23.0",
4168
4168
  "typescript": "^4.9.5",
4169
- "wireit": "^0.14.1"
4169
+ "wireit": "^0.14.4"
4170
4170
  },
4171
4171
  "bin": {
4172
4172
  "sf-clean": "bin/sf-clean.js",
@@ -4249,16 +4249,16 @@
4249
4249
  }
4250
4250
  },
4251
4251
  "node_modules/@salesforce/dev-scripts/node_modules/typedoc": {
4252
- "version": "0.25.3",
4253
- "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.3.tgz",
4254
- "integrity": "sha512-Ow8Bo7uY1Lwy7GTmphRIMEo6IOZ+yYUyrc8n5KXIZg1svpqhZSWgni2ZrDhe+wLosFS8yswowUzljTAV/3jmWw==",
4252
+ "version": "0.25.10",
4253
+ "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.10.tgz",
4254
+ "integrity": "sha512-v10rtOFojrjW9og3T+6wAKeJaGMuojU87DXGZ33sfs+554wgPTRG+s07Ag1BjPZI85Y5QPVouPI63JQ6fcQM5w==",
4255
4255
  "dev": true,
4256
4256
  "license": "Apache-2.0",
4257
4257
  "dependencies": {
4258
4258
  "lunr": "^2.3.9",
4259
4259
  "marked": "^4.3.0",
4260
4260
  "minimatch": "^9.0.3",
4261
- "shiki": "^0.14.1"
4261
+ "shiki": "^0.14.7"
4262
4262
  },
4263
4263
  "bin": {
4264
4264
  "typedoc": "bin/typedoc"
@@ -4267,7 +4267,7 @@
4267
4267
  "node": ">= 16"
4268
4268
  },
4269
4269
  "peerDependencies": {
4270
- "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x"
4270
+ "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"
4271
4271
  }
4272
4272
  },
4273
4273
  "node_modules/@salesforce/dev-scripts/node_modules/typescript": {
@@ -4364,15 +4364,15 @@
4364
4364
  "license": "ISC"
4365
4365
  },
4366
4366
  "node_modules/@salesforce/sf-plugins-core": {
4367
- "version": "7.1.12",
4368
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.12.tgz",
4369
- "integrity": "sha512-uuMS9GqN0eb7E38GlEHs8Ri7CusO4htSqXGm2LQKOCd1794WYcpEIT2NiHF7J1p98sK87V6fRmgkdlAUR8PqHg==",
4367
+ "version": "7.1.14",
4368
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.14.tgz",
4369
+ "integrity": "sha512-KDX9vYDeVOkozRrsjVh4Pvzay++7bWWKmaHtGOwkZrBHb3mVEdCp0ryF0WaDTfaEvgNKn7kiZEDSO7oEhJSzug==",
4370
4370
  "license": "BSD-3-Clause",
4371
4371
  "dependencies": {
4372
4372
  "@inquirer/confirm": "^2.0.17",
4373
4373
  "@inquirer/password": "^1.1.16",
4374
4374
  "@oclif/core": "^3.19.6",
4375
- "@salesforce/core": "^6.5.4",
4375
+ "@salesforce/core": "^6.6.0",
4376
4376
  "@salesforce/kit": "^3.0.15",
4377
4377
  "@salesforce/ts-types": "^2.0.9",
4378
4378
  "chalk": "^5.3.0"
@@ -5351,13 +5351,6 @@
5351
5351
  "@types/node": "*"
5352
5352
  }
5353
5353
  },
5354
- "node_modules/@types/glob/node_modules/@types/minimatch": {
5355
- "version": "5.1.2",
5356
- "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz",
5357
- "integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==",
5358
- "dev": true,
5359
- "license": "MIT"
5360
- },
5361
5354
  "node_modules/@types/http-cache-semantics": {
5362
5355
  "version": "4.0.1",
5363
5356
  "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz",
@@ -5418,9 +5411,9 @@
5418
5411
  }
5419
5412
  },
5420
5413
  "node_modules/@types/minimatch": {
5421
- "version": "3.0.5",
5422
- "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz",
5423
- "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==",
5414
+ "version": "5.1.2",
5415
+ "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz",
5416
+ "integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==",
5424
5417
  "dev": true,
5425
5418
  "license": "MIT"
5426
5419
  },
@@ -5542,17 +5535,17 @@
5542
5535
  "license": "MIT"
5543
5536
  },
5544
5537
  "node_modules/@typescript-eslint/eslint-plugin": {
5545
- "version": "6.11.0",
5546
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.11.0.tgz",
5547
- "integrity": "sha512-uXnpZDc4VRjY4iuypDBKzW1rz9T5YBBK0snMn8MaTSNd2kMlj50LnLBABELjJiOL5YHk7ZD8hbSpI9ubzqYI0w==",
5538
+ "version": "6.21.0",
5539
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz",
5540
+ "integrity": "sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==",
5548
5541
  "dev": true,
5549
5542
  "license": "MIT",
5550
5543
  "dependencies": {
5551
5544
  "@eslint-community/regexpp": "^4.5.1",
5552
- "@typescript-eslint/scope-manager": "6.11.0",
5553
- "@typescript-eslint/type-utils": "6.11.0",
5554
- "@typescript-eslint/utils": "6.11.0",
5555
- "@typescript-eslint/visitor-keys": "6.11.0",
5545
+ "@typescript-eslint/scope-manager": "6.21.0",
5546
+ "@typescript-eslint/type-utils": "6.21.0",
5547
+ "@typescript-eslint/utils": "6.21.0",
5548
+ "@typescript-eslint/visitor-keys": "6.21.0",
5556
5549
  "debug": "^4.3.4",
5557
5550
  "graphemer": "^1.4.0",
5558
5551
  "ignore": "^5.2.4",
@@ -5578,16 +5571,16 @@
5578
5571
  }
5579
5572
  },
5580
5573
  "node_modules/@typescript-eslint/parser": {
5581
- "version": "6.11.0",
5582
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.11.0.tgz",
5583
- "integrity": "sha512-+whEdjk+d5do5nxfxx73oanLL9ghKO3EwM9kBCkUtWMRwWuPaFv9ScuqlYfQ6pAD6ZiJhky7TZ2ZYhrMsfMxVQ==",
5574
+ "version": "6.21.0",
5575
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.21.0.tgz",
5576
+ "integrity": "sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==",
5584
5577
  "dev": true,
5585
5578
  "license": "BSD-2-Clause",
5586
5579
  "dependencies": {
5587
- "@typescript-eslint/scope-manager": "6.11.0",
5588
- "@typescript-eslint/types": "6.11.0",
5589
- "@typescript-eslint/typescript-estree": "6.11.0",
5590
- "@typescript-eslint/visitor-keys": "6.11.0",
5580
+ "@typescript-eslint/scope-manager": "6.21.0",
5581
+ "@typescript-eslint/types": "6.21.0",
5582
+ "@typescript-eslint/typescript-estree": "6.21.0",
5583
+ "@typescript-eslint/visitor-keys": "6.21.0",
5591
5584
  "debug": "^4.3.4"
5592
5585
  },
5593
5586
  "engines": {
@@ -5607,14 +5600,14 @@
5607
5600
  }
5608
5601
  },
5609
5602
  "node_modules/@typescript-eslint/scope-manager": {
5610
- "version": "6.11.0",
5611
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.11.0.tgz",
5612
- "integrity": "sha512-0A8KoVvIURG4uhxAdjSaxy8RdRE//HztaZdG8KiHLP8WOXSk0vlF7Pvogv+vlJA5Rnjj/wDcFENvDaHb+gKd1A==",
5603
+ "version": "6.21.0",
5604
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz",
5605
+ "integrity": "sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==",
5613
5606
  "dev": true,
5614
5607
  "license": "MIT",
5615
5608
  "dependencies": {
5616
- "@typescript-eslint/types": "6.11.0",
5617
- "@typescript-eslint/visitor-keys": "6.11.0"
5609
+ "@typescript-eslint/types": "6.21.0",
5610
+ "@typescript-eslint/visitor-keys": "6.21.0"
5618
5611
  },
5619
5612
  "engines": {
5620
5613
  "node": "^16.0.0 || >=18.0.0"
@@ -5625,14 +5618,14 @@
5625
5618
  }
5626
5619
  },
5627
5620
  "node_modules/@typescript-eslint/type-utils": {
5628
- "version": "6.11.0",
5629
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.11.0.tgz",
5630
- "integrity": "sha512-nA4IOXwZtqBjIoYrJcYxLRO+F9ri+leVGoJcMW1uqr4r1Hq7vW5cyWrA43lFbpRvQ9XgNrnfLpIkO3i1emDBIA==",
5621
+ "version": "6.21.0",
5622
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz",
5623
+ "integrity": "sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==",
5631
5624
  "dev": true,
5632
5625
  "license": "MIT",
5633
5626
  "dependencies": {
5634
- "@typescript-eslint/typescript-estree": "6.11.0",
5635
- "@typescript-eslint/utils": "6.11.0",
5627
+ "@typescript-eslint/typescript-estree": "6.21.0",
5628
+ "@typescript-eslint/utils": "6.21.0",
5636
5629
  "debug": "^4.3.4",
5637
5630
  "ts-api-utils": "^1.0.1"
5638
5631
  },
@@ -5653,9 +5646,9 @@
5653
5646
  }
5654
5647
  },
5655
5648
  "node_modules/@typescript-eslint/types": {
5656
- "version": "6.11.0",
5657
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.11.0.tgz",
5658
- "integrity": "sha512-ZbEzuD4DwEJxwPqhv3QULlRj8KYTAnNsXxmfuUXFCxZmO6CF2gM/y+ugBSAQhrqaJL3M+oe4owdWunaHM6beqA==",
5649
+ "version": "6.21.0",
5650
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz",
5651
+ "integrity": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==",
5659
5652
  "dev": true,
5660
5653
  "license": "MIT",
5661
5654
  "engines": {
@@ -5667,17 +5660,18 @@
5667
5660
  }
5668
5661
  },
5669
5662
  "node_modules/@typescript-eslint/typescript-estree": {
5670
- "version": "6.11.0",
5671
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.11.0.tgz",
5672
- "integrity": "sha512-Aezzv1o2tWJwvZhedzvD5Yv7+Lpu1by/U1LZ5gLc4tCx8jUmuSCMioPFRjliN/6SJIvY6HpTtJIWubKuYYYesQ==",
5663
+ "version": "6.21.0",
5664
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz",
5665
+ "integrity": "sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==",
5673
5666
  "dev": true,
5674
5667
  "license": "BSD-2-Clause",
5675
5668
  "dependencies": {
5676
- "@typescript-eslint/types": "6.11.0",
5677
- "@typescript-eslint/visitor-keys": "6.11.0",
5669
+ "@typescript-eslint/types": "6.21.0",
5670
+ "@typescript-eslint/visitor-keys": "6.21.0",
5678
5671
  "debug": "^4.3.4",
5679
5672
  "globby": "^11.1.0",
5680
5673
  "is-glob": "^4.0.3",
5674
+ "minimatch": "9.0.3",
5681
5675
  "semver": "^7.5.4",
5682
5676
  "ts-api-utils": "^1.0.1"
5683
5677
  },
@@ -5694,19 +5688,35 @@
5694
5688
  }
5695
5689
  }
5696
5690
  },
5691
+ "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
5692
+ "version": "9.0.3",
5693
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
5694
+ "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
5695
+ "dev": true,
5696
+ "license": "ISC",
5697
+ "dependencies": {
5698
+ "brace-expansion": "^2.0.1"
5699
+ },
5700
+ "engines": {
5701
+ "node": ">=16 || 14 >=14.17"
5702
+ },
5703
+ "funding": {
5704
+ "url": "https://github.com/sponsors/isaacs"
5705
+ }
5706
+ },
5697
5707
  "node_modules/@typescript-eslint/utils": {
5698
- "version": "6.11.0",
5699
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.11.0.tgz",
5700
- "integrity": "sha512-p23ibf68fxoZy605dc0dQAEoUsoiNoP3MD9WQGiHLDuTSOuqoTsa4oAy+h3KDkTcxbbfOtUjb9h3Ta0gT4ug2g==",
5708
+ "version": "6.21.0",
5709
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.21.0.tgz",
5710
+ "integrity": "sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==",
5701
5711
  "dev": true,
5702
5712
  "license": "MIT",
5703
5713
  "dependencies": {
5704
5714
  "@eslint-community/eslint-utils": "^4.4.0",
5705
5715
  "@types/json-schema": "^7.0.12",
5706
5716
  "@types/semver": "^7.5.0",
5707
- "@typescript-eslint/scope-manager": "6.11.0",
5708
- "@typescript-eslint/types": "6.11.0",
5709
- "@typescript-eslint/typescript-estree": "6.11.0",
5717
+ "@typescript-eslint/scope-manager": "6.21.0",
5718
+ "@typescript-eslint/types": "6.21.0",
5719
+ "@typescript-eslint/typescript-estree": "6.21.0",
5710
5720
  "semver": "^7.5.4"
5711
5721
  },
5712
5722
  "engines": {
@@ -5721,13 +5731,13 @@
5721
5731
  }
5722
5732
  },
5723
5733
  "node_modules/@typescript-eslint/visitor-keys": {
5724
- "version": "6.11.0",
5725
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.11.0.tgz",
5726
- "integrity": "sha512-+SUN/W7WjBr05uRxPggJPSzyB8zUpaYo2hByKasWbqr3PM8AXfZt8UHdNpBS1v9SA62qnSSMF3380SwDqqprgQ==",
5734
+ "version": "6.21.0",
5735
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz",
5736
+ "integrity": "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==",
5727
5737
  "dev": true,
5728
5738
  "license": "MIT",
5729
5739
  "dependencies": {
5730
- "@typescript-eslint/types": "6.11.0",
5740
+ "@typescript-eslint/types": "6.21.0",
5731
5741
  "eslint-visitor-keys": "^3.4.1"
5732
5742
  },
5733
5743
  "engines": {
@@ -6430,9 +6440,9 @@
6430
6440
  "license": "ISC"
6431
6441
  },
6432
6442
  "node_modules/browserslist": {
6433
- "version": "4.21.5",
6434
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.5.tgz",
6435
- "integrity": "sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==",
6443
+ "version": "4.23.0",
6444
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz",
6445
+ "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==",
6436
6446
  "dev": true,
6437
6447
  "funding": [
6438
6448
  {
@@ -6442,14 +6452,18 @@
6442
6452
  {
6443
6453
  "type": "tidelift",
6444
6454
  "url": "https://tidelift.com/funding/github/npm/browserslist"
6455
+ },
6456
+ {
6457
+ "type": "github",
6458
+ "url": "https://github.com/sponsors/ai"
6445
6459
  }
6446
6460
  ],
6447
6461
  "license": "MIT",
6448
6462
  "dependencies": {
6449
- "caniuse-lite": "^1.0.30001449",
6450
- "electron-to-chromium": "^1.4.284",
6451
- "node-releases": "^2.0.8",
6452
- "update-browserslist-db": "^1.0.10"
6463
+ "caniuse-lite": "^1.0.30001587",
6464
+ "electron-to-chromium": "^1.4.668",
6465
+ "node-releases": "^2.0.14",
6466
+ "update-browserslist-db": "^1.0.13"
6453
6467
  },
6454
6468
  "bin": {
6455
6469
  "browserslist": "cli.js"
@@ -6699,9 +6713,9 @@
6699
6713
  }
6700
6714
  },
6701
6715
  "node_modules/caniuse-lite": {
6702
- "version": "1.0.30001457",
6703
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001457.tgz",
6704
- "integrity": "sha512-SDIV6bgE1aVbK6XyxdURbUE89zY7+k1BBBaOwYwkNCglXlel/E7mELiHC64HQ+W0xSKlqWhV9Wh7iHxUjMs4fA==",
6716
+ "version": "1.0.30001593",
6717
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001593.tgz",
6718
+ "integrity": "sha512-UWM1zlo3cZfkpBysd7AS+z+v007q9G1+fLTUU42rQnY6t2axoogPW/xol6T7juU5EUoOhML4WgBIdG+9yYqAjQ==",
6705
6719
  "dev": true,
6706
6720
  "funding": [
6707
6721
  {
@@ -6711,6 +6725,10 @@
6711
6725
  {
6712
6726
  "type": "tidelift",
6713
6727
  "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
6728
+ },
6729
+ {
6730
+ "type": "github",
6731
+ "url": "https://github.com/sponsors/ai"
6714
6732
  }
6715
6733
  ],
6716
6734
  "license": "CC-BY-4.0"
@@ -6848,9 +6866,9 @@
6848
6866
  }
6849
6867
  },
6850
6868
  "node_modules/ci-info": {
6851
- "version": "3.9.0",
6852
- "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
6853
- "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
6869
+ "version": "4.0.0",
6870
+ "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.0.0.tgz",
6871
+ "integrity": "sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==",
6854
6872
  "dev": true,
6855
6873
  "funding": [
6856
6874
  {
@@ -7302,6 +7320,20 @@
7302
7320
  "url": "https://opencollective.com/core-js"
7303
7321
  }
7304
7322
  },
7323
+ "node_modules/core-js-compat": {
7324
+ "version": "3.36.0",
7325
+ "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.36.0.tgz",
7326
+ "integrity": "sha512-iV9Pd/PsgjNWBXeq8XRtWVSgz2tKAfhfvBs7qxYty+RlRd+OCksaWmOnc4JKrTc1cToXL1N0s3l/vwlxPtdElw==",
7327
+ "dev": true,
7328
+ "license": "MIT",
7329
+ "dependencies": {
7330
+ "browserslist": "^4.22.3"
7331
+ },
7332
+ "funding": {
7333
+ "type": "opencollective",
7334
+ "url": "https://opencollective.com/core-js"
7335
+ }
7336
+ },
7305
7337
  "node_modules/core-js-pure": {
7306
7338
  "version": "3.28.0",
7307
7339
  "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.28.0.tgz",
@@ -7844,16 +7876,16 @@
7844
7876
  }
7845
7877
  },
7846
7878
  "node_modules/doctrine": {
7847
- "version": "3.0.0",
7848
- "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
7849
- "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
7879
+ "version": "2.1.0",
7880
+ "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
7881
+ "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
7850
7882
  "dev": true,
7851
7883
  "license": "Apache-2.0",
7852
7884
  "dependencies": {
7853
7885
  "esutils": "^2.0.2"
7854
7886
  },
7855
7887
  "engines": {
7856
- "node": ">=6.0.0"
7888
+ "node": ">=0.10.0"
7857
7889
  }
7858
7890
  },
7859
7891
  "node_modules/dom-serializer": {
@@ -7970,9 +8002,9 @@
7970
8002
  }
7971
8003
  },
7972
8004
  "node_modules/electron-to-chromium": {
7973
- "version": "1.4.305",
7974
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.305.tgz",
7975
- "integrity": "sha512-WETy6tG0CT5gm1O+xCbyapWNsCcmIvrn4NHViIGYo2AT8FV2qUCXdaB+WqYxSv/vS5mFqhBYnfZAAkVArjBmUg==",
8005
+ "version": "1.4.690",
8006
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.690.tgz",
8007
+ "integrity": "sha512-+2OAGjUx68xElQhydpcbqH50hE8Vs2K6TkAeLhICYfndb67CVH0UsZaijmRUE3rHlIxU1u0jxwhgVe6fK3YANA==",
7976
8008
  "dev": true,
7977
8009
  "license": "ISC"
7978
8010
  },
@@ -8194,17 +8226,17 @@
8194
8226
  }
8195
8227
  },
8196
8228
  "node_modules/eslint": {
8197
- "version": "8.53.0",
8198
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.53.0.tgz",
8199
- "integrity": "sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==",
8229
+ "version": "8.57.0",
8230
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz",
8231
+ "integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==",
8200
8232
  "dev": true,
8201
8233
  "license": "MIT",
8202
8234
  "dependencies": {
8203
8235
  "@eslint-community/eslint-utils": "^4.2.0",
8204
8236
  "@eslint-community/regexpp": "^4.6.1",
8205
- "@eslint/eslintrc": "^2.1.3",
8206
- "@eslint/js": "8.53.0",
8207
- "@humanwhocodes/config-array": "^0.11.13",
8237
+ "@eslint/eslintrc": "^2.1.4",
8238
+ "@eslint/js": "8.57.0",
8239
+ "@humanwhocodes/config-array": "^0.11.14",
8208
8240
  "@humanwhocodes/module-importer": "^1.0.1",
8209
8241
  "@nodelib/fs.walk": "^1.2.8",
8210
8242
  "@ungap/structured-clone": "^1.2.0",
@@ -8250,9 +8282,9 @@
8250
8282
  }
8251
8283
  },
8252
8284
  "node_modules/eslint-config-prettier": {
8253
- "version": "9.0.0",
8254
- "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz",
8255
- "integrity": "sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==",
8285
+ "version": "9.1.0",
8286
+ "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz",
8287
+ "integrity": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==",
8256
8288
  "dev": true,
8257
8289
  "license": "MIT",
8258
8290
  "bin": {
@@ -8277,22 +8309,22 @@
8277
8309
  "license": "BSD-3-Clause"
8278
8310
  },
8279
8311
  "node_modules/eslint-config-salesforce-typescript": {
8280
- "version": "3.0.5",
8281
- "resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.0.5.tgz",
8282
- "integrity": "sha512-p+Do1i8Al1HANKubYV9WnJl9P/ChP/gvM+1tjtYiGqVjaO2Gf6V1ejM51r//uw4OoiFEldqKJK/gyMzSvRHkaw==",
8312
+ "version": "3.2.11",
8313
+ "resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.2.11.tgz",
8314
+ "integrity": "sha512-joZX/tMJXn9U48KAEUEeoIlhFLwr8vSA+mazZLzyZ6vO6bA0LUz1t6gJLH+wjKkrhayNUGOG5aBI2ODmhFnk7w==",
8283
8315
  "dev": true,
8284
8316
  "license": "BSD-3-Clause",
8285
8317
  "dependencies": {
8286
- "@typescript-eslint/eslint-plugin": "^6.10.0",
8287
- "@typescript-eslint/parser": "^6.10.0",
8288
- "eslint": "^8.53.0",
8289
- "eslint-config-prettier": "^9.0.0",
8318
+ "@typescript-eslint/eslint-plugin": "^6.21.0",
8319
+ "@typescript-eslint/parser": "^6.21.0",
8320
+ "eslint": "^8.56.0",
8321
+ "eslint-config-prettier": "^9.1.0",
8290
8322
  "eslint-config-salesforce": "^2.0.2",
8291
8323
  "eslint-config-salesforce-license": "^0.2.0",
8292
8324
  "eslint-plugin-header": "^3.1.1",
8293
- "eslint-plugin-import": "^2.29.0",
8294
- "eslint-plugin-jsdoc": "^46.9.0",
8295
- "eslint-plugin-unicorn": "^49.0.0"
8325
+ "eslint-plugin-import": "^2.29.1",
8326
+ "eslint-plugin-jsdoc": "^46.10.1",
8327
+ "eslint-plugin-unicorn": "^50.0.1"
8296
8328
  }
8297
8329
  },
8298
8330
  "node_modules/eslint-import-resolver-node": {
@@ -8356,9 +8388,9 @@
8356
8388
  }
8357
8389
  },
8358
8390
  "node_modules/eslint-plugin-import": {
8359
- "version": "2.29.0",
8360
- "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.0.tgz",
8361
- "integrity": "sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==",
8391
+ "version": "2.29.1",
8392
+ "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz",
8393
+ "integrity": "sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==",
8362
8394
  "dev": true,
8363
8395
  "license": "MIT",
8364
8396
  "dependencies": {
@@ -8378,7 +8410,7 @@
8378
8410
  "object.groupby": "^1.0.1",
8379
8411
  "object.values": "^1.1.7",
8380
8412
  "semver": "^6.3.1",
8381
- "tsconfig-paths": "^3.14.2"
8413
+ "tsconfig-paths": "^3.15.0"
8382
8414
  },
8383
8415
  "engines": {
8384
8416
  "node": ">=4"
@@ -8397,19 +8429,6 @@
8397
8429
  "ms": "^2.1.1"
8398
8430
  }
8399
8431
  },
8400
- "node_modules/eslint-plugin-import/node_modules/doctrine": {
8401
- "version": "2.1.0",
8402
- "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
8403
- "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
8404
- "dev": true,
8405
- "license": "Apache-2.0",
8406
- "dependencies": {
8407
- "esutils": "^2.0.2"
8408
- },
8409
- "engines": {
8410
- "node": ">=0.10.0"
8411
- }
8412
- },
8413
8432
  "node_modules/eslint-plugin-import/node_modules/semver": {
8414
8433
  "version": "6.3.1",
8415
8434
  "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
@@ -8421,9 +8440,9 @@
8421
8440
  }
8422
8441
  },
8423
8442
  "node_modules/eslint-plugin-jsdoc": {
8424
- "version": "46.9.0",
8425
- "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.9.0.tgz",
8426
- "integrity": "sha512-UQuEtbqLNkPf5Nr/6PPRCtr9xypXY+g8y/Q7gPa0YK7eDhh0y2lWprXRnaYbW7ACgIUvpDKy9X2bZqxtGzBG9Q==",
8443
+ "version": "46.10.1",
8444
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.10.1.tgz",
8445
+ "integrity": "sha512-x8wxIpv00Y50NyweDUpa+58ffgSAI5sqe+zcZh33xphD0AVh+1kqr1ombaTRb7Fhpove1zfUuujlX9DWWBP5ag==",
8427
8446
  "dev": true,
8428
8447
  "license": "BSD-3-Clause",
8429
8448
  "dependencies": {
@@ -8435,13 +8454,24 @@
8435
8454
  "esquery": "^1.5.0",
8436
8455
  "is-builtin-module": "^3.2.1",
8437
8456
  "semver": "^7.5.4",
8438
- "spdx-expression-parse": "^3.0.1"
8457
+ "spdx-expression-parse": "^4.0.0"
8439
8458
  },
8440
8459
  "engines": {
8441
8460
  "node": ">=16"
8442
8461
  },
8443
8462
  "peerDependencies": {
8444
- "eslint": "^7.0.0 || ^8.0.0"
8463
+ "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
8464
+ }
8465
+ },
8466
+ "node_modules/eslint-plugin-jsdoc/node_modules/spdx-expression-parse": {
8467
+ "version": "4.0.0",
8468
+ "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-4.0.0.tgz",
8469
+ "integrity": "sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==",
8470
+ "dev": true,
8471
+ "license": "MIT",
8472
+ "dependencies": {
8473
+ "spdx-exceptions": "^2.1.0",
8474
+ "spdx-license-ids": "^3.0.0"
8445
8475
  }
8446
8476
  },
8447
8477
  "node_modules/eslint-plugin-sf-plugin": {
@@ -8458,138 +8488,19 @@
8458
8488
  "node": ">=16.0.0"
8459
8489
  }
8460
8490
  },
8461
- "node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/scope-manager": {
8462
- "version": "6.18.1",
8463
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.18.1.tgz",
8464
- "integrity": "sha512-BgdBwXPFmZzaZUuw6wKiHKIovms97a7eTImjkXCZE04TGHysG+0hDQPmygyvgtkoB/aOQwSM/nWv3LzrOIQOBw==",
8465
- "dev": true,
8466
- "license": "MIT",
8467
- "dependencies": {
8468
- "@typescript-eslint/types": "6.18.1",
8469
- "@typescript-eslint/visitor-keys": "6.18.1"
8470
- },
8471
- "engines": {
8472
- "node": "^16.0.0 || >=18.0.0"
8473
- },
8474
- "funding": {
8475
- "type": "opencollective",
8476
- "url": "https://opencollective.com/typescript-eslint"
8477
- }
8478
- },
8479
- "node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/types": {
8480
- "version": "6.18.1",
8481
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.18.1.tgz",
8482
- "integrity": "sha512-4TuMAe+tc5oA7wwfqMtB0Y5OrREPF1GeJBAjqwgZh1lEMH5PJQgWgHGfYufVB51LtjD+peZylmeyxUXPfENLCw==",
8483
- "dev": true,
8484
- "license": "MIT",
8485
- "engines": {
8486
- "node": "^16.0.0 || >=18.0.0"
8487
- },
8488
- "funding": {
8489
- "type": "opencollective",
8490
- "url": "https://opencollective.com/typescript-eslint"
8491
- }
8492
- },
8493
- "node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/typescript-estree": {
8494
- "version": "6.18.1",
8495
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.18.1.tgz",
8496
- "integrity": "sha512-fv9B94UAhywPRhUeeV/v+3SBDvcPiLxRZJw/xZeeGgRLQZ6rLMG+8krrJUyIf6s1ecWTzlsbp0rlw7n9sjufHA==",
8497
- "dev": true,
8498
- "license": "BSD-2-Clause",
8499
- "dependencies": {
8500
- "@typescript-eslint/types": "6.18.1",
8501
- "@typescript-eslint/visitor-keys": "6.18.1",
8502
- "debug": "^4.3.4",
8503
- "globby": "^11.1.0",
8504
- "is-glob": "^4.0.3",
8505
- "minimatch": "9.0.3",
8506
- "semver": "^7.5.4",
8507
- "ts-api-utils": "^1.0.1"
8508
- },
8509
- "engines": {
8510
- "node": "^16.0.0 || >=18.0.0"
8511
- },
8512
- "funding": {
8513
- "type": "opencollective",
8514
- "url": "https://opencollective.com/typescript-eslint"
8515
- },
8516
- "peerDependenciesMeta": {
8517
- "typescript": {
8518
- "optional": true
8519
- }
8520
- }
8521
- },
8522
- "node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/utils": {
8523
- "version": "6.18.1",
8524
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.18.1.tgz",
8525
- "integrity": "sha512-zZmTuVZvD1wpoceHvoQpOiewmWu3uP9FuTWo8vqpy2ffsmfCE8mklRPi+vmnIYAIk9t/4kOThri2QCDgor+OpQ==",
8526
- "dev": true,
8527
- "license": "MIT",
8528
- "dependencies": {
8529
- "@eslint-community/eslint-utils": "^4.4.0",
8530
- "@types/json-schema": "^7.0.12",
8531
- "@types/semver": "^7.5.0",
8532
- "@typescript-eslint/scope-manager": "6.18.1",
8533
- "@typescript-eslint/types": "6.18.1",
8534
- "@typescript-eslint/typescript-estree": "6.18.1",
8535
- "semver": "^7.5.4"
8536
- },
8537
- "engines": {
8538
- "node": "^16.0.0 || >=18.0.0"
8539
- },
8540
- "funding": {
8541
- "type": "opencollective",
8542
- "url": "https://opencollective.com/typescript-eslint"
8543
- },
8544
- "peerDependencies": {
8545
- "eslint": "^7.0.0 || ^8.0.0"
8546
- }
8547
- },
8548
- "node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/visitor-keys": {
8549
- "version": "6.18.1",
8550
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.18.1.tgz",
8551
- "integrity": "sha512-/kvt0C5lRqGoCfsbmm7/CwMqoSkY3zzHLIjdhHZQW3VFrnz7ATecOHR7nb7V+xn4286MBxfnQfQhAmCI0u+bJA==",
8552
- "dev": true,
8553
- "license": "MIT",
8554
- "dependencies": {
8555
- "@typescript-eslint/types": "6.18.1",
8556
- "eslint-visitor-keys": "^3.4.1"
8557
- },
8558
- "engines": {
8559
- "node": "^16.0.0 || >=18.0.0"
8560
- },
8561
- "funding": {
8562
- "type": "opencollective",
8563
- "url": "https://opencollective.com/typescript-eslint"
8564
- }
8565
- },
8566
- "node_modules/eslint-plugin-sf-plugin/node_modules/minimatch": {
8567
- "version": "9.0.3",
8568
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
8569
- "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
8570
- "dev": true,
8571
- "license": "ISC",
8572
- "dependencies": {
8573
- "brace-expansion": "^2.0.1"
8574
- },
8575
- "engines": {
8576
- "node": ">=16 || 14 >=14.17"
8577
- },
8578
- "funding": {
8579
- "url": "https://github.com/sponsors/isaacs"
8580
- }
8581
- },
8582
8491
  "node_modules/eslint-plugin-unicorn": {
8583
- "version": "49.0.0",
8584
- "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-49.0.0.tgz",
8585
- "integrity": "sha512-0fHEa/8Pih5cmzFW5L7xMEfUTvI9WKeQtjmKpTUmY+BiFCDxkxrTdnURJOHKykhtwIeyYsxnecbGvDCml++z4Q==",
8492
+ "version": "50.0.1",
8493
+ "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-50.0.1.tgz",
8494
+ "integrity": "sha512-KxenCZxqSYW0GWHH18okDlOQcpezcitm5aOSz6EnobyJ6BIByiPDviQRjJIUAjG/tMN11958MxaQ+qCoU6lfDA==",
8586
8495
  "dev": true,
8587
8496
  "license": "MIT",
8588
8497
  "dependencies": {
8589
8498
  "@babel/helper-validator-identifier": "^7.22.20",
8590
8499
  "@eslint-community/eslint-utils": "^4.4.0",
8591
- "ci-info": "^3.8.0",
8500
+ "@eslint/eslintrc": "^2.1.4",
8501
+ "ci-info": "^4.0.0",
8592
8502
  "clean-regexp": "^1.0.0",
8503
+ "core-js-compat": "^3.34.0",
8593
8504
  "esquery": "^1.5.0",
8594
8505
  "indent-string": "^4.0.0",
8595
8506
  "is-builtin-module": "^3.2.1",
@@ -8608,7 +8519,7 @@
8608
8519
  "url": "https://github.com/sindresorhus/eslint-plugin-unicorn?sponsor=1"
8609
8520
  },
8610
8521
  "peerDependencies": {
8611
- "eslint": ">=8.52.0"
8522
+ "eslint": ">=8.56.0"
8612
8523
  }
8613
8524
  },
8614
8525
  "node_modules/eslint-scope": {
@@ -8658,6 +8569,19 @@
8658
8569
  "url": "https://github.com/chalk/chalk?sponsor=1"
8659
8570
  }
8660
8571
  },
8572
+ "node_modules/eslint/node_modules/doctrine": {
8573
+ "version": "3.0.0",
8574
+ "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
8575
+ "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
8576
+ "dev": true,
8577
+ "license": "Apache-2.0",
8578
+ "dependencies": {
8579
+ "esutils": "^2.0.2"
8580
+ },
8581
+ "engines": {
8582
+ "node": ">=6.0.0"
8583
+ }
8584
+ },
8661
8585
  "node_modules/eslint/node_modules/find-up": {
8662
8586
  "version": "5.0.0",
8663
8587
  "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
@@ -8907,9 +8831,9 @@
8907
8831
  "license": "MIT"
8908
8832
  },
8909
8833
  "node_modules/fast-glob": {
8910
- "version": "3.2.12",
8911
- "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz",
8912
- "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==",
8834
+ "version": "3.3.2",
8835
+ "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
8836
+ "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
8913
8837
  "license": "MIT",
8914
8838
  "dependencies": {
8915
8839
  "@nodelib/fs.stat": "^2.0.2",
@@ -10156,9 +10080,9 @@
10156
10080
  "license": "BSD-3-Clause"
10157
10081
  },
10158
10082
  "node_modules/ignore": {
10159
- "version": "5.2.4",
10160
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz",
10161
- "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==",
10083
+ "version": "5.3.1",
10084
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz",
10085
+ "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==",
10162
10086
  "license": "MIT",
10163
10087
  "engines": {
10164
10088
  "node": ">= 4"
@@ -12191,26 +12115,6 @@
12191
12115
  }
12192
12116
  }
12193
12117
  },
12194
- "node_modules/mem-fs-editor/node_modules/multimatch": {
12195
- "version": "5.0.0",
12196
- "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-5.0.0.tgz",
12197
- "integrity": "sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==",
12198
- "dev": true,
12199
- "license": "MIT",
12200
- "dependencies": {
12201
- "@types/minimatch": "^3.0.3",
12202
- "array-differ": "^3.0.0",
12203
- "array-union": "^2.1.0",
12204
- "arrify": "^2.0.1",
12205
- "minimatch": "^3.0.4"
12206
- },
12207
- "engines": {
12208
- "node": ">=10"
12209
- },
12210
- "funding": {
12211
- "url": "https://github.com/sponsors/sindresorhus"
12212
- }
12213
- },
12214
12118
  "node_modules/mem-fs/node_modules/@types/node": {
12215
12119
  "version": "15.14.9",
12216
12120
  "resolved": "https://registry.npmjs.org/@types/node/-/node-15.14.9.tgz",
@@ -12773,9 +12677,9 @@
12773
12677
  "license": "MIT"
12774
12678
  },
12775
12679
  "node_modules/multimatch": {
12776
- "version": "4.0.0",
12777
- "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-4.0.0.tgz",
12778
- "integrity": "sha512-lDmx79y1z6i7RNx0ZGCPq1bzJ6ZoDDKbvh7jxr9SJcWLkShMzXrHbYVpTdnhNM5MXpDUxCQ4DgqVttVXlBgiBQ==",
12680
+ "version": "5.0.0",
12681
+ "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-5.0.0.tgz",
12682
+ "integrity": "sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==",
12779
12683
  "dev": true,
12780
12684
  "license": "MIT",
12781
12685
  "dependencies": {
@@ -12786,9 +12690,19 @@
12786
12690
  "minimatch": "^3.0.4"
12787
12691
  },
12788
12692
  "engines": {
12789
- "node": ">=8"
12693
+ "node": ">=10"
12694
+ },
12695
+ "funding": {
12696
+ "url": "https://github.com/sponsors/sindresorhus"
12790
12697
  }
12791
12698
  },
12699
+ "node_modules/multimatch/node_modules/@types/minimatch": {
12700
+ "version": "3.0.5",
12701
+ "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz",
12702
+ "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==",
12703
+ "dev": true,
12704
+ "license": "MIT"
12705
+ },
12792
12706
  "node_modules/multistream": {
12793
12707
  "version": "3.1.0",
12794
12708
  "resolved": "https://registry.npmjs.org/multistream/-/multistream-3.1.0.tgz",
@@ -13085,9 +12999,9 @@
13085
12999
  }
13086
13000
  },
13087
13001
  "node_modules/node-releases": {
13088
- "version": "2.0.10",
13089
- "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.10.tgz",
13090
- "integrity": "sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==",
13002
+ "version": "2.0.14",
13003
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz",
13004
+ "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==",
13091
13005
  "dev": true,
13092
13006
  "license": "MIT"
13093
13007
  },
@@ -14309,41 +14223,28 @@
14309
14223
  }
14310
14224
  },
14311
14225
  "node_modules/pretty-quick": {
14312
- "version": "3.1.3",
14313
- "resolved": "https://registry.npmjs.org/pretty-quick/-/pretty-quick-3.1.3.tgz",
14314
- "integrity": "sha512-kOCi2FJabvuh1as9enxYmrnBC6tVMoVOenMaBqRfsvBHB0cbpYHjdQEpSglpASDFEXVwplpcGR4CLEaisYAFcA==",
14226
+ "version": "3.3.1",
14227
+ "resolved": "https://registry.npmjs.org/pretty-quick/-/pretty-quick-3.3.1.tgz",
14228
+ "integrity": "sha512-3b36UXfYQ+IXXqex6mCca89jC8u0mYLqFAN5eTQKoXO6oCQYcIVYZEB/5AlBHI7JPYygReM2Vv6Vom/Gln7fBg==",
14315
14229
  "dev": true,
14316
14230
  "license": "MIT",
14317
14231
  "dependencies": {
14318
- "chalk": "^3.0.0",
14319
- "execa": "^4.0.0",
14232
+ "execa": "^4.1.0",
14320
14233
  "find-up": "^4.1.0",
14321
- "ignore": "^5.1.4",
14322
- "mri": "^1.1.5",
14323
- "multimatch": "^4.0.0"
14234
+ "ignore": "^5.3.0",
14235
+ "mri": "^1.2.0",
14236
+ "picocolors": "^1.0.0",
14237
+ "picomatch": "^3.0.1",
14238
+ "tslib": "^2.6.2"
14324
14239
  },
14325
14240
  "bin": {
14326
- "pretty-quick": "bin/pretty-quick.js"
14241
+ "pretty-quick": "dist/cli.js"
14327
14242
  },
14328
14243
  "engines": {
14329
14244
  "node": ">=10.13"
14330
14245
  },
14331
14246
  "peerDependencies": {
14332
- "prettier": ">=2.0.0"
14333
- }
14334
- },
14335
- "node_modules/pretty-quick/node_modules/chalk": {
14336
- "version": "3.0.0",
14337
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
14338
- "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
14339
- "dev": true,
14340
- "license": "MIT",
14341
- "dependencies": {
14342
- "ansi-styles": "^4.1.0",
14343
- "supports-color": "^7.1.0"
14344
- },
14345
- "engines": {
14346
- "node": ">=8"
14247
+ "prettier": "^2.0.0"
14347
14248
  }
14348
14249
  },
14349
14250
  "node_modules/pretty-quick/node_modules/execa": {
@@ -14380,6 +14281,19 @@
14380
14281
  "node": ">=8.12.0"
14381
14282
  }
14382
14283
  },
14284
+ "node_modules/pretty-quick/node_modules/picomatch": {
14285
+ "version": "3.0.1",
14286
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-3.0.1.tgz",
14287
+ "integrity": "sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==",
14288
+ "dev": true,
14289
+ "license": "MIT",
14290
+ "engines": {
14291
+ "node": ">=10"
14292
+ },
14293
+ "funding": {
14294
+ "url": "https://github.com/sponsors/jonschlinkert"
14295
+ }
14296
+ },
14383
14297
  "node_modules/proc-log": {
14384
14298
  "version": "1.0.0",
14385
14299
  "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-1.0.0.tgz",
@@ -15268,9 +15182,9 @@
15268
15182
  }
15269
15183
  },
15270
15184
  "node_modules/shiki": {
15271
- "version": "0.14.5",
15272
- "resolved": "https://registry.npmjs.org/shiki/-/shiki-0.14.5.tgz",
15273
- "integrity": "sha512-1gCAYOcmCFONmErGTrS1fjzJLA7MGZmKzrBNX7apqSwhyITJg2O102uFzXUeBxNnEkDA9vHIKLyeKq0V083vIw==",
15185
+ "version": "0.14.7",
15186
+ "resolved": "https://registry.npmjs.org/shiki/-/shiki-0.14.7.tgz",
15187
+ "integrity": "sha512-dNPAPrxSc87ua2sKJ3H5dQ/6ZaY8RNnaAqK+t0eG7p0Soi2ydiqbGOTaZCqaYvA/uZYfS1LJnemt3Q+mSfcPCg==",
15274
15188
  "dev": true,
15275
15189
  "license": "MIT",
15276
15190
  "dependencies": {
@@ -15477,23 +15391,6 @@
15477
15391
  "sort-package-json": "cli.js"
15478
15392
  }
15479
15393
  },
15480
- "node_modules/sort-package-json/node_modules/fast-glob": {
15481
- "version": "3.3.2",
15482
- "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
15483
- "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
15484
- "dev": true,
15485
- "license": "MIT",
15486
- "dependencies": {
15487
- "@nodelib/fs.stat": "^2.0.2",
15488
- "@nodelib/fs.walk": "^1.2.3",
15489
- "glob-parent": "^5.1.2",
15490
- "merge2": "^1.3.0",
15491
- "micromatch": "^4.0.4"
15492
- },
15493
- "engines": {
15494
- "node": ">=8.6.0"
15495
- }
15496
- },
15497
15394
  "node_modules/sort-package-json/node_modules/globby": {
15498
15395
  "version": "13.2.2",
15499
15396
  "resolved": "https://registry.npmjs.org/globby/-/globby-13.2.2.tgz",
@@ -16235,9 +16132,9 @@
16235
16132
  }
16236
16133
  },
16237
16134
  "node_modules/tsconfig-paths": {
16238
- "version": "3.14.2",
16239
- "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz",
16240
- "integrity": "sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==",
16135
+ "version": "3.15.0",
16136
+ "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
16137
+ "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
16241
16138
  "dev": true,
16242
16139
  "license": "MIT",
16243
16140
  "dependencies": {
@@ -16497,9 +16394,9 @@
16497
16394
  }
16498
16395
  },
16499
16396
  "node_modules/update-browserslist-db": {
16500
- "version": "1.0.10",
16501
- "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz",
16502
- "integrity": "sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==",
16397
+ "version": "1.0.13",
16398
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz",
16399
+ "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==",
16503
16400
  "dev": true,
16504
16401
  "funding": [
16505
16402
  {
@@ -16509,6 +16406,10 @@
16509
16406
  {
16510
16407
  "type": "tidelift",
16511
16408
  "url": "https://tidelift.com/funding/github/npm/browserslist"
16409
+ },
16410
+ {
16411
+ "type": "github",
16412
+ "url": "https://github.com/sponsors/ai"
16512
16413
  }
16513
16414
  ],
16514
16415
  "license": "MIT",
@@ -16517,7 +16418,7 @@
16517
16418
  "picocolors": "^1.0.0"
16518
16419
  },
16519
16420
  "bin": {
16520
- "browserslist-lint": "cli.js"
16421
+ "update-browserslist-db": "cli.js"
16521
16422
  },
16522
16423
  "peerDependencies": {
16523
16424
  "browserslist": ">= 4.21.0"
@@ -16815,9 +16716,9 @@
16815
16716
  }
16816
16717
  },
16817
16718
  "node_modules/wireit": {
16818
- "version": "0.14.1",
16819
- "resolved": "https://registry.npmjs.org/wireit/-/wireit-0.14.1.tgz",
16820
- "integrity": "sha512-q5sixPM/vKQEpyaub6J9QoHAFAF9g4zBdnjoYelH9/RLAekcUf3x1dmFLACGZ6nYjqehCsTlXC1irmzU7znPhA==",
16719
+ "version": "0.14.4",
16720
+ "resolved": "https://registry.npmjs.org/wireit/-/wireit-0.14.4.tgz",
16721
+ "integrity": "sha512-WNAXEw2cJs1nSRNJNRcPypARZNumgtsRTJFTNpd6turCA6JZ6cEwl4ZU3C1IHc/3IaXoPu9LdxcI5TBTdD6/pg==",
16821
16722
  "dev": true,
16822
16723
  "license": "Apache-2.0",
16823
16724
  "workspaces": [