@salesforce/cli 1.82.4 → 1.82.5

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/cli",
3
- "version": "1.82.4",
3
+ "version": "1.82.5",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "1.82.4",
9
+ "version": "1.82.5",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "2.8.5",
@@ -16,16 +16,16 @@
16
16
  "@oclif/plugin-not-found": "2.3.24",
17
17
  "@oclif/plugin-plugins": "3.1.2",
18
18
  "@oclif/plugin-search": "0.0.17",
19
- "@oclif/plugin-update": "3.1.16",
19
+ "@oclif/plugin-update": "3.1.17",
20
20
  "@oclif/plugin-version": "1.3.4",
21
21
  "@oclif/plugin-warn-if-update-available": "2.0.37",
22
22
  "@oclif/plugin-which": "2.2.22",
23
- "@salesforce/core": "4.1.0",
24
- "@salesforce/plugin-apex": "2.3.1",
23
+ "@salesforce/core": "4.1.2",
24
+ "@salesforce/plugin-apex": "2.3.2",
25
25
  "@salesforce/plugin-auth": "2.8.1",
26
26
  "@salesforce/plugin-data": "2.3.21",
27
- "@salesforce/plugin-deploy-retrieve": "1.11.2",
28
- "@salesforce/plugin-info": "2.6.18",
27
+ "@salesforce/plugin-deploy-retrieve": "1.11.3",
28
+ "@salesforce/plugin-info": "2.6.19",
29
29
  "@salesforce/plugin-limits": "2.3.18",
30
30
  "@salesforce/plugin-login": "1.2.11",
31
31
  "@salesforce/plugin-org": "2.9.6",
@@ -36,7 +36,7 @@
36
36
  "@salesforce/plugin-telemetry": "2.2.0",
37
37
  "@salesforce/plugin-templates": "55.4.20",
38
38
  "@salesforce/plugin-trust": "2.4.20",
39
- "@salesforce/plugin-user": "2.3.15",
39
+ "@salesforce/plugin-user": "2.3.16",
40
40
  "@salesforce/sf-plugins-core": "3.0.2",
41
41
  "debug": "^4.3.4",
42
42
  "semver": "^7.3.8",
@@ -51,9 +51,9 @@
51
51
  "@salesforce/dev-scripts": "^3.1.1",
52
52
  "@salesforce/plugin-release-management": "^3.16.11",
53
53
  "@salesforce/prettier-config": "^0.0.3",
54
- "@salesforce/ts-sinon": "^1.4.7",
54
+ "@salesforce/ts-sinon": "^1.4.8",
55
55
  "@types/debug": "^4.1.8",
56
- "@typescript-eslint/eslint-plugin": "^5.59.7",
56
+ "@typescript-eslint/eslint-plugin": "^5.59.9",
57
57
  "@typescript-eslint/parser": "^5.59.7",
58
58
  "aws-sdk": "^2.1386.0",
59
59
  "chai": "^4.3.7",
@@ -8074,9 +8074,9 @@
8074
8074
  }
8075
8075
  },
8076
8076
  "node_modules/@oclif/plugin-update": {
8077
- "version": "3.1.16",
8078
- "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-3.1.16.tgz",
8079
- "integrity": "sha512-wmfgjqUKaIOtanXpt2pgpHpvoCuYjBlW1sMQ0+AS/bpdyWgxkTQWfKLAmIaDOUuFtUz1hDlXT71YfDy3TNpELQ==",
8077
+ "version": "3.1.17",
8078
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-3.1.17.tgz",
8079
+ "integrity": "sha512-G2PdhvKmt3yXRcAb7o8D7PCT3/bImpImphAdaDgrQfCwtYHYd7bsfThCF5hKa+UiSrGTpGLWoDHTkAydXpFJNw==",
8080
8080
  "license": "MIT",
8081
8081
  "dependencies": {
8082
8082
  "@oclif/color": "^1.0.5",
@@ -8475,13 +8475,13 @@
8475
8475
  }
8476
8476
  },
8477
8477
  "node_modules/@salesforce/core": {
8478
- "version": "4.1.0",
8479
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-4.1.0.tgz",
8480
- "integrity": "sha512-S+5sJ3wSlpu4ATEYGDeqNMu1NaRgD5+HjtYFZiiUOdtHrUh55JD6DGcwgtrj2ojM9cnwcqlj/Ho/2yljrJdOSQ==",
8478
+ "version": "4.1.2",
8479
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-4.1.2.tgz",
8480
+ "integrity": "sha512-HWNmXp/rkNweTvAVaC05jYw36poS7BwRAyp8f7Ix3+XHQTPEpeUFwCuknudEJzapSI/Mwuhc5+ze3e3he7yQSw==",
8481
8481
  "license": "BSD-3-Clause",
8482
8482
  "dependencies": {
8483
8483
  "@salesforce/bunyan": "^2.0.0",
8484
- "@salesforce/kit": "^3.0.0",
8484
+ "@salesforce/kit": "^3.0.2",
8485
8485
  "@salesforce/schemas": "^1.5.1",
8486
8486
  "@salesforce/ts-types": "^2.0.1",
8487
8487
  "@types/semver": "^7.3.13",
@@ -9040,15 +9040,15 @@
9040
9040
  }
9041
9041
  },
9042
9042
  "node_modules/@salesforce/plugin-apex": {
9043
- "version": "2.3.1",
9044
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-2.3.1.tgz",
9045
- "integrity": "sha512-uW8VvBtPkEvLilmDBxWmNodL6/8q7ajvwiUThsz0RjcxeEjF5jKTeJI34AGdNqi4cqvrzfsukwkfy3u6VB16HA==",
9043
+ "version": "2.3.2",
9044
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-2.3.2.tgz",
9045
+ "integrity": "sha512-ZQvZmuWU+mxhXbcDHBaHJyl80sFMppze0rAW1uGRFHVsDv970v55enMB4fsnF6Qslv2Omcgal3FALMsRl2U64w==",
9046
9046
  "license": "BSD-3-Clause",
9047
9047
  "dependencies": {
9048
- "@oclif/core": "^2.8.2",
9049
- "@salesforce/apex-node": "^1.6.1",
9050
- "@salesforce/core": "^3.36.0",
9051
- "@salesforce/sf-plugins-core": "^2.4.2",
9048
+ "@oclif/core": "^2.8.5",
9049
+ "@salesforce/apex-node": "^1.6.2",
9050
+ "@salesforce/core": "^4.1.0",
9051
+ "@salesforce/sf-plugins-core": "^3.0.2",
9052
9052
  "chalk": "^4.1.0",
9053
9053
  "tslib": "^2"
9054
9054
  },
@@ -9056,94 +9056,6 @@
9056
9056
  "node": ">=16.0.0"
9057
9057
  }
9058
9058
  },
9059
- "node_modules/@salesforce/plugin-apex/node_modules/@salesforce/core": {
9060
- "version": "3.36.2",
9061
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-3.36.2.tgz",
9062
- "integrity": "sha512-IS1rR6Y0tMJYx/+TOAUQ9Gs+Vtum0MHLGfodT7ZJMQZQHEp1S4o0BJ8676uq5sASAnVL64GA+Et/LWCCOWWEuw==",
9063
- "license": "BSD-3-Clause",
9064
- "dependencies": {
9065
- "@salesforce/bunyan": "^2.0.0",
9066
- "@salesforce/kit": "^1.9.2",
9067
- "@salesforce/schemas": "^1.5.1",
9068
- "@salesforce/ts-types": "^1.7.2",
9069
- "@types/semver": "^7.3.13",
9070
- "ajv": "^8.12.0",
9071
- "archiver": "^5.3.0",
9072
- "change-case": "^4.1.2",
9073
- "debug": "^3.2.7",
9074
- "faye": "^1.4.0",
9075
- "form-data": "^4.0.0",
9076
- "js2xmlparser": "^4.0.1",
9077
- "jsforce": "^2.0.0-beta.23",
9078
- "jsonwebtoken": "9.0.0",
9079
- "ts-retry-promise": "^0.7.0"
9080
- }
9081
- },
9082
- "node_modules/@salesforce/plugin-apex/node_modules/@salesforce/kit": {
9083
- "version": "1.9.2",
9084
- "resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-1.9.2.tgz",
9085
- "integrity": "sha512-kjZvjFNP6njhAiEa/ErdLXSDWZKafHYJyKCKz1wnSFmDM8TOpKHCCVw5cQo87ZQr8OqxqwUDIAlSBLyMzKi4Lg==",
9086
- "license": "BSD-3-Clause",
9087
- "dependencies": {
9088
- "@salesforce/ts-types": "^1.7.3",
9089
- "shx": "^0.3.3",
9090
- "tslib": "^2.5.0"
9091
- }
9092
- },
9093
- "node_modules/@salesforce/plugin-apex/node_modules/@salesforce/sf-plugins-core": {
9094
- "version": "2.4.3",
9095
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-2.4.3.tgz",
9096
- "integrity": "sha512-gB1GY5GscR5vjLC2GJTO7hjmKH1IqeMj1cvvsnTdKpb3z0GAMpCZN3gPyC9OiIEE2JBQSlm3HUV4K+4zcMJjmQ==",
9097
- "license": "BSD-3-Clause",
9098
- "dependencies": {
9099
- "@oclif/core": "^2.8.5",
9100
- "@salesforce/core": "^3.36.1",
9101
- "@salesforce/kit": "^1.9.2",
9102
- "@salesforce/ts-types": "^1.7.3",
9103
- "chalk": "^4",
9104
- "inquirer": "^8.2.5"
9105
- }
9106
- },
9107
- "node_modules/@salesforce/plugin-apex/node_modules/@salesforce/ts-types": {
9108
- "version": "1.7.3",
9109
- "resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-1.7.3.tgz",
9110
- "integrity": "sha512-jpmekGqZ7tpHRJwf1rF0yBJ/IMC5mOrryNi4HZkKuNQn8RF97WpynmL8Om04mLTCESvCiif3y7NWfIcxtID2Gw==",
9111
- "license": "BSD-3-Clause",
9112
- "dependencies": {
9113
- "tslib": "^2.5.0"
9114
- }
9115
- },
9116
- "node_modules/@salesforce/plugin-apex/node_modules/ajv": {
9117
- "version": "8.12.0",
9118
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
9119
- "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
9120
- "license": "MIT",
9121
- "dependencies": {
9122
- "fast-deep-equal": "^3.1.1",
9123
- "json-schema-traverse": "^1.0.0",
9124
- "require-from-string": "^2.0.2",
9125
- "uri-js": "^4.2.2"
9126
- },
9127
- "funding": {
9128
- "type": "github",
9129
- "url": "https://github.com/sponsors/epoberezkin"
9130
- }
9131
- },
9132
- "node_modules/@salesforce/plugin-apex/node_modules/debug": {
9133
- "version": "3.2.7",
9134
- "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
9135
- "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
9136
- "license": "MIT",
9137
- "dependencies": {
9138
- "ms": "^2.1.1"
9139
- }
9140
- },
9141
- "node_modules/@salesforce/plugin-apex/node_modules/json-schema-traverse": {
9142
- "version": "1.0.0",
9143
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
9144
- "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
9145
- "license": "MIT"
9146
- },
9147
9059
  "node_modules/@salesforce/plugin-auth": {
9148
9060
  "version": "2.8.1",
9149
9061
  "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-2.8.1.tgz",
@@ -9350,9 +9262,9 @@
9350
9262
  }
9351
9263
  },
9352
9264
  "node_modules/@salesforce/plugin-deploy-retrieve": {
9353
- "version": "1.11.2",
9354
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.11.2.tgz",
9355
- "integrity": "sha512-guwKQfHXsqLn0aN5pdtvT2PuenWbIkO6iPpKYFcF0d+LA0jvEqYIL8H4+r74gGPAf9uubA2jov7hazIEYuF0Kg==",
9265
+ "version": "1.11.3",
9266
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.11.3.tgz",
9267
+ "integrity": "sha512-OgzGjZ9M/C7WOHYPlbOzoZYldaV/oQZK5pus0m7eDrzfs+WR6C1LV0+wCke7ZPbqIu11kwzIiRKaqGQkqChBLg==",
9356
9268
  "license": "BSD-3-Clause",
9357
9269
  "dependencies": {
9358
9270
  "@oclif/core": "^2.8.2",
@@ -9386,9 +9298,9 @@
9386
9298
  }
9387
9299
  },
9388
9300
  "node_modules/@salesforce/plugin-info": {
9389
- "version": "2.6.18",
9390
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.6.18.tgz",
9391
- "integrity": "sha512-NWMucvQU3s/4TzUjsS/Jv97wyzARwMlRBY8t/FBOsbMNG4rXanQvG2K7EsDI+Y32ifStp6IHLrLW37IFQ7VyuA==",
9301
+ "version": "2.6.19",
9302
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.6.19.tgz",
9303
+ "integrity": "sha512-6PG+C8+9An/MpoI80X+DvpLwMfhqzl9zcqMQL8/JhZj344SlAvbyTKvHF5037vZmkkdtxbnAR6DteYVZaNW82w==",
9392
9304
  "license": "BSD-3-Clause",
9393
9305
  "dependencies": {
9394
9306
  "@oclif/core": "^2.8.2",
@@ -10230,13 +10142,13 @@
10230
10142
  "license": "MIT"
10231
10143
  },
10232
10144
  "node_modules/@salesforce/plugin-user": {
10233
- "version": "2.3.15",
10234
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-2.3.15.tgz",
10235
- "integrity": "sha512-YT7+/nlqoTV9r6RETCY1ZbbDziNa0tlTAnEpoBa/0zUM7BpQdQps6+XmLkyiGoV+W0HkWl6Ffc6jqvkUyYirJQ==",
10145
+ "version": "2.3.16",
10146
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-2.3.16.tgz",
10147
+ "integrity": "sha512-O+hTtjj5Qz4hfXYvGzfv5moO5vlgbWmDNDNdpeAnJRov/uaFQRgi2KQRP5dyddpj9WVqR9jnfDgtikTKA6DoCA==",
10236
10148
  "license": "BSD-3-Clause",
10237
10149
  "dependencies": {
10238
10150
  "@oclif/core": "^2.8.2",
10239
- "@salesforce/core": "^4.0.1",
10151
+ "@salesforce/core": "^4.1.0",
10240
10152
  "@salesforce/kit": "^3.0.2",
10241
10153
  "@salesforce/sf-plugins-core": "^3.0.2",
10242
10154
  "@salesforce/ts-types": "^2.0.2",
@@ -10531,25 +10443,15 @@
10531
10443
  "license": "0BSD"
10532
10444
  },
10533
10445
  "node_modules/@salesforce/ts-sinon": {
10534
- "version": "1.4.7",
10535
- "resolved": "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.7.tgz",
10536
- "integrity": "sha512-8GlR2Dq6U864brWOrsQ2sqXoDZCETR6ton72dzyH8kDbq9SvFrxnkEbtGzin1w5vFRBu1GmUlBWLFYOkGqAsRQ==",
10446
+ "version": "1.4.8",
10447
+ "resolved": "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.8.tgz",
10448
+ "integrity": "sha512-W0gfQmakiKrV1feX+kTMnASftgwzoEjrBAT40vN0cCF1uc/wQ05myLGiX/dckO411s36kzlbvt33QM0VzyyE+A==",
10537
10449
  "dev": true,
10538
10450
  "license": "BSD-3-Clause",
10539
10451
  "dependencies": {
10540
- "@salesforce/ts-types": "^1.7.3",
10452
+ "@salesforce/ts-types": "^2.0.1",
10541
10453
  "sinon": "^5.1.1",
10542
- "tslib": "^2.5.2"
10543
- }
10544
- },
10545
- "node_modules/@salesforce/ts-sinon/node_modules/@salesforce/ts-types": {
10546
- "version": "1.7.3",
10547
- "resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-1.7.3.tgz",
10548
- "integrity": "sha512-jpmekGqZ7tpHRJwf1rF0yBJ/IMC5mOrryNi4HZkKuNQn8RF97WpynmL8Om04mLTCESvCiif3y7NWfIcxtID2Gw==",
10549
- "dev": true,
10550
- "license": "BSD-3-Clause",
10551
- "dependencies": {
10552
- "tslib": "^2.5.0"
10454
+ "tslib": "^2.5.3"
10553
10455
  }
10554
10456
  },
10555
10457
  "node_modules/@salesforce/ts-sinon/node_modules/@sinonjs/samsam": {
@@ -11023,16 +10925,16 @@
11023
10925
  }
11024
10926
  },
11025
10927
  "node_modules/@typescript-eslint/eslint-plugin": {
11026
- "version": "5.59.7",
11027
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.7.tgz",
11028
- "integrity": "sha512-BL+jYxUFIbuYwy+4fF86k5vdT9lT0CNJ6HtwrIvGh0PhH8s0yy5rjaKH2fDCrz5ITHy07WCzVGNvAmjJh4IJFA==",
10928
+ "version": "5.59.9",
10929
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.9.tgz",
10930
+ "integrity": "sha512-4uQIBq1ffXd2YvF7MAvehWKW3zVv/w+mSfRAu+8cKbfj3nwzyqJLNcZJpQ/WZ1HLbJDiowwmQ6NO+63nCA+fqA==",
11029
10931
  "dev": true,
11030
10932
  "license": "MIT",
11031
10933
  "dependencies": {
11032
10934
  "@eslint-community/regexpp": "^4.4.0",
11033
- "@typescript-eslint/scope-manager": "5.59.7",
11034
- "@typescript-eslint/type-utils": "5.59.7",
11035
- "@typescript-eslint/utils": "5.59.7",
10935
+ "@typescript-eslint/scope-manager": "5.59.9",
10936
+ "@typescript-eslint/type-utils": "5.59.9",
10937
+ "@typescript-eslint/utils": "5.59.9",
11036
10938
  "debug": "^4.3.4",
11037
10939
  "grapheme-splitter": "^1.0.4",
11038
10940
  "ignore": "^5.2.0",
@@ -11080,45 +10982,43 @@
11080
10982
  "eslint": "*"
11081
10983
  }
11082
10984
  },
11083
- "node_modules/@typescript-eslint/experimental-utils/node_modules/@typescript-eslint/typescript-estree": {
11084
- "version": "2.34.0",
11085
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz",
11086
- "integrity": "sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==",
10985
+ "node_modules/@typescript-eslint/parser": {
10986
+ "version": "5.59.7",
10987
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.59.7.tgz",
10988
+ "integrity": "sha512-VhpsIEuq/8i5SF+mPg9jSdIwgMBBp0z9XqjiEay+81PYLJuroN+ET1hM5IhkiYMJd9MkTz8iJLt7aaGAgzWUbQ==",
11087
10989
  "dev": true,
11088
10990
  "license": "BSD-2-Clause",
11089
10991
  "dependencies": {
11090
- "debug": "^4.1.1",
11091
- "eslint-visitor-keys": "^1.1.0",
11092
- "glob": "^7.1.6",
11093
- "is-glob": "^4.0.1",
11094
- "lodash": "^4.17.15",
11095
- "semver": "^7.3.2",
11096
- "tsutils": "^3.17.1"
10992
+ "@typescript-eslint/scope-manager": "5.59.7",
10993
+ "@typescript-eslint/types": "5.59.7",
10994
+ "@typescript-eslint/typescript-estree": "5.59.7",
10995
+ "debug": "^4.3.4"
11097
10996
  },
11098
10997
  "engines": {
11099
- "node": "^8.10.0 || ^10.13.0 || >=11.10.1"
10998
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
11100
10999
  },
11101
11000
  "funding": {
11102
11001
  "type": "opencollective",
11103
11002
  "url": "https://opencollective.com/typescript-eslint"
11104
11003
  },
11004
+ "peerDependencies": {
11005
+ "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
11006
+ },
11105
11007
  "peerDependenciesMeta": {
11106
11008
  "typescript": {
11107
11009
  "optional": true
11108
11010
  }
11109
11011
  }
11110
11012
  },
11111
- "node_modules/@typescript-eslint/parser": {
11013
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
11112
11014
  "version": "5.59.7",
11113
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.59.7.tgz",
11114
- "integrity": "sha512-VhpsIEuq/8i5SF+mPg9jSdIwgMBBp0z9XqjiEay+81PYLJuroN+ET1hM5IhkiYMJd9MkTz8iJLt7aaGAgzWUbQ==",
11015
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.7.tgz",
11016
+ "integrity": "sha512-FL6hkYWK9zBGdxT2wWEd2W8ocXMu3K94i3gvMrjXpx+koFYdYV7KprKfirpgY34vTGzEPPuKoERpP8kD5h7vZQ==",
11115
11017
  "dev": true,
11116
- "license": "BSD-2-Clause",
11018
+ "license": "MIT",
11117
11019
  "dependencies": {
11118
- "@typescript-eslint/scope-manager": "5.59.7",
11119
11020
  "@typescript-eslint/types": "5.59.7",
11120
- "@typescript-eslint/typescript-estree": "5.59.7",
11121
- "debug": "^4.3.4"
11021
+ "@typescript-eslint/visitor-keys": "5.59.7"
11122
11022
  },
11123
11023
  "engines": {
11124
11024
  "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
@@ -11126,9 +11026,29 @@
11126
11026
  "funding": {
11127
11027
  "type": "opencollective",
11128
11028
  "url": "https://opencollective.com/typescript-eslint"
11029
+ }
11030
+ },
11031
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": {
11032
+ "version": "5.59.7",
11033
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.7.tgz",
11034
+ "integrity": "sha512-4A1NtZ1I3wMN2UGDkU9HMBL+TIQfbrh4uS0WDMMpf3xMRursDbqEf1ahh6vAAe3mObt8k3ZATnezwG4pdtWuUQ==",
11035
+ "dev": true,
11036
+ "license": "BSD-2-Clause",
11037
+ "dependencies": {
11038
+ "@typescript-eslint/types": "5.59.7",
11039
+ "@typescript-eslint/visitor-keys": "5.59.7",
11040
+ "debug": "^4.3.4",
11041
+ "globby": "^11.1.0",
11042
+ "is-glob": "^4.0.3",
11043
+ "semver": "^7.3.7",
11044
+ "tsutils": "^3.21.0"
11129
11045
  },
11130
- "peerDependencies": {
11131
- "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
11046
+ "engines": {
11047
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
11048
+ },
11049
+ "funding": {
11050
+ "type": "opencollective",
11051
+ "url": "https://opencollective.com/typescript-eslint"
11132
11052
  },
11133
11053
  "peerDependenciesMeta": {
11134
11054
  "typescript": {
@@ -11137,14 +11057,46 @@
11137
11057
  }
11138
11058
  },
11139
11059
  "node_modules/@typescript-eslint/scope-manager": {
11140
- "version": "5.59.7",
11141
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.7.tgz",
11142
- "integrity": "sha512-FL6hkYWK9zBGdxT2wWEd2W8ocXMu3K94i3gvMrjXpx+koFYdYV7KprKfirpgY34vTGzEPPuKoERpP8kD5h7vZQ==",
11060
+ "version": "5.59.9",
11061
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.9.tgz",
11062
+ "integrity": "sha512-8RA+E+w78z1+2dzvK/tGZ2cpGigBZ58VMEHDZtpE1v+LLjzrYGc8mMaTONSxKyEkz3IuXFM0IqYiGHlCsmlZxQ==",
11143
11063
  "dev": true,
11144
11064
  "license": "MIT",
11145
11065
  "dependencies": {
11146
- "@typescript-eslint/types": "5.59.7",
11147
- "@typescript-eslint/visitor-keys": "5.59.7"
11066
+ "@typescript-eslint/types": "5.59.9",
11067
+ "@typescript-eslint/visitor-keys": "5.59.9"
11068
+ },
11069
+ "engines": {
11070
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
11071
+ },
11072
+ "funding": {
11073
+ "type": "opencollective",
11074
+ "url": "https://opencollective.com/typescript-eslint"
11075
+ }
11076
+ },
11077
+ "node_modules/@typescript-eslint/scope-manager/node_modules/@typescript-eslint/types": {
11078
+ "version": "5.59.9",
11079
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.9.tgz",
11080
+ "integrity": "sha512-uW8H5NRgTVneSVTfiCVffBb8AbwWSKg7qcA4Ot3JI3MPCJGsB4Db4BhvAODIIYE5mNj7Q+VJkK7JxmRhk2Lyjw==",
11081
+ "dev": true,
11082
+ "license": "MIT",
11083
+ "engines": {
11084
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
11085
+ },
11086
+ "funding": {
11087
+ "type": "opencollective",
11088
+ "url": "https://opencollective.com/typescript-eslint"
11089
+ }
11090
+ },
11091
+ "node_modules/@typescript-eslint/scope-manager/node_modules/@typescript-eslint/visitor-keys": {
11092
+ "version": "5.59.9",
11093
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.9.tgz",
11094
+ "integrity": "sha512-bT7s0td97KMaLwpEBckbzj/YohnvXtqbe2XgqNvTl6RJVakY5mvENOTPvw5u66nljfZxthESpDozs86U+oLY8Q==",
11095
+ "dev": true,
11096
+ "license": "MIT",
11097
+ "dependencies": {
11098
+ "@typescript-eslint/types": "5.59.9",
11099
+ "eslint-visitor-keys": "^3.3.0"
11148
11100
  },
11149
11101
  "engines": {
11150
11102
  "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
@@ -11154,15 +11106,28 @@
11154
11106
  "url": "https://opencollective.com/typescript-eslint"
11155
11107
  }
11156
11108
  },
11109
+ "node_modules/@typescript-eslint/scope-manager/node_modules/eslint-visitor-keys": {
11110
+ "version": "3.4.1",
11111
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz",
11112
+ "integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==",
11113
+ "dev": true,
11114
+ "license": "Apache-2.0",
11115
+ "engines": {
11116
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
11117
+ },
11118
+ "funding": {
11119
+ "url": "https://opencollective.com/eslint"
11120
+ }
11121
+ },
11157
11122
  "node_modules/@typescript-eslint/type-utils": {
11158
- "version": "5.59.7",
11159
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.59.7.tgz",
11160
- "integrity": "sha512-ozuz/GILuYG7osdY5O5yg0QxXUAEoI4Go3Do5xeu+ERH9PorHBPSdvD3Tjp2NN2bNLh1NJQSsQu2TPu/Ly+HaQ==",
11123
+ "version": "5.59.9",
11124
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.59.9.tgz",
11125
+ "integrity": "sha512-ksEsT0/mEHg9e3qZu98AlSrONAQtrSTljL3ow9CGej8eRo7pe+yaC/mvTjptp23Xo/xIf2mLZKC6KPv4Sji26Q==",
11161
11126
  "dev": true,
11162
11127
  "license": "MIT",
11163
11128
  "dependencies": {
11164
- "@typescript-eslint/typescript-estree": "5.59.7",
11165
- "@typescript-eslint/utils": "5.59.7",
11129
+ "@typescript-eslint/typescript-estree": "5.59.9",
11130
+ "@typescript-eslint/utils": "5.59.9",
11166
11131
  "debug": "^4.3.4",
11167
11132
  "tsutils": "^3.21.0"
11168
11133
  },
@@ -11182,10 +11147,10 @@
11182
11147
  }
11183
11148
  }
11184
11149
  },
11185
- "node_modules/@typescript-eslint/types": {
11186
- "version": "5.59.7",
11187
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.7.tgz",
11188
- "integrity": "sha512-UnVS2MRRg6p7xOSATscWkKjlf/NDKuqo5TdbWck6rIRZbmKpVNTLALzNvcjIfHBE7736kZOFc/4Z3VcZwuOM/A==",
11150
+ "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
11151
+ "version": "5.59.9",
11152
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.9.tgz",
11153
+ "integrity": "sha512-uW8H5NRgTVneSVTfiCVffBb8AbwWSKg7qcA4Ot3JI3MPCJGsB4Db4BhvAODIIYE5mNj7Q+VJkK7JxmRhk2Lyjw==",
11189
11154
  "dev": true,
11190
11155
  "license": "MIT",
11191
11156
  "engines": {
@@ -11196,15 +11161,15 @@
11196
11161
  "url": "https://opencollective.com/typescript-eslint"
11197
11162
  }
11198
11163
  },
11199
- "node_modules/@typescript-eslint/typescript-estree": {
11200
- "version": "5.59.7",
11201
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.7.tgz",
11202
- "integrity": "sha512-4A1NtZ1I3wMN2UGDkU9HMBL+TIQfbrh4uS0WDMMpf3xMRursDbqEf1ahh6vAAe3mObt8k3ZATnezwG4pdtWuUQ==",
11164
+ "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": {
11165
+ "version": "5.59.9",
11166
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.9.tgz",
11167
+ "integrity": "sha512-pmM0/VQ7kUhd1QyIxgS+aRvMgw+ZljB3eDb+jYyp6d2bC0mQWLzUDF+DLwCTkQ3tlNyVsvZRXjFyV0LkU/aXjA==",
11203
11168
  "dev": true,
11204
11169
  "license": "BSD-2-Clause",
11205
11170
  "dependencies": {
11206
- "@typescript-eslint/types": "5.59.7",
11207
- "@typescript-eslint/visitor-keys": "5.59.7",
11171
+ "@typescript-eslint/types": "5.59.9",
11172
+ "@typescript-eslint/visitor-keys": "5.59.9",
11208
11173
  "debug": "^4.3.4",
11209
11174
  "globby": "^11.1.0",
11210
11175
  "is-glob": "^4.0.3",
@@ -11224,19 +11189,92 @@
11224
11189
  }
11225
11190
  }
11226
11191
  },
11227
- "node_modules/@typescript-eslint/utils": {
11192
+ "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": {
11193
+ "version": "5.59.9",
11194
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.9.tgz",
11195
+ "integrity": "sha512-bT7s0td97KMaLwpEBckbzj/YohnvXtqbe2XgqNvTl6RJVakY5mvENOTPvw5u66nljfZxthESpDozs86U+oLY8Q==",
11196
+ "dev": true,
11197
+ "license": "MIT",
11198
+ "dependencies": {
11199
+ "@typescript-eslint/types": "5.59.9",
11200
+ "eslint-visitor-keys": "^3.3.0"
11201
+ },
11202
+ "engines": {
11203
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
11204
+ },
11205
+ "funding": {
11206
+ "type": "opencollective",
11207
+ "url": "https://opencollective.com/typescript-eslint"
11208
+ }
11209
+ },
11210
+ "node_modules/@typescript-eslint/type-utils/node_modules/eslint-visitor-keys": {
11211
+ "version": "3.4.1",
11212
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz",
11213
+ "integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==",
11214
+ "dev": true,
11215
+ "license": "Apache-2.0",
11216
+ "engines": {
11217
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
11218
+ },
11219
+ "funding": {
11220
+ "url": "https://opencollective.com/eslint"
11221
+ }
11222
+ },
11223
+ "node_modules/@typescript-eslint/types": {
11228
11224
  "version": "5.59.7",
11229
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.59.7.tgz",
11230
- "integrity": "sha512-yCX9WpdQKaLufz5luG4aJbOpdXf/fjwGMcLFXZVPUz3QqLirG5QcwwnIHNf8cjLjxK4qtzTO8udUtMQSAToQnQ==",
11225
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.7.tgz",
11226
+ "integrity": "sha512-UnVS2MRRg6p7xOSATscWkKjlf/NDKuqo5TdbWck6rIRZbmKpVNTLALzNvcjIfHBE7736kZOFc/4Z3VcZwuOM/A==",
11227
+ "dev": true,
11228
+ "license": "MIT",
11229
+ "engines": {
11230
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
11231
+ },
11232
+ "funding": {
11233
+ "type": "opencollective",
11234
+ "url": "https://opencollective.com/typescript-eslint"
11235
+ }
11236
+ },
11237
+ "node_modules/@typescript-eslint/typescript-estree": {
11238
+ "version": "2.34.0",
11239
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz",
11240
+ "integrity": "sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==",
11241
+ "dev": true,
11242
+ "license": "BSD-2-Clause",
11243
+ "dependencies": {
11244
+ "debug": "^4.1.1",
11245
+ "eslint-visitor-keys": "^1.1.0",
11246
+ "glob": "^7.1.6",
11247
+ "is-glob": "^4.0.1",
11248
+ "lodash": "^4.17.15",
11249
+ "semver": "^7.3.2",
11250
+ "tsutils": "^3.17.1"
11251
+ },
11252
+ "engines": {
11253
+ "node": "^8.10.0 || ^10.13.0 || >=11.10.1"
11254
+ },
11255
+ "funding": {
11256
+ "type": "opencollective",
11257
+ "url": "https://opencollective.com/typescript-eslint"
11258
+ },
11259
+ "peerDependenciesMeta": {
11260
+ "typescript": {
11261
+ "optional": true
11262
+ }
11263
+ }
11264
+ },
11265
+ "node_modules/@typescript-eslint/utils": {
11266
+ "version": "5.59.9",
11267
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.59.9.tgz",
11268
+ "integrity": "sha512-1PuMYsju/38I5Ggblaeb98TOoUvjhRvLpLa1DoTOFaLWqaXl/1iQ1eGurTXgBY58NUdtfTXKP5xBq7q9NDaLKg==",
11231
11269
  "dev": true,
11232
11270
  "license": "MIT",
11233
11271
  "dependencies": {
11234
11272
  "@eslint-community/eslint-utils": "^4.2.0",
11235
11273
  "@types/json-schema": "^7.0.9",
11236
11274
  "@types/semver": "^7.3.12",
11237
- "@typescript-eslint/scope-manager": "5.59.7",
11238
- "@typescript-eslint/types": "5.59.7",
11239
- "@typescript-eslint/typescript-estree": "5.59.7",
11275
+ "@typescript-eslint/scope-manager": "5.59.9",
11276
+ "@typescript-eslint/types": "5.59.9",
11277
+ "@typescript-eslint/typescript-estree": "5.59.9",
11240
11278
  "eslint-scope": "^5.1.1",
11241
11279
  "semver": "^7.3.7"
11242
11280
  },
@@ -11251,6 +11289,79 @@
11251
11289
  "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
11252
11290
  }
11253
11291
  },
11292
+ "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
11293
+ "version": "5.59.9",
11294
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.9.tgz",
11295
+ "integrity": "sha512-uW8H5NRgTVneSVTfiCVffBb8AbwWSKg7qcA4Ot3JI3MPCJGsB4Db4BhvAODIIYE5mNj7Q+VJkK7JxmRhk2Lyjw==",
11296
+ "dev": true,
11297
+ "license": "MIT",
11298
+ "engines": {
11299
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
11300
+ },
11301
+ "funding": {
11302
+ "type": "opencollective",
11303
+ "url": "https://opencollective.com/typescript-eslint"
11304
+ }
11305
+ },
11306
+ "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": {
11307
+ "version": "5.59.9",
11308
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.9.tgz",
11309
+ "integrity": "sha512-pmM0/VQ7kUhd1QyIxgS+aRvMgw+ZljB3eDb+jYyp6d2bC0mQWLzUDF+DLwCTkQ3tlNyVsvZRXjFyV0LkU/aXjA==",
11310
+ "dev": true,
11311
+ "license": "BSD-2-Clause",
11312
+ "dependencies": {
11313
+ "@typescript-eslint/types": "5.59.9",
11314
+ "@typescript-eslint/visitor-keys": "5.59.9",
11315
+ "debug": "^4.3.4",
11316
+ "globby": "^11.1.0",
11317
+ "is-glob": "^4.0.3",
11318
+ "semver": "^7.3.7",
11319
+ "tsutils": "^3.21.0"
11320
+ },
11321
+ "engines": {
11322
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
11323
+ },
11324
+ "funding": {
11325
+ "type": "opencollective",
11326
+ "url": "https://opencollective.com/typescript-eslint"
11327
+ },
11328
+ "peerDependenciesMeta": {
11329
+ "typescript": {
11330
+ "optional": true
11331
+ }
11332
+ }
11333
+ },
11334
+ "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
11335
+ "version": "5.59.9",
11336
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.9.tgz",
11337
+ "integrity": "sha512-bT7s0td97KMaLwpEBckbzj/YohnvXtqbe2XgqNvTl6RJVakY5mvENOTPvw5u66nljfZxthESpDozs86U+oLY8Q==",
11338
+ "dev": true,
11339
+ "license": "MIT",
11340
+ "dependencies": {
11341
+ "@typescript-eslint/types": "5.59.9",
11342
+ "eslint-visitor-keys": "^3.3.0"
11343
+ },
11344
+ "engines": {
11345
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
11346
+ },
11347
+ "funding": {
11348
+ "type": "opencollective",
11349
+ "url": "https://opencollective.com/typescript-eslint"
11350
+ }
11351
+ },
11352
+ "node_modules/@typescript-eslint/utils/node_modules/eslint-visitor-keys": {
11353
+ "version": "3.4.1",
11354
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz",
11355
+ "integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==",
11356
+ "dev": true,
11357
+ "license": "Apache-2.0",
11358
+ "engines": {
11359
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
11360
+ },
11361
+ "funding": {
11362
+ "url": "https://opencollective.com/eslint"
11363
+ }
11364
+ },
11254
11365
  "node_modules/@typescript-eslint/visitor-keys": {
11255
11366
  "version": "5.59.7",
11256
11367
  "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.7.tgz",
@@ -14810,50 +14921,6 @@
14810
14921
  }
14811
14922
  }
14812
14923
  },
14813
- "node_modules/eslint-config-oclif-typescript/node_modules/@typescript-eslint/typescript-estree": {
14814
- "version": "2.34.0",
14815
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz",
14816
- "integrity": "sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==",
14817
- "dev": true,
14818
- "license": "BSD-2-Clause",
14819
- "dependencies": {
14820
- "debug": "^4.1.1",
14821
- "eslint-visitor-keys": "^1.1.0",
14822
- "glob": "^7.1.6",
14823
- "is-glob": "^4.0.1",
14824
- "lodash": "^4.17.15",
14825
- "semver": "^7.3.2",
14826
- "tsutils": "^3.17.1"
14827
- },
14828
- "engines": {
14829
- "node": "^8.10.0 || ^10.13.0 || >=11.10.1"
14830
- },
14831
- "funding": {
14832
- "type": "opencollective",
14833
- "url": "https://opencollective.com/typescript-eslint"
14834
- },
14835
- "peerDependenciesMeta": {
14836
- "typescript": {
14837
- "optional": true
14838
- }
14839
- }
14840
- },
14841
- "node_modules/eslint-config-oclif-typescript/node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
14842
- "version": "7.5.1",
14843
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz",
14844
- "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==",
14845
- "dev": true,
14846
- "license": "ISC",
14847
- "dependencies": {
14848
- "lru-cache": "^6.0.0"
14849
- },
14850
- "bin": {
14851
- "semver": "bin/semver.js"
14852
- },
14853
- "engines": {
14854
- "node": ">=10"
14855
- }
14856
- },
14857
14924
  "node_modules/eslint-config-oclif-typescript/node_modules/eslint-plugin-node": {
14858
14925
  "version": "7.0.1",
14859
14926
  "resolved": "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-7.0.1.tgz",
@@ -14921,19 +14988,6 @@
14921
14988
  "node": ">= 4"
14922
14989
  }
14923
14990
  },
14924
- "node_modules/eslint-config-oclif-typescript/node_modules/lru-cache": {
14925
- "version": "6.0.0",
14926
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
14927
- "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
14928
- "dev": true,
14929
- "license": "ISC",
14930
- "dependencies": {
14931
- "yallist": "^4.0.0"
14932
- },
14933
- "engines": {
14934
- "node": ">=10"
14935
- }
14936
- },
14937
14991
  "node_modules/eslint-config-oclif-typescript/node_modules/semver": {
14938
14992
  "version": "5.7.1",
14939
14993
  "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.82.4",
2
+ "version": "1.82.5",
3
3
  "commands": {
4
4
  "cmdt:generate:field": {
5
5
  "id": "cmdt:generate:field",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "1.82.4",
4
+ "version": "1.82.5",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run"
@@ -119,16 +119,16 @@
119
119
  "@oclif/plugin-not-found": "2.3.24",
120
120
  "@oclif/plugin-plugins": "3.1.2",
121
121
  "@oclif/plugin-search": "0.0.17",
122
- "@oclif/plugin-update": "3.1.16",
122
+ "@oclif/plugin-update": "3.1.17",
123
123
  "@oclif/plugin-version": "1.3.4",
124
124
  "@oclif/plugin-warn-if-update-available": "2.0.37",
125
125
  "@oclif/plugin-which": "2.2.22",
126
- "@salesforce/core": "4.1.0",
127
- "@salesforce/plugin-apex": "2.3.1",
126
+ "@salesforce/core": "4.1.2",
127
+ "@salesforce/plugin-apex": "2.3.2",
128
128
  "@salesforce/plugin-auth": "2.8.1",
129
129
  "@salesforce/plugin-data": "2.3.21",
130
- "@salesforce/plugin-deploy-retrieve": "1.11.2",
131
- "@salesforce/plugin-info": "2.6.18",
130
+ "@salesforce/plugin-deploy-retrieve": "1.11.3",
131
+ "@salesforce/plugin-info": "2.6.19",
132
132
  "@salesforce/plugin-limits": "2.3.18",
133
133
  "@salesforce/plugin-login": "1.2.11",
134
134
  "@salesforce/plugin-org": "2.9.6",
@@ -139,7 +139,7 @@
139
139
  "@salesforce/plugin-telemetry": "2.2.0",
140
140
  "@salesforce/plugin-templates": "55.4.20",
141
141
  "@salesforce/plugin-trust": "2.4.20",
142
- "@salesforce/plugin-user": "2.3.15",
142
+ "@salesforce/plugin-user": "2.3.16",
143
143
  "@salesforce/sf-plugins-core": "3.0.2",
144
144
  "debug": "^4.3.4",
145
145
  "semver": "^7.3.8",
@@ -223,9 +223,9 @@
223
223
  "@salesforce/dev-scripts": "^3.1.1",
224
224
  "@salesforce/plugin-release-management": "^3.16.11",
225
225
  "@salesforce/prettier-config": "^0.0.3",
226
- "@salesforce/ts-sinon": "^1.4.7",
226
+ "@salesforce/ts-sinon": "^1.4.8",
227
227
  "@types/debug": "^4.1.8",
228
- "@typescript-eslint/eslint-plugin": "^5.59.7",
228
+ "@typescript-eslint/eslint-plugin": "^5.59.9",
229
229
  "@typescript-eslint/parser": "^5.59.7",
230
230
  "aws-sdk": "^2.1386.0",
231
231
  "chai": "^4.3.7",