@salesforce/cli 2.15.5 → 2.15.7

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 CHANGED
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
24
24
  $ sf COMMAND
25
25
  running command...
26
26
  $ sf (--version|-v)
27
- @salesforce/cli/2.15.5 linux-x64 node-v18.18.2
27
+ @salesforce/cli/2.15.7 linux-x64 node-v18.18.2
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -5117,7 +5117,7 @@ EXAMPLES
5117
5117
  $ sf plugins
5118
5118
  ```
5119
5119
 
5120
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.3/src/commands/plugins/index.ts)_
5120
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.4/src/commands/plugins/index.ts)_
5121
5121
 
5122
5122
  ## `sf plugins discover`
5123
5123
 
@@ -5161,7 +5161,7 @@ EXAMPLES
5161
5161
  $ sf plugins:inspect myplugin
5162
5162
  ```
5163
5163
 
5164
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.3/src/commands/plugins/inspect.ts)_
5164
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.4/src/commands/plugins/inspect.ts)_
5165
5165
 
5166
5166
  ## `sf plugins:install PLUGIN...`
5167
5167
 
@@ -5201,7 +5201,7 @@ EXAMPLES
5201
5201
  $ sf plugins:install someuser/someplugin
5202
5202
  ```
5203
5203
 
5204
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.3/src/commands/plugins/install.ts)_
5204
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.4/src/commands/plugins/install.ts)_
5205
5205
 
5206
5206
  ## `sf plugins:link PLUGIN`
5207
5207
 
@@ -5231,7 +5231,7 @@ EXAMPLES
5231
5231
  $ sf plugins:link myplugin
5232
5232
  ```
5233
5233
 
5234
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.3/src/commands/plugins/link.ts)_
5234
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.4/src/commands/plugins/link.ts)_
5235
5235
 
5236
5236
  ## `sf plugins trust verify`
5237
5237
 
@@ -5284,7 +5284,7 @@ ALIASES
5284
5284
  $ sf plugins remove
5285
5285
  ```
5286
5286
 
5287
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.3/src/commands/plugins/uninstall.ts)_
5287
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.4/src/commands/plugins/uninstall.ts)_
5288
5288
 
5289
5289
  ## `sf plugins update`
5290
5290
 
@@ -5302,7 +5302,7 @@ DESCRIPTION
5302
5302
  Update installed plugins.
5303
5303
  ```
5304
5304
 
5305
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.3/src/commands/plugins/update.ts)_
5305
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.4/src/commands/plugins/update.ts)_
5306
5306
 
5307
5307
  ## `sf project convert mdapi`
5308
5308
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.15.5",
3
+ "version": "2.15.7",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.15.5",
9
+ "version": "2.15.7",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -15,7 +15,7 @@
15
15
  "@oclif/plugin-commands": "3.0.4",
16
16
  "@oclif/plugin-help": "6.0.4",
17
17
  "@oclif/plugin-not-found": "3.0.2",
18
- "@oclif/plugin-plugins": "3.9.3",
18
+ "@oclif/plugin-plugins": "3.9.4",
19
19
  "@oclif/plugin-search": "1.0.4",
20
20
  "@oclif/plugin-update": "4.1.3",
21
21
  "@oclif/plugin-version": "2.0.3",
@@ -52,7 +52,7 @@
52
52
  "@salesforce/dev-scripts": "^5.10.0",
53
53
  "@salesforce/plugin-release-management": "^4.4.7",
54
54
  "@salesforce/prettier-config": "^0.0.3",
55
- "@salesforce/ts-sinon": "^1.4.17",
55
+ "@salesforce/ts-sinon": "^1.4.19",
56
56
  "@types/debug": "^4.1.9",
57
57
  "@typescript-eslint/eslint-plugin": "^5.62.0",
58
58
  "@typescript-eslint/parser": "^5.62.0",
@@ -66,7 +66,7 @@
66
66
  "eslint-config-salesforce-license": "^0.2.0",
67
67
  "eslint-config-salesforce-typescript": "^1.1.1",
68
68
  "eslint-plugin-header": "^3.1.1",
69
- "eslint-plugin-import": "^2.28.1",
69
+ "eslint-plugin-import": "^2.29.0",
70
70
  "eslint-plugin-jsdoc": "^46.8.2",
71
71
  "husky": "^7.0.4",
72
72
  "mocha": "^10",
@@ -77,7 +77,7 @@
77
77
  "sinon": "^15.2.0",
78
78
  "ts-node": "^10.9.1",
79
79
  "typescript": "^5",
80
- "wireit": "^0.14.0"
80
+ "wireit": "^0.14.1"
81
81
  },
82
82
  "engines": {
83
83
  "node": ">=16.0.0"
@@ -2673,9 +2673,9 @@
2673
2673
  }
2674
2674
  },
2675
2675
  "node_modules/@oclif/plugin-plugins": {
2676
- "version": "3.9.3",
2677
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.9.3.tgz",
2678
- "integrity": "sha512-hsm2mTL6uCP79WpltC+G1gkOrn2ckWXUnSi4UmF0eKbddOxJ9vakekuQpj/zlRJkXBNWaXlAskzJmnRoCGT+AQ==",
2676
+ "version": "3.9.4",
2677
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.9.4.tgz",
2678
+ "integrity": "sha512-JtumjspRdzJgHk1S10wu68tdlqSnyYRmSgCsmsc6AEvU+Orb0DQfrAgJEO77rPKPNo5MfnVAj0WyCDTi0JT/vw==",
2679
2679
  "license": "MIT",
2680
2680
  "dependencies": {
2681
2681
  "@oclif/core": "^2.15.0",
@@ -6210,13 +6210,13 @@
6210
6210
  "license": "0BSD"
6211
6211
  },
6212
6212
  "node_modules/@salesforce/ts-sinon": {
6213
- "version": "1.4.17",
6214
- "resolved": "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.17.tgz",
6215
- "integrity": "sha512-hJi+0oE7F70AFtru+KF1AKSin1lzvrU/aXkxPzqJ3obR6Q86Q4LgIl/ekiXv2u2k4GN21KPpkhBEQJuf3qiI8Q==",
6213
+ "version": "1.4.19",
6214
+ "resolved": "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.19.tgz",
6215
+ "integrity": "sha512-vopxKrI6QD0OCtPlge1eGGHFWLkoDee7KaB/dpGeRwioeNfCVJ8ikELN0hv0zq9Ys6gUYWYcdpxzTP1upslCJA==",
6216
6216
  "dev": true,
6217
6217
  "license": "BSD-3-Clause",
6218
6218
  "dependencies": {
6219
- "@salesforce/ts-types": "^2.0.8",
6219
+ "@salesforce/ts-types": "^2.0.9",
6220
6220
  "sinon": "^5.1.1",
6221
6221
  "tslib": "^2.6.1"
6222
6222
  }
@@ -7402,16 +7402,16 @@
7402
7402
  "license": "MIT"
7403
7403
  },
7404
7404
  "node_modules/array-includes": {
7405
- "version": "3.1.6",
7406
- "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.6.tgz",
7407
- "integrity": "sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==",
7405
+ "version": "3.1.7",
7406
+ "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.7.tgz",
7407
+ "integrity": "sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==",
7408
7408
  "dev": true,
7409
7409
  "license": "MIT",
7410
7410
  "dependencies": {
7411
7411
  "call-bind": "^1.0.2",
7412
- "define-properties": "^1.1.4",
7413
- "es-abstract": "^1.20.4",
7414
- "get-intrinsic": "^1.1.3",
7412
+ "define-properties": "^1.2.0",
7413
+ "es-abstract": "^1.22.1",
7414
+ "get-intrinsic": "^1.2.1",
7415
7415
  "is-string": "^1.0.7"
7416
7416
  },
7417
7417
  "engines": {
@@ -7431,17 +7431,17 @@
7431
7431
  }
7432
7432
  },
7433
7433
  "node_modules/array.prototype.findlastindex": {
7434
- "version": "1.2.2",
7435
- "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.2.tgz",
7436
- "integrity": "sha512-tb5thFFlUcp7NdNF6/MpDk/1r/4awWG1FIz3YqDf+/zJSTezBb+/5WViH41obXULHVpDzoiCLpJ/ZO9YbJMsdw==",
7434
+ "version": "1.2.3",
7435
+ "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.3.tgz",
7436
+ "integrity": "sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==",
7437
7437
  "dev": true,
7438
7438
  "license": "MIT",
7439
7439
  "dependencies": {
7440
7440
  "call-bind": "^1.0.2",
7441
- "define-properties": "^1.1.4",
7442
- "es-abstract": "^1.20.4",
7441
+ "define-properties": "^1.2.0",
7442
+ "es-abstract": "^1.22.1",
7443
7443
  "es-shim-unscopables": "^1.0.0",
7444
- "get-intrinsic": "^1.1.3"
7444
+ "get-intrinsic": "^1.2.1"
7445
7445
  },
7446
7446
  "engines": {
7447
7447
  "node": ">= 0.4"
@@ -7451,15 +7451,15 @@
7451
7451
  }
7452
7452
  },
7453
7453
  "node_modules/array.prototype.flat": {
7454
- "version": "1.3.1",
7455
- "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz",
7456
- "integrity": "sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==",
7454
+ "version": "1.3.2",
7455
+ "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz",
7456
+ "integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==",
7457
7457
  "dev": true,
7458
7458
  "license": "MIT",
7459
7459
  "dependencies": {
7460
7460
  "call-bind": "^1.0.2",
7461
- "define-properties": "^1.1.4",
7462
- "es-abstract": "^1.20.4",
7461
+ "define-properties": "^1.2.0",
7462
+ "es-abstract": "^1.22.1",
7463
7463
  "es-shim-unscopables": "^1.0.0"
7464
7464
  },
7465
7465
  "engines": {
@@ -7470,15 +7470,15 @@
7470
7470
  }
7471
7471
  },
7472
7472
  "node_modules/array.prototype.flatmap": {
7473
- "version": "1.3.1",
7474
- "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz",
7475
- "integrity": "sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==",
7473
+ "version": "1.3.2",
7474
+ "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz",
7475
+ "integrity": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==",
7476
7476
  "dev": true,
7477
7477
  "license": "MIT",
7478
7478
  "dependencies": {
7479
7479
  "call-bind": "^1.0.2",
7480
- "define-properties": "^1.1.4",
7481
- "es-abstract": "^1.20.4",
7480
+ "define-properties": "^1.2.0",
7481
+ "es-abstract": "^1.22.1",
7482
7482
  "es-shim-unscopables": "^1.0.0"
7483
7483
  },
7484
7484
  "engines": {
@@ -7489,15 +7489,16 @@
7489
7489
  }
7490
7490
  },
7491
7491
  "node_modules/arraybuffer.prototype.slice": {
7492
- "version": "1.0.1",
7493
- "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.1.tgz",
7494
- "integrity": "sha512-09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw==",
7492
+ "version": "1.0.2",
7493
+ "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.2.tgz",
7494
+ "integrity": "sha512-yMBKppFur/fbHu9/6USUe03bZ4knMYiwFBcyiaXB8Go0qNehwX6inYPzK9U0NeQvGxKthcmHcaR8P5MStSRBAw==",
7495
7495
  "dev": true,
7496
7496
  "license": "MIT",
7497
7497
  "dependencies": {
7498
7498
  "array-buffer-byte-length": "^1.0.0",
7499
7499
  "call-bind": "^1.0.2",
7500
7500
  "define-properties": "^1.2.0",
7501
+ "es-abstract": "^1.22.1",
7501
7502
  "get-intrinsic": "^1.2.1",
7502
7503
  "is-array-buffer": "^3.0.2",
7503
7504
  "is-shared-array-buffer": "^1.0.2"
@@ -8122,13 +8123,14 @@
8122
8123
  }
8123
8124
  },
8124
8125
  "node_modules/call-bind": {
8125
- "version": "1.0.2",
8126
- "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
8127
- "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
8126
+ "version": "1.0.5",
8127
+ "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.5.tgz",
8128
+ "integrity": "sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==",
8128
8129
  "license": "MIT",
8129
8130
  "dependencies": {
8130
- "function-bind": "^1.1.1",
8131
- "get-intrinsic": "^1.0.2"
8131
+ "function-bind": "^1.1.2",
8132
+ "get-intrinsic": "^1.2.1",
8133
+ "set-function-length": "^1.1.1"
8132
8134
  },
8133
8135
  "funding": {
8134
8136
  "url": "https://github.com/sponsors/ljharb"
@@ -9570,6 +9572,20 @@
9570
9572
  "node": ">=10"
9571
9573
  }
9572
9574
  },
9575
+ "node_modules/define-data-property": {
9576
+ "version": "1.1.1",
9577
+ "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.1.tgz",
9578
+ "integrity": "sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==",
9579
+ "license": "MIT",
9580
+ "dependencies": {
9581
+ "get-intrinsic": "^1.2.1",
9582
+ "gopd": "^1.0.1",
9583
+ "has-property-descriptors": "^1.0.0"
9584
+ },
9585
+ "engines": {
9586
+ "node": ">= 0.4"
9587
+ }
9588
+ },
9573
9589
  "node_modules/define-lazy-prop": {
9574
9590
  "version": "2.0.0",
9575
9591
  "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
@@ -9982,27 +9998,27 @@
9982
9998
  }
9983
9999
  },
9984
10000
  "node_modules/es-abstract": {
9985
- "version": "1.22.1",
9986
- "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.1.tgz",
9987
- "integrity": "sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==",
10001
+ "version": "1.22.3",
10002
+ "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.3.tgz",
10003
+ "integrity": "sha512-eiiY8HQeYfYH2Con2berK+To6GrK2RxbPawDkGq4UiCQQfZHb6wX9qQqkbpPqaxQFcl8d9QzZqo0tGE0VcrdwA==",
9988
10004
  "dev": true,
9989
10005
  "license": "MIT",
9990
10006
  "dependencies": {
9991
10007
  "array-buffer-byte-length": "^1.0.0",
9992
- "arraybuffer.prototype.slice": "^1.0.1",
10008
+ "arraybuffer.prototype.slice": "^1.0.2",
9993
10009
  "available-typed-arrays": "^1.0.5",
9994
- "call-bind": "^1.0.2",
10010
+ "call-bind": "^1.0.5",
9995
10011
  "es-set-tostringtag": "^2.0.1",
9996
10012
  "es-to-primitive": "^1.2.1",
9997
- "function.prototype.name": "^1.1.5",
9998
- "get-intrinsic": "^1.2.1",
10013
+ "function.prototype.name": "^1.1.6",
10014
+ "get-intrinsic": "^1.2.2",
9999
10015
  "get-symbol-description": "^1.0.0",
10000
10016
  "globalthis": "^1.0.3",
10001
10017
  "gopd": "^1.0.1",
10002
- "has": "^1.0.3",
10003
10018
  "has-property-descriptors": "^1.0.0",
10004
10019
  "has-proto": "^1.0.1",
10005
10020
  "has-symbols": "^1.0.3",
10021
+ "hasown": "^2.0.0",
10006
10022
  "internal-slot": "^1.0.5",
10007
10023
  "is-array-buffer": "^3.0.2",
10008
10024
  "is-callable": "^1.2.7",
@@ -10010,23 +10026,23 @@
10010
10026
  "is-regex": "^1.1.4",
10011
10027
  "is-shared-array-buffer": "^1.0.2",
10012
10028
  "is-string": "^1.0.7",
10013
- "is-typed-array": "^1.1.10",
10029
+ "is-typed-array": "^1.1.12",
10014
10030
  "is-weakref": "^1.0.2",
10015
- "object-inspect": "^1.12.3",
10031
+ "object-inspect": "^1.13.1",
10016
10032
  "object-keys": "^1.1.1",
10017
10033
  "object.assign": "^4.1.4",
10018
- "regexp.prototype.flags": "^1.5.0",
10019
- "safe-array-concat": "^1.0.0",
10034
+ "regexp.prototype.flags": "^1.5.1",
10035
+ "safe-array-concat": "^1.0.1",
10020
10036
  "safe-regex-test": "^1.0.0",
10021
- "string.prototype.trim": "^1.2.7",
10022
- "string.prototype.trimend": "^1.0.6",
10023
- "string.prototype.trimstart": "^1.0.6",
10037
+ "string.prototype.trim": "^1.2.8",
10038
+ "string.prototype.trimend": "^1.0.7",
10039
+ "string.prototype.trimstart": "^1.0.7",
10024
10040
  "typed-array-buffer": "^1.0.0",
10025
10041
  "typed-array-byte-length": "^1.0.0",
10026
10042
  "typed-array-byte-offset": "^1.0.0",
10027
10043
  "typed-array-length": "^1.0.4",
10028
10044
  "unbox-primitive": "^1.0.2",
10029
- "which-typed-array": "^1.1.10"
10045
+ "which-typed-array": "^1.1.13"
10030
10046
  },
10031
10047
  "engines": {
10032
10048
  "node": ">= 0.4"
@@ -10470,15 +10486,15 @@
10470
10486
  }
10471
10487
  },
10472
10488
  "node_modules/eslint-import-resolver-node": {
10473
- "version": "0.3.7",
10474
- "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.7.tgz",
10475
- "integrity": "sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==",
10489
+ "version": "0.3.9",
10490
+ "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
10491
+ "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
10476
10492
  "dev": true,
10477
10493
  "license": "MIT",
10478
10494
  "dependencies": {
10479
10495
  "debug": "^3.2.7",
10480
- "is-core-module": "^2.11.0",
10481
- "resolve": "^1.22.1"
10496
+ "is-core-module": "^2.13.0",
10497
+ "resolve": "^1.22.4"
10482
10498
  }
10483
10499
  },
10484
10500
  "node_modules/eslint-import-resolver-node/node_modules/debug": {
@@ -10576,27 +10592,27 @@
10576
10592
  }
10577
10593
  },
10578
10594
  "node_modules/eslint-plugin-import": {
10579
- "version": "2.28.1",
10580
- "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.28.1.tgz",
10581
- "integrity": "sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==",
10595
+ "version": "2.29.0",
10596
+ "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.0.tgz",
10597
+ "integrity": "sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==",
10582
10598
  "dev": true,
10583
10599
  "license": "MIT",
10584
10600
  "dependencies": {
10585
- "array-includes": "^3.1.6",
10586
- "array.prototype.findlastindex": "^1.2.2",
10587
- "array.prototype.flat": "^1.3.1",
10588
- "array.prototype.flatmap": "^1.3.1",
10601
+ "array-includes": "^3.1.7",
10602
+ "array.prototype.findlastindex": "^1.2.3",
10603
+ "array.prototype.flat": "^1.3.2",
10604
+ "array.prototype.flatmap": "^1.3.2",
10589
10605
  "debug": "^3.2.7",
10590
10606
  "doctrine": "^2.1.0",
10591
- "eslint-import-resolver-node": "^0.3.7",
10607
+ "eslint-import-resolver-node": "^0.3.9",
10592
10608
  "eslint-module-utils": "^2.8.0",
10593
- "has": "^1.0.3",
10594
- "is-core-module": "^2.13.0",
10609
+ "hasown": "^2.0.0",
10610
+ "is-core-module": "^2.13.1",
10595
10611
  "is-glob": "^4.0.3",
10596
10612
  "minimatch": "^3.1.2",
10597
- "object.fromentries": "^2.0.6",
10598
- "object.groupby": "^1.0.0",
10599
- "object.values": "^1.1.6",
10613
+ "object.fromentries": "^2.0.7",
10614
+ "object.groupby": "^1.0.1",
10615
+ "object.values": "^1.1.7",
10600
10616
  "semver": "^6.3.1",
10601
10617
  "tsconfig-paths": "^3.14.2"
10602
10618
  },
@@ -11704,22 +11720,25 @@
11704
11720
  }
11705
11721
  },
11706
11722
  "node_modules/function-bind": {
11707
- "version": "1.1.1",
11708
- "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
11709
- "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
11710
- "license": "MIT"
11723
+ "version": "1.1.2",
11724
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
11725
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
11726
+ "license": "MIT",
11727
+ "funding": {
11728
+ "url": "https://github.com/sponsors/ljharb"
11729
+ }
11711
11730
  },
11712
11731
  "node_modules/function.prototype.name": {
11713
- "version": "1.1.5",
11714
- "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz",
11715
- "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==",
11732
+ "version": "1.1.6",
11733
+ "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz",
11734
+ "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==",
11716
11735
  "dev": true,
11717
11736
  "license": "MIT",
11718
11737
  "dependencies": {
11719
11738
  "call-bind": "^1.0.2",
11720
- "define-properties": "^1.1.3",
11721
- "es-abstract": "^1.19.0",
11722
- "functions-have-names": "^1.2.2"
11739
+ "define-properties": "^1.2.0",
11740
+ "es-abstract": "^1.22.1",
11741
+ "functions-have-names": "^1.2.3"
11723
11742
  },
11724
11743
  "engines": {
11725
11744
  "node": ">= 0.4"
@@ -11802,15 +11821,15 @@
11802
11821
  }
11803
11822
  },
11804
11823
  "node_modules/get-intrinsic": {
11805
- "version": "1.2.1",
11806
- "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz",
11807
- "integrity": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==",
11824
+ "version": "1.2.2",
11825
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.2.tgz",
11826
+ "integrity": "sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==",
11808
11827
  "license": "MIT",
11809
11828
  "dependencies": {
11810
- "function-bind": "^1.1.1",
11811
- "has": "^1.0.3",
11829
+ "function-bind": "^1.1.2",
11812
11830
  "has-proto": "^1.0.1",
11813
- "has-symbols": "^1.0.3"
11831
+ "has-symbols": "^1.0.3",
11832
+ "hasown": "^2.0.0"
11814
11833
  },
11815
11834
  "funding": {
11816
11835
  "url": "https://github.com/sponsors/ljharb"
@@ -12191,7 +12210,6 @@
12191
12210
  "version": "1.0.1",
12192
12211
  "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
12193
12212
  "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
12194
- "dev": true,
12195
12213
  "license": "MIT",
12196
12214
  "dependencies": {
12197
12215
  "get-intrinsic": "^1.1.3"
@@ -12293,6 +12311,7 @@
12293
12311
  "version": "1.0.3",
12294
12312
  "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
12295
12313
  "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
12314
+ "dev": true,
12296
12315
  "license": "MIT",
12297
12316
  "dependencies": {
12298
12317
  "function-bind": "^1.1.1"
@@ -12324,7 +12343,6 @@
12324
12343
  "version": "1.0.0",
12325
12344
  "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz",
12326
12345
  "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==",
12327
- "dev": true,
12328
12346
  "license": "MIT",
12329
12347
  "dependencies": {
12330
12348
  "get-intrinsic": "^1.1.1"
@@ -12396,6 +12414,18 @@
12396
12414
  "url": "https://github.com/sponsors/sindresorhus"
12397
12415
  }
12398
12416
  },
12417
+ "node_modules/hasown": {
12418
+ "version": "2.0.0",
12419
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz",
12420
+ "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==",
12421
+ "license": "MIT",
12422
+ "dependencies": {
12423
+ "function-bind": "^1.1.2"
12424
+ },
12425
+ "engines": {
12426
+ "node": ">= 0.4"
12427
+ }
12428
+ },
12399
12429
  "node_modules/he": {
12400
12430
  "version": "1.2.0",
12401
12431
  "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
@@ -13017,12 +13047,12 @@
13017
13047
  }
13018
13048
  },
13019
13049
  "node_modules/is-core-module": {
13020
- "version": "2.13.0",
13021
- "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.0.tgz",
13022
- "integrity": "sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==",
13050
+ "version": "2.13.1",
13051
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz",
13052
+ "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==",
13023
13053
  "license": "MIT",
13024
13054
  "dependencies": {
13025
- "has": "^1.0.3"
13055
+ "hasown": "^2.0.0"
13026
13056
  },
13027
13057
  "funding": {
13028
13058
  "url": "https://github.com/sponsors/ljharb"
@@ -13305,17 +13335,13 @@
13305
13335
  }
13306
13336
  },
13307
13337
  "node_modules/is-typed-array": {
13308
- "version": "1.1.10",
13309
- "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz",
13310
- "integrity": "sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==",
13338
+ "version": "1.1.12",
13339
+ "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.12.tgz",
13340
+ "integrity": "sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==",
13311
13341
  "dev": true,
13312
13342
  "license": "MIT",
13313
13343
  "dependencies": {
13314
- "available-typed-arrays": "^1.0.5",
13315
- "call-bind": "^1.0.2",
13316
- "for-each": "^0.3.3",
13317
- "gopd": "^1.0.1",
13318
- "has-tostringtag": "^1.0.0"
13344
+ "which-typed-array": "^1.1.11"
13319
13345
  },
13320
13346
  "engines": {
13321
13347
  "node": ">= 0.4"
@@ -17593,8 +17619,6 @@
17593
17619
  },
17594
17620
  "node_modules/npm/node_modules/function-bind": {
17595
17621
  "version": "1.1.1",
17596
- "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
17597
- "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
17598
17622
  "inBundle": true,
17599
17623
  "license": "MIT"
17600
17624
  },
@@ -19983,9 +20007,9 @@
19983
20007
  }
19984
20008
  },
19985
20009
  "node_modules/object-inspect": {
19986
- "version": "1.12.3",
19987
- "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz",
19988
- "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==",
20010
+ "version": "1.13.1",
20011
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz",
20012
+ "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==",
19989
20013
  "dev": true,
19990
20014
  "license": "MIT",
19991
20015
  "funding": {
@@ -20031,15 +20055,15 @@
20031
20055
  }
20032
20056
  },
20033
20057
  "node_modules/object.fromentries": {
20034
- "version": "2.0.6",
20035
- "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.6.tgz",
20036
- "integrity": "sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==",
20058
+ "version": "2.0.7",
20059
+ "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.7.tgz",
20060
+ "integrity": "sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==",
20037
20061
  "dev": true,
20038
20062
  "license": "MIT",
20039
20063
  "dependencies": {
20040
20064
  "call-bind": "^1.0.2",
20041
- "define-properties": "^1.1.4",
20042
- "es-abstract": "^1.20.4"
20065
+ "define-properties": "^1.2.0",
20066
+ "es-abstract": "^1.22.1"
20043
20067
  },
20044
20068
  "engines": {
20045
20069
  "node": ">= 0.4"
@@ -20049,28 +20073,28 @@
20049
20073
  }
20050
20074
  },
20051
20075
  "node_modules/object.groupby": {
20052
- "version": "1.0.0",
20053
- "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.0.tgz",
20054
- "integrity": "sha512-70MWG6NfRH9GnbZOikuhPPYzpUpof9iW2J9E4dW7FXTqPNb6rllE6u39SKwwiNh8lCwX3DDb5OgcKGiEBrTTyw==",
20076
+ "version": "1.0.1",
20077
+ "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.1.tgz",
20078
+ "integrity": "sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==",
20055
20079
  "dev": true,
20056
20080
  "license": "MIT",
20057
20081
  "dependencies": {
20058
20082
  "call-bind": "^1.0.2",
20059
20083
  "define-properties": "^1.2.0",
20060
- "es-abstract": "^1.21.2",
20084
+ "es-abstract": "^1.22.1",
20061
20085
  "get-intrinsic": "^1.2.1"
20062
20086
  }
20063
20087
  },
20064
20088
  "node_modules/object.values": {
20065
- "version": "1.1.6",
20066
- "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.6.tgz",
20067
- "integrity": "sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==",
20089
+ "version": "1.1.7",
20090
+ "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.7.tgz",
20091
+ "integrity": "sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==",
20068
20092
  "dev": true,
20069
20093
  "license": "MIT",
20070
20094
  "dependencies": {
20071
20095
  "call-bind": "^1.0.2",
20072
- "define-properties": "^1.1.4",
20073
- "es-abstract": "^1.20.4"
20096
+ "define-properties": "^1.2.0",
20097
+ "es-abstract": "^1.22.1"
20074
20098
  },
20075
20099
  "engines": {
20076
20100
  "node": ">= 0.4"
@@ -22132,15 +22156,15 @@
22132
22156
  }
22133
22157
  },
22134
22158
  "node_modules/regexp.prototype.flags": {
22135
- "version": "1.5.0",
22136
- "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.0.tgz",
22137
- "integrity": "sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==",
22159
+ "version": "1.5.1",
22160
+ "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.1.tgz",
22161
+ "integrity": "sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==",
22138
22162
  "dev": true,
22139
22163
  "license": "MIT",
22140
22164
  "dependencies": {
22141
22165
  "call-bind": "^1.0.2",
22142
22166
  "define-properties": "^1.2.0",
22143
- "functions-have-names": "^1.2.3"
22167
+ "set-function-name": "^2.0.0"
22144
22168
  },
22145
22169
  "engines": {
22146
22170
  "node": ">= 0.4"
@@ -22259,9 +22283,9 @@
22259
22283
  "license": "MIT"
22260
22284
  },
22261
22285
  "node_modules/resolve": {
22262
- "version": "1.22.4",
22263
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.4.tgz",
22264
- "integrity": "sha512-PXNdCiPqDqeUou+w1C2eTQbNfxKSuMxqTCuvlmmMsk1NWHL5fRrhY6Pl0qEYYc6+QqGClco1Qj8XnjPego4wfg==",
22286
+ "version": "1.22.8",
22287
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
22288
+ "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
22265
22289
  "license": "MIT",
22266
22290
  "dependencies": {
22267
22291
  "is-core-module": "^2.13.0",
@@ -22415,14 +22439,14 @@
22415
22439
  }
22416
22440
  },
22417
22441
  "node_modules/safe-array-concat": {
22418
- "version": "1.0.0",
22419
- "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.0.0.tgz",
22420
- "integrity": "sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ==",
22442
+ "version": "1.0.1",
22443
+ "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.0.1.tgz",
22444
+ "integrity": "sha512-6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q==",
22421
22445
  "dev": true,
22422
22446
  "license": "MIT",
22423
22447
  "dependencies": {
22424
22448
  "call-bind": "^1.0.2",
22425
- "get-intrinsic": "^1.2.0",
22449
+ "get-intrinsic": "^1.2.1",
22426
22450
  "has-symbols": "^1.0.3",
22427
22451
  "isarray": "^2.0.5"
22428
22452
  },
@@ -22582,6 +22606,36 @@
22582
22606
  "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",
22583
22607
  "license": "ISC"
22584
22608
  },
22609
+ "node_modules/set-function-length": {
22610
+ "version": "1.1.1",
22611
+ "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.1.1.tgz",
22612
+ "integrity": "sha512-VoaqjbBJKiWtg4yRcKBQ7g7wnGnLV3M8oLvVWwOk2PdYY6PEFegR1vezXR0tw6fZGF9csVakIRjrJiy2veSBFQ==",
22613
+ "license": "MIT",
22614
+ "dependencies": {
22615
+ "define-data-property": "^1.1.1",
22616
+ "get-intrinsic": "^1.2.1",
22617
+ "gopd": "^1.0.1",
22618
+ "has-property-descriptors": "^1.0.0"
22619
+ },
22620
+ "engines": {
22621
+ "node": ">= 0.4"
22622
+ }
22623
+ },
22624
+ "node_modules/set-function-name": {
22625
+ "version": "2.0.1",
22626
+ "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.1.tgz",
22627
+ "integrity": "sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==",
22628
+ "dev": true,
22629
+ "license": "MIT",
22630
+ "dependencies": {
22631
+ "define-data-property": "^1.0.1",
22632
+ "functions-have-names": "^1.2.3",
22633
+ "has-property-descriptors": "^1.0.0"
22634
+ },
22635
+ "engines": {
22636
+ "node": ">= 0.4"
22637
+ }
22638
+ },
22585
22639
  "node_modules/setimmediate": {
22586
22640
  "version": "1.0.5",
22587
22641
  "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz",
@@ -23154,15 +23208,15 @@
23154
23208
  }
23155
23209
  },
23156
23210
  "node_modules/string.prototype.trim": {
23157
- "version": "1.2.7",
23158
- "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.7.tgz",
23159
- "integrity": "sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==",
23211
+ "version": "1.2.8",
23212
+ "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz",
23213
+ "integrity": "sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==",
23160
23214
  "dev": true,
23161
23215
  "license": "MIT",
23162
23216
  "dependencies": {
23163
23217
  "call-bind": "^1.0.2",
23164
- "define-properties": "^1.1.4",
23165
- "es-abstract": "^1.20.4"
23218
+ "define-properties": "^1.2.0",
23219
+ "es-abstract": "^1.22.1"
23166
23220
  },
23167
23221
  "engines": {
23168
23222
  "node": ">= 0.4"
@@ -23172,30 +23226,30 @@
23172
23226
  }
23173
23227
  },
23174
23228
  "node_modules/string.prototype.trimend": {
23175
- "version": "1.0.6",
23176
- "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz",
23177
- "integrity": "sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==",
23229
+ "version": "1.0.7",
23230
+ "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.7.tgz",
23231
+ "integrity": "sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==",
23178
23232
  "dev": true,
23179
23233
  "license": "MIT",
23180
23234
  "dependencies": {
23181
23235
  "call-bind": "^1.0.2",
23182
- "define-properties": "^1.1.4",
23183
- "es-abstract": "^1.20.4"
23236
+ "define-properties": "^1.2.0",
23237
+ "es-abstract": "^1.22.1"
23184
23238
  },
23185
23239
  "funding": {
23186
23240
  "url": "https://github.com/sponsors/ljharb"
23187
23241
  }
23188
23242
  },
23189
23243
  "node_modules/string.prototype.trimstart": {
23190
- "version": "1.0.6",
23191
- "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz",
23192
- "integrity": "sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==",
23244
+ "version": "1.0.7",
23245
+ "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.7.tgz",
23246
+ "integrity": "sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==",
23193
23247
  "dev": true,
23194
23248
  "license": "MIT",
23195
23249
  "dependencies": {
23196
23250
  "call-bind": "^1.0.2",
23197
- "define-properties": "^1.1.4",
23198
- "es-abstract": "^1.20.4"
23251
+ "define-properties": "^1.2.0",
23252
+ "es-abstract": "^1.22.1"
23199
23253
  },
23200
23254
  "funding": {
23201
23255
  "url": "https://github.com/sponsors/ljharb"
@@ -24476,14 +24530,14 @@
24476
24530
  }
24477
24531
  },
24478
24532
  "node_modules/which-typed-array": {
24479
- "version": "1.1.11",
24480
- "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.11.tgz",
24481
- "integrity": "sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==",
24533
+ "version": "1.1.13",
24534
+ "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.13.tgz",
24535
+ "integrity": "sha512-P5Nra0qjSncduVPEAr7xhoF5guty49ArDTwzJ/yNuPIbZppyRxFQsRCWrocxIY+CnMVG+qfbU2FmDKyvSGClow==",
24482
24536
  "dev": true,
24483
24537
  "license": "MIT",
24484
24538
  "dependencies": {
24485
24539
  "available-typed-arrays": "^1.0.5",
24486
- "call-bind": "^1.0.2",
24540
+ "call-bind": "^1.0.4",
24487
24541
  "for-each": "^0.3.3",
24488
24542
  "gopd": "^1.0.1",
24489
24543
  "has-tostringtag": "^1.0.0"
@@ -24517,9 +24571,9 @@
24517
24571
  }
24518
24572
  },
24519
24573
  "node_modules/wireit": {
24520
- "version": "0.14.0",
24521
- "resolved": "https://registry.npmjs.org/wireit/-/wireit-0.14.0.tgz",
24522
- "integrity": "sha512-CwHhyWduARI7zOoyyQvxH6U/5GTy8p6RxTe2LpwIhE4Y8PbaTk0iH8dLkeGMvxETVBkxCgQnF2GfzYKXMSmYSw==",
24574
+ "version": "0.14.1",
24575
+ "resolved": "https://registry.npmjs.org/wireit/-/wireit-0.14.1.tgz",
24576
+ "integrity": "sha512-q5sixPM/vKQEpyaub6J9QoHAFAF9g4zBdnjoYelH9/RLAekcUf3x1dmFLACGZ6nYjqehCsTlXC1irmzU7znPhA==",
24523
24577
  "dev": true,
24524
24578
  "license": "Apache-2.0",
24525
24579
  "workspaces": [
@@ -6595,5 +6595,5 @@
6595
6595
  ]
6596
6596
  }
6597
6597
  },
6598
- "version": "2.15.5"
6598
+ "version": "2.15.7"
6599
6599
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.15.5",
4
+ "version": "2.15.7",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -130,7 +130,7 @@
130
130
  "@oclif/plugin-commands": "3.0.4",
131
131
  "@oclif/plugin-help": "6.0.4",
132
132
  "@oclif/plugin-not-found": "3.0.2",
133
- "@oclif/plugin-plugins": "3.9.3",
133
+ "@oclif/plugin-plugins": "3.9.4",
134
134
  "@oclif/plugin-search": "1.0.4",
135
135
  "@oclif/plugin-update": "4.1.3",
136
136
  "@oclif/plugin-version": "2.0.3",
@@ -237,7 +237,7 @@
237
237
  "@salesforce/dev-scripts": "^5.10.0",
238
238
  "@salesforce/plugin-release-management": "^4.4.7",
239
239
  "@salesforce/prettier-config": "^0.0.3",
240
- "@salesforce/ts-sinon": "^1.4.17",
240
+ "@salesforce/ts-sinon": "^1.4.19",
241
241
  "@types/debug": "^4.1.9",
242
242
  "@typescript-eslint/eslint-plugin": "^5.62.0",
243
243
  "@typescript-eslint/parser": "^5.62.0",
@@ -251,7 +251,7 @@
251
251
  "eslint-config-salesforce-license": "^0.2.0",
252
252
  "eslint-config-salesforce-typescript": "^1.1.1",
253
253
  "eslint-plugin-header": "^3.1.1",
254
- "eslint-plugin-import": "^2.28.1",
254
+ "eslint-plugin-import": "^2.29.0",
255
255
  "eslint-plugin-jsdoc": "^46.8.2",
256
256
  "husky": "^7.0.4",
257
257
  "mocha": "^10",
@@ -262,7 +262,7 @@
262
262
  "sinon": "^15.2.0",
263
263
  "ts-node": "^10.9.1",
264
264
  "typescript": "^5",
265
- "wireit": "^0.14.0"
265
+ "wireit": "^0.14.1"
266
266
  },
267
267
  "wireit": {
268
268
  "build": {