Skip to content

Commit 7e2f20a

Browse files
committed
chore: updates from devScripts
1 parent 8da8c65 commit 7e2f20a

2 files changed

Lines changed: 49 additions & 67 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
"devDependencies": {
1818
"@oclif/plugin-help": "^5.2.10",
1919
"@salesforce/dev-config": "^4.0.1",
20-
"@salesforce/dev-scripts": "^5.4.2",
20+
"@salesforce/dev-scripts": "^5.4.3",
2121
"@salesforce/plugin-auth": "^2.8.8",
2222
"@salesforce/prettier-config": "^0.0.3",
2323
"@types/debug": "^4.1.8",
2424
"@types/ejs": "^3.1.2",
2525
"@typescript-eslint/eslint-plugin": "^5.61.0",
26-
"@typescript-eslint/parser": "^5.60.1",
26+
"@typescript-eslint/parser": "^5.61.0",
2727
"chai": "^4.3.7",
2828
"eslint": "^8.44.0",
2929
"eslint-config-prettier": "^8.8.0",
@@ -205,4 +205,4 @@
205205
"output": []
206206
}
207207
}
208-
}
208+
}

yarn.lock

Lines changed: 46 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -930,10 +930,10 @@
930930
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.0.1.tgz#662ffaa4409713553aaf68eed93e7d2429c3ff0e"
931931
integrity sha512-0zMjXG4Vjlu/mB7zbuKSXfXiP7CEZBwsPtYqNgburk/wZIU9KcMspLwVBDUxmUj9ltRksD9o1ubRUblN5M3Z0g==
932932

933-
"@salesforce/dev-scripts@^5.4.2":
934-
version "5.4.2"
935-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-5.4.2.tgz#77aacf9a4743fe951d9de9cbc9524a70bb46054e"
936-
integrity sha512-D54yF+NDDa+50A28YyvG8aO5t3tIMIIZ7Q+ewWmUXdpFhqUfwq1k6/Y2tZy+rE9Z8fwWB2DQSD9dhaZavxOgrw==
933+
"@salesforce/dev-scripts@^5.4.3":
934+
version "5.4.3"
935+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-5.4.3.tgz#e17dba5be40570f7148ee9175e26384eede1a62a"
936+
integrity sha512-Qkyht70ZDQGx7zNgZeZep93eG538A7g1J7Ov+ogGCG7a3ds0ehKFscjvR5t0TKQhL8ojWEjKYr44IX4SfBKOyQ==
937937
dependencies:
938938
"@commitlint/cli" "^17.1.2"
939939
"@commitlint/config-conventional" "^17.1.0"
@@ -1245,24 +1245,16 @@
12451245
semver "^7.3.7"
12461246
tsutils "^3.21.0"
12471247

1248-
"@typescript-eslint/parser@^5.60.1":
1249-
version "5.60.1"
1250-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.60.1.tgz#0f2f58209c0862a73e3d5a56099abfdfa21d0fd3"
1251-
integrity sha512-pHWlc3alg2oSMGwsU/Is8hbm3XFbcrb6P5wIxcQW9NsYBfnrubl/GhVVD/Jm/t8HXhA2WncoIRfBtnCgRGV96Q==
1248+
"@typescript-eslint/parser@^5.61.0":
1249+
version "5.62.0"
1250+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
1251+
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
12521252
dependencies:
1253-
"@typescript-eslint/scope-manager" "5.60.1"
1254-
"@typescript-eslint/types" "5.60.1"
1255-
"@typescript-eslint/typescript-estree" "5.60.1"
1253+
"@typescript-eslint/scope-manager" "5.62.0"
1254+
"@typescript-eslint/types" "5.62.0"
1255+
"@typescript-eslint/typescript-estree" "5.62.0"
12561256
debug "^4.3.4"
12571257

1258-
"@typescript-eslint/scope-manager@5.60.1":
1259-
version "5.60.1"
1260-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.60.1.tgz#35abdb47f500c68c08f2f2b4f22c7c79472854bb"
1261-
integrity sha512-Dn/LnN7fEoRD+KspEOV0xDMynEmR3iSHdgNsarlXNLGGtcUok8L4N71dxUgt3YvlO8si7E+BJ5Fe3wb5yUw7DQ==
1262-
dependencies:
1263-
"@typescript-eslint/types" "5.60.1"
1264-
"@typescript-eslint/visitor-keys" "5.60.1"
1265-
12661258
"@typescript-eslint/scope-manager@5.61.0":
12671259
version "5.61.0"
12681260
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.61.0.tgz#b670006d069c9abe6415c41f754b1b5d949ef2b2"
@@ -1271,6 +1263,14 @@
12711263
"@typescript-eslint/types" "5.61.0"
12721264
"@typescript-eslint/visitor-keys" "5.61.0"
12731265

1266+
"@typescript-eslint/scope-manager@5.62.0":
1267+
version "5.62.0"
1268+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
1269+
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
1270+
dependencies:
1271+
"@typescript-eslint/types" "5.62.0"
1272+
"@typescript-eslint/visitor-keys" "5.62.0"
1273+
12741274
"@typescript-eslint/type-utils@5.61.0":
12751275
version "5.61.0"
12761276
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.61.0.tgz#e90799eb2045c4435ea8378cb31cd8a9fddca47a"
@@ -1281,28 +1281,15 @@
12811281
debug "^4.3.4"
12821282
tsutils "^3.21.0"
12831283

1284-
"@typescript-eslint/types@5.60.1":
1285-
version "5.60.1"
1286-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.60.1.tgz#a17473910f6b8d388ea83c9d7051af89c4eb7561"
1287-
integrity sha512-zDcDx5fccU8BA0IDZc71bAtYIcG9PowaOwaD8rjYbqwK7dpe/UMQl3inJ4UtUK42nOCT41jTSCwg76E62JpMcg==
1288-
12891284
"@typescript-eslint/types@5.61.0":
12901285
version "5.61.0"
12911286
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.61.0.tgz#e99ff11b5792d791554abab0f0370936d8ca50c0"
12921287
integrity sha512-ldyueo58KjngXpzloHUog/h9REmHl59G1b3a5Sng1GfBo14BkS3ZbMEb3693gnP1k//97lh7bKsp6/V/0v1veQ==
12931288

1294-
"@typescript-eslint/typescript-estree@5.60.1":
1295-
version "5.60.1"
1296-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.60.1.tgz#8c71824b7165b64d5ebd7aa42968899525959834"
1297-
integrity sha512-hkX70J9+2M2ZT6fhti5Q2FoU9zb+GeZK2SLP1WZlvUDqdMbEKhexZODD1WodNRyO8eS+4nScvT0dts8IdaBzfw==
1298-
dependencies:
1299-
"@typescript-eslint/types" "5.60.1"
1300-
"@typescript-eslint/visitor-keys" "5.60.1"
1301-
debug "^4.3.4"
1302-
globby "^11.1.0"
1303-
is-glob "^4.0.3"
1304-
semver "^7.3.7"
1305-
tsutils "^3.21.0"
1289+
"@typescript-eslint/types@5.62.0":
1290+
version "5.62.0"
1291+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1292+
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
13061293

13071294
"@typescript-eslint/typescript-estree@5.61.0":
13081295
version "5.61.0"
@@ -1317,6 +1304,19 @@
13171304
semver "^7.3.7"
13181305
tsutils "^3.21.0"
13191306

1307+
"@typescript-eslint/typescript-estree@5.62.0":
1308+
version "5.62.0"
1309+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
1310+
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
1311+
dependencies:
1312+
"@typescript-eslint/types" "5.62.0"
1313+
"@typescript-eslint/visitor-keys" "5.62.0"
1314+
debug "^4.3.4"
1315+
globby "^11.1.0"
1316+
is-glob "^4.0.3"
1317+
semver "^7.3.7"
1318+
tsutils "^3.21.0"
1319+
13201320
"@typescript-eslint/utils@5.61.0", "@typescript-eslint/utils@^5.59.11":
13211321
version "5.61.0"
13221322
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.61.0.tgz#5064838a53e91c754fffbddd306adcca3fe0af36"
@@ -1331,14 +1331,6 @@
13311331
eslint-scope "^5.1.1"
13321332
semver "^7.3.7"
13331333

1334-
"@typescript-eslint/visitor-keys@5.60.1":
1335-
version "5.60.1"
1336-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.60.1.tgz#19a877358bf96318ec35d90bfe6bd1445cce9434"
1337-
integrity sha512-xEYIxKcultP6E/RMKqube11pGjXH1DCo60mQoWhVYyKfLkwbIVVjYxmOenNMxILx0TjCujPTjjnTIVzm09TXIw==
1338-
dependencies:
1339-
"@typescript-eslint/types" "5.60.1"
1340-
eslint-visitor-keys "^3.3.0"
1341-
13421334
"@typescript-eslint/visitor-keys@5.61.0":
13431335
version "5.61.0"
13441336
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.61.0.tgz#c79414fa42158fd23bd2bb70952dc5cdbb298140"
@@ -1347,6 +1339,14 @@
13471339
"@typescript-eslint/types" "5.61.0"
13481340
eslint-visitor-keys "^3.3.0"
13491341

1342+
"@typescript-eslint/visitor-keys@5.62.0":
1343+
version "5.62.0"
1344+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
1345+
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
1346+
dependencies:
1347+
"@typescript-eslint/types" "5.62.0"
1348+
eslint-visitor-keys "^3.3.0"
1349+
13501350
"@ungap/promise-all-settled@1.1.2":
13511351
version "1.1.2"
13521352
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"
@@ -1382,12 +1382,7 @@ acorn-walk@^8.1.1:
13821382
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
13831383
integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
13841384

1385-
acorn@^8.4.1:
1386-
version "8.8.2"
1387-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.2.tgz#1b2f25db02af965399b9776b0c2c391276d37c4a"
1388-
integrity sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==
1389-
1390-
acorn@^8.9.0:
1385+
acorn@^8.4.1, acorn@^8.9.0:
13911386
version "8.9.0"
13921387
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.9.0.tgz#78a16e3b2bcc198c10822786fa6679e245db5b59"
13931388
integrity sha512-jaVNAFBHNLXspO543WnNNPZFRtavh3skAkITqD0/2aeMkKZTN+254PyhwxFYrk3vQ1xfY+2wbesJMs/JC8/PwQ==
@@ -5791,20 +5786,7 @@ readable-stream@3, readable-stream@^3.0.0, readable-stream@^3.4.0, readable-stre
57915786
string_decoder "^1.1.1"
57925787
util-deprecate "^1.0.1"
57935788

5794-
readable-stream@^2.0.2, readable-stream@^2.3.5:
5795-
version "2.3.7"
5796-
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57"
5797-
integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==
5798-
dependencies:
5799-
core-util-is "~1.0.0"
5800-
inherits "~2.0.3"
5801-
isarray "~1.0.0"
5802-
process-nextick-args "~2.0.0"
5803-
safe-buffer "~5.1.1"
5804-
string_decoder "~1.1.1"
5805-
util-deprecate "~1.0.1"
5806-
5807-
readable-stream@~2.3.6:
5789+
readable-stream@^2.0.2, readable-stream@^2.3.5, readable-stream@~2.3.6:
58085790
version "2.3.8"
58095791
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.8.tgz#91125e8042bba1b9887f49345f6277027ce8be9b"
58105792
integrity sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==

0 commit comments

Comments
 (0)