Skip to content

Commit 723c120

Browse files
authored
fix: updates from devScripts (#916)
1 parent e7f2b68 commit 723c120

File tree

2 files changed

+135
-55
lines changed

2 files changed

+135
-55
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
88
"@oclif/core": "^4",
9-
"@salesforce/core": "^7.3.6",
10-
"@salesforce/kit": "^3.1.2",
11-
"@salesforce/sf-plugins-core": "^11.1.0"
9+
"@salesforce/core": "^8.0.1",
10+
"@salesforce/kit": "^3.1.6",
11+
"@salesforce/sf-plugins-core": "^11.1.1"
1212
},
1313
"devDependencies": {
14-
"@oclif/plugin-command-snapshot": "^5.2.2",
14+
"@oclif/plugin-command-snapshot": "^5.2.3",
1515
"@oclif/test": "^4",
16-
"@salesforce/cli-plugins-testkit": "^5.3.13",
17-
"@salesforce/dev-scripts": "^10.2.0",
18-
"@salesforce/plugin-command-reference": "^3.1.2",
19-
"@salesforce/ts-types": "^2.0.9",
20-
"eslint-plugin-sf-plugin": "^1.18.7",
16+
"@salesforce/cli-plugins-testkit": "^5.3.15",
17+
"@salesforce/dev-scripts": "^10.2.1",
18+
"@salesforce/plugin-command-reference": "^3.1.4",
19+
"@salesforce/ts-types": "^2.0.10",
20+
"eslint-plugin-sf-plugin": "^1.18.8",
2121
"oclif": "^4.13.7",
2222
"ts-node": "^10.9.2",
2323
"typescript": "^5.4.5"

yarn.lock

Lines changed: 126 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1712,10 +1712,10 @@
17121712
wordwrap "^1.0.0"
17131713
wrap-ansi "^7.0.0"
17141714

1715-
"@oclif/plugin-command-snapshot@^5.2.2":
1716-
version "5.2.2"
1717-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.2.tgz#3bd89b06676eb8858e256c55482efdc7844ca39c"
1718-
integrity sha512-OVofRryPy962QeyiOYX7iI92H+dFGO7wa4F+yXYLQ0Xr+ik+LNYzOgxRomNIbj8kqnBBPLqOvv9gkKakAf9UZg==
1715+
"@oclif/plugin-command-snapshot@^5.2.3":
1716+
version "5.2.3"
1717+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.3.tgz#2c33c5b0c93918e846badcabe7f4f48bdc29f3b6"
1718+
integrity sha512-nj71CqTg9efjep4XT6dALoNSAZnzI1vZB/4W78J5Rt9GJ3pia3H4RHews2UEaY7obGu7tPGRgRDfuy7Sb/sBvw==
17191719
dependencies:
17201720
"@oclif/core" "^4"
17211721
ansis "^3.2.0"
@@ -1768,14 +1768,14 @@
17681768
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
17691769
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
17701770

1771-
"@salesforce/cli-plugins-testkit@^5.3.13":
1772-
version "5.3.13"
1773-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.13.tgz#8f4dd30e3c44f6c8144f3f1267f70c88969a6742"
1774-
integrity sha512-Mv6VDBBmFxF5YCdBknmP6lF+jF3PB190ZscNmlcNjGyQ4oM9DRUNyaNzE4tc41wTZA9f0EHZLr9PoF45pEte3g==
1771+
"@salesforce/cli-plugins-testkit@^5.3.15":
1772+
version "5.3.15"
1773+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.15.tgz#a7e240119bbc987e869873c5a3ce3d70abbfe120"
1774+
integrity sha512-nst9ZKu7pqkR4Ayf3klbg4/41CmxJuLzdBL9EqGNZyZgKXBw1g+nlCcfvV9q1sY3LF2L2ljsC8N8phqiFoDKOQ==
17751775
dependencies:
1776-
"@salesforce/core" "^7.4.1"
1777-
"@salesforce/kit" "^3.1.4"
1778-
"@salesforce/ts-types" "^2.0.9"
1776+
"@salesforce/core" "^8.0.1"
1777+
"@salesforce/kit" "^3.1.6"
1778+
"@salesforce/ts-types" "^2.0.10"
17791779
"@types/shelljs" "^0.8.15"
17801780
debug "^4.3.5"
17811781
jszip "^3.10.1"
@@ -1784,7 +1784,7 @@
17841784
strip-ansi "6.0.1"
17851785
ts-retry-promise "^0.8.1"
17861786

1787-
"@salesforce/core@^7.3.10", "@salesforce/core@^7.3.12", "@salesforce/core@^7.3.6", "@salesforce/core@^7.4.1":
1787+
"@salesforce/core@^7.3.12", "@salesforce/core@^7.4.1":
17881788
version "7.4.1"
17891789
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.4.1.tgz#7c37623f6a89c199bf12cd6dc28d89bc950914ef"
17901790
integrity sha512-ccYs7uL4GYjdOcc44trfRnaz69kG0jU0aoT0qjPkIel8oVOyEoXaoDCG0A+2diqmicDp5uWK0pNs+tdWNj2mcQ==
@@ -1808,15 +1808,39 @@
18081808
semver "^7.6.2"
18091809
ts-retry-promise "^0.8.1"
18101810

1811+
"@salesforce/core@^8.0.1":
1812+
version "8.0.2"
1813+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.0.2.tgz#f2f31024f3d264c3c862700a42712c69fc7e1160"
1814+
integrity sha512-DSQ6iZJhc5HWWfSnn8e0ECxQaY+uQzoNlqLZnwWggkMPlaurlNIpSd8Td+prLL0sQ4YS/SmB68gLnfpd7U++tg==
1815+
dependencies:
1816+
"@jsforce/jsforce-node" "^3.2.0"
1817+
"@salesforce/kit" "^3.1.6"
1818+
"@salesforce/schemas" "^1.9.0"
1819+
"@salesforce/ts-types" "^2.0.10"
1820+
ajv "^8.16.0"
1821+
change-case "^4.1.2"
1822+
fast-levenshtein "^3.0.0"
1823+
faye "^1.4.0"
1824+
form-data "^4.0.0"
1825+
js2xmlparser "^4.0.1"
1826+
jsonwebtoken "9.0.2"
1827+
jszip "3.10.1"
1828+
pino "^9.2.0"
1829+
pino-abstract-transport "^1.2.0"
1830+
pino-pretty "^11.2.1"
1831+
proper-lockfile "^4.1.2"
1832+
semver "^7.6.2"
1833+
ts-retry-promise "^0.8.1"
1834+
18111835
"@salesforce/dev-config@^4.1.0":
18121836
version "4.1.0"
18131837
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
18141838
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
18151839

1816-
"@salesforce/dev-scripts@^10.2.0":
1817-
version "10.2.0"
1818-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-10.2.0.tgz#85d7ab8b2b532d816c9a1c37a27281743c397bba"
1819-
integrity sha512-0Y423LwXRpJIc5fpoLSkY5zIZsQSqnhqIDkN2g93vJ28KKqwlJGdCf6qbQ6w404AbXoIhUM/xnMGY/+g6x+GEQ==
1840+
"@salesforce/dev-scripts@^10.2.1":
1841+
version "10.2.1"
1842+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-10.2.1.tgz#e65e436195f6fd8dac0368f681fd151683b3e5bb"
1843+
integrity sha512-2/X21jsMeCPwQuskj+EhuEv0lYubBnfyM0ij7FT9pk76/JN6WDfIQLwcSsvqMmP+l82bAb/CgMixfmERfKWnxw==
18201844
dependencies:
18211845
"@commitlint/cli" "^17.1.2"
18221846
"@commitlint/config-conventional" "^17.8.1"
@@ -1845,22 +1869,22 @@
18451869
typescript "^5.4.3"
18461870
wireit "^0.14.4"
18471871

1848-
"@salesforce/kit@^3.1.1", "@salesforce/kit@^3.1.2", "@salesforce/kit@^3.1.4", "@salesforce/kit@^3.1.6":
1872+
"@salesforce/kit@^3.1.1", "@salesforce/kit@^3.1.2", "@salesforce/kit@^3.1.3", "@salesforce/kit@^3.1.6":
18491873
version "3.1.6"
18501874
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.1.6.tgz#aefb39c0e0f325e11f80551ff92cf6979dd74070"
18511875
integrity sha512-zAYPmCSAvdonDOnL5AzuVRVv0sRMlQd6gi12HDE1964VqSjt5pzlLU90thh3Qq4A1Wxbdu0FbHYx9BvZ4fWPvQ==
18521876
dependencies:
18531877
"@salesforce/ts-types" "^2.0.10"
18541878

1855-
"@salesforce/plugin-command-reference@^3.1.2":
1856-
version "3.1.2"
1857-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.2.tgz#7732d90de2a11ccd9af1e7abf0d569aea2cc31fe"
1858-
integrity sha512-QivufpS44qqNczUigmpYGxNHqmbSM5edkXYEs5q2Eyo4ua+8MkZ9MIfDNA2UZgJ0MKhRJf4DLPKjaFrygnJ6TQ==
1879+
"@salesforce/plugin-command-reference@^3.1.4":
1880+
version "3.1.4"
1881+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.4.tgz#8d30445640452c16dbad6803ae5131390f081b71"
1882+
integrity sha512-3TtbqLjLi7S4XWVg+0gJzeRMScZzuR9zPjEakSiV0vfpsJRgDzKKSAaAEEBpzJYB4fZ7CqgzN9PM9E40yxD3qg==
18591883
dependencies:
18601884
"@oclif/core" "^4"
1861-
"@salesforce/core" "^7.3.12"
1885+
"@salesforce/core" "^7.4.1"
18621886
"@salesforce/kit" "^3.1.1"
1863-
"@salesforce/sf-plugins-core" "^10.0.0"
1887+
"@salesforce/sf-plugins-core" "^10.0.1"
18641888
"@salesforce/ts-types" "^2.0.9"
18651889
chalk "^5.3.0"
18661890
debug "^4.3.4"
@@ -1876,33 +1900,33 @@
18761900
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
18771901
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
18781902

1879-
"@salesforce/sf-plugins-core@^10.0.0":
1880-
version "10.0.0"
1881-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-10.0.0.tgz#712b38cf101ab95866e757c2738ffc3ddd27ded5"
1882-
integrity sha512-Y18aDrz376Ekza45nfCjpyiI+np1oY9Cc7DxNAYiP37c0lstTajVsgz6wvDvt6p6QGEX//nnqcz/NaMlry/INw==
1903+
"@salesforce/sf-plugins-core@^10.0.1":
1904+
version "10.0.1"
1905+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-10.0.1.tgz#8df8e3b7a10f8ba75906c5d58eb3a7df32e42eb3"
1906+
integrity sha512-FsbZKshTgyHYO1KNuEuNGhzLj5diuh7lMElNkT4xfmwGjciDEIBtZf/aMAdN9AYpIj/TkAvi7Xnxs1gMHPOGNQ==
18831907
dependencies:
18841908
"@inquirer/confirm" "^3.1.9"
18851909
"@inquirer/password" "^2.1.9"
1886-
"@oclif/core" "^4"
1887-
"@salesforce/core" "^7.3.10"
1888-
"@salesforce/kit" "^3.1.2"
1910+
"@oclif/core" "^4.0.3"
1911+
"@salesforce/core" "^7.3.12"
1912+
"@salesforce/kit" "^3.1.3"
18891913
"@salesforce/ts-types" "^2.0.9"
1890-
ansis "^3.1.1"
1914+
ansis "^3.2.0"
18911915
cli-progress "^3.12.0"
18921916
natural-orderby "^3.0.2"
18931917
slice-ansi "^7.1.0"
18941918
string-width "^7.1.0"
18951919
terminal-link "^3.0.0"
18961920

1897-
"@salesforce/sf-plugins-core@^11.1.0":
1898-
version "11.1.0"
1899-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.1.0.tgz#8ddf8b622c5c470259077e7a46b1413319714a84"
1900-
integrity sha512-GZjLnz7Vdr9vqV6x9ApbSUrCykhOOaNjDiuIO4gFhjGe+ZFVmLSx/dgFw1Wtj/VN3vRXLef08qupbmCzWGSyFA==
1921+
"@salesforce/sf-plugins-core@^11.1.1":
1922+
version "11.1.1"
1923+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.1.1.tgz#f0168d8734cd458caa4063691b528a28b2d7b172"
1924+
integrity sha512-CsAwNNNJpYbaxaYXf8/XUjaSymg4MsWkMD3vNSLu+tbA4HUCuXBNlMFgFC/i3nNYiU/xc1YT1iDSywzHUdBRRQ==
19011925
dependencies:
19021926
"@inquirer/confirm" "^3.1.9"
19031927
"@inquirer/password" "^2.1.9"
19041928
"@oclif/core" "^4.0.3"
1905-
"@salesforce/core" "^7.4.1"
1929+
"@salesforce/core" "^8.0.1"
19061930
"@salesforce/kit" "^3.1.6"
19071931
"@salesforce/ts-types" "^2.0.9"
19081932
ansis "^3.2.0"
@@ -2763,7 +2787,7 @@ ajv@^6.12.4:
27632787
json-schema-traverse "^0.4.1"
27642788
uri-js "^4.2.2"
27652789

2766-
ajv@^8.11.0, ajv@^8.15.0:
2790+
ajv@^8.11.0, ajv@^8.15.0, ajv@^8.16.0:
27672791
version "8.16.0"
27682792
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.16.0.tgz#22e2a92b94f005f7e0f9c9d39652ef0b8f6f0cb4"
27692793
integrity sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==
@@ -3944,12 +3968,12 @@ eslint-plugin-jsdoc@^46.10.1:
39443968
semver "^7.5.4"
39453969
spdx-expression-parse "^4.0.0"
39463970

3947-
eslint-plugin-sf-plugin@^1.18.7:
3948-
version "1.18.7"
3949-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.7.tgz#b321aa1256239865e845c2cfeda041972d9569d1"
3950-
integrity sha512-b8Y40/sileV0SK52FkbYGFhR+NGuw3pGYH4YaHL432DrQcyLU4xO1/IvIY8qpf+My1UscFwb06oYldVDMivd8Q==
3971+
eslint-plugin-sf-plugin@^1.18.8:
3972+
version "1.18.8"
3973+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.8.tgz#e878185bf3553ab847d43f247489e4523e0c92b1"
3974+
integrity sha512-55bGhmI5fc7T81rESdItd3Gj2om3DN5m/tII4nblwNSXlhIqAw9zYPaWkdmCddq2N6W8UYVFGeRnw1QLYIC3/w==
39513975
dependencies:
3952-
"@salesforce/core" "^7.4.1"
3976+
"@salesforce/core" "^8.0.1"
39533977
"@typescript-eslint/utils" "^6.17.0"
39543978

39553979
eslint-plugin-unicorn@^50.0.1:
@@ -4114,10 +4138,10 @@ extend@^3.0.2:
41144138
resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa"
41154139
integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==
41164140

4117-
fast-copy@^3.0.0:
4118-
version "3.0.1"
4119-
resolved "https://registry.yarnpkg.com/fast-copy/-/fast-copy-3.0.1.tgz#9e89ef498b8c04c1cd76b33b8e14271658a732aa"
4120-
integrity sha512-Knr7NOtK3HWRYGtHoJrjkaWepqT8thIVGAwt0p0aUs1zqkAzXZV4vo9fFNwyb5fcqK1GKYFYxldQdIDVKhUAfA==
4141+
fast-copy@^3.0.0, fast-copy@^3.0.2:
4142+
version "3.0.2"
4143+
resolved "https://registry.yarnpkg.com/fast-copy/-/fast-copy-3.0.2.tgz#59c68f59ccbcac82050ba992e0d5c389097c9d35"
4144+
integrity sha512-dl0O9Vhju8IrcLndv2eU4ldt1ftXMqqfgN4H1cpmGV7P6jeB9FwpN9a2c8DPGE1Ys88rNUJVYDHq73CGAGOPfQ==
41214145

41224146
fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
41234147
version "3.1.3"
@@ -6264,11 +6288,36 @@ pino-pretty@^10.3.1:
62646288
sonic-boom "^3.0.0"
62656289
strip-json-comments "^3.1.1"
62666290

6291+
pino-pretty@^11.2.1:
6292+
version "11.2.1"
6293+
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-11.2.1.tgz#de9a42ff8ea7b26da93506bb9e49d0b566c5ae96"
6294+
integrity sha512-O05NuD9tkRasFRWVaF/uHLOvoRDFD7tb5VMertr78rbsYFjYp48Vg3477EshVAF5eZaEw+OpDl/tu+B0R5o+7g==
6295+
dependencies:
6296+
colorette "^2.0.7"
6297+
dateformat "^4.6.3"
6298+
fast-copy "^3.0.2"
6299+
fast-safe-stringify "^2.1.1"
6300+
help-me "^5.0.0"
6301+
joycon "^3.1.1"
6302+
minimist "^1.2.6"
6303+
on-exit-leak-free "^2.1.0"
6304+
pino-abstract-transport "^1.0.0"
6305+
pump "^3.0.0"
6306+
readable-stream "^4.0.0"
6307+
secure-json-parse "^2.4.0"
6308+
sonic-boom "^4.0.1"
6309+
strip-json-comments "^3.1.1"
6310+
62676311
pino-std-serializers@^6.0.0:
62686312
version "6.2.2"
62696313
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
62706314
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
62716315

6316+
pino-std-serializers@^7.0.0:
6317+
version "7.0.0"
6318+
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-7.0.0.tgz#7c625038b13718dbbd84ab446bd673dc52259e3b"
6319+
integrity sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==
6320+
62726321
pino@^8.21.0:
62736322
version "8.21.0"
62746323
resolved "https://registry.yarnpkg.com/pino/-/pino-8.21.0.tgz#e1207f3675a2722940d62da79a7a55a98409f00d"
@@ -6286,6 +6335,23 @@ pino@^8.21.0:
62866335
sonic-boom "^3.7.0"
62876336
thread-stream "^2.6.0"
62886337

6338+
pino@^9.2.0:
6339+
version "9.2.0"
6340+
resolved "https://registry.yarnpkg.com/pino/-/pino-9.2.0.tgz#e77a9516f3a3e5550d9b76d9f65ac6118ef02bdd"
6341+
integrity sha512-g3/hpwfujK5a4oVbaefoJxezLzsDgLcNJeITvC6yrfwYeT9la+edCK42j5QpEQSQCZgTKapXvnQIdgZwvRaZug==
6342+
dependencies:
6343+
atomic-sleep "^1.0.0"
6344+
fast-redact "^3.1.1"
6345+
on-exit-leak-free "^2.1.0"
6346+
pino-abstract-transport "^1.2.0"
6347+
pino-std-serializers "^7.0.0"
6348+
process-warning "^3.0.0"
6349+
quick-format-unescaped "^4.0.3"
6350+
real-require "^0.2.0"
6351+
safe-stable-stringify "^2.3.1"
6352+
sonic-boom "^4.0.1"
6353+
thread-stream "^3.0.0"
6354+
62896355
pkg-dir@^4.1.0:
62906356
version "4.2.0"
62916357
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
@@ -6857,6 +6923,13 @@ sonic-boom@^3.0.0, sonic-boom@^3.7.0:
68576923
dependencies:
68586924
atomic-sleep "^1.0.0"
68596925

6926+
sonic-boom@^4.0.1:
6927+
version "4.0.1"
6928+
resolved "https://registry.yarnpkg.com/sonic-boom/-/sonic-boom-4.0.1.tgz#515b7cef2c9290cb362c4536388ddeece07aed30"
6929+
integrity sha512-hTSD/6JMLyT4r9zeof6UtuBDpjJ9sO08/nmS5djaA9eozT9oOlNdpXSnzcgj4FTqpk3nkLrs61l4gip9r1HCrQ==
6930+
dependencies:
6931+
atomic-sleep "^1.0.0"
6932+
68606933
sort-object-keys@^1.1.3:
68616934
version "1.1.3"
68626935
resolved "https://registry.yarnpkg.com/sort-object-keys/-/sort-object-keys-1.1.3.tgz#bff833fe85cab147b34742e45863453c1e190b45"
@@ -7155,6 +7228,13 @@ thread-stream@^2.6.0:
71557228
dependencies:
71567229
real-require "^0.2.0"
71577230

7231+
thread-stream@^3.0.0:
7232+
version "3.1.0"
7233+
resolved "https://registry.yarnpkg.com/thread-stream/-/thread-stream-3.1.0.tgz#4b2ef252a7c215064507d4ef70c05a5e2d34c4f1"
7234+
integrity sha512-OqyPZ9u96VohAyMfJykzmivOrY2wfMSf3C5TtFJVgN+Hm6aj+voFhlK+kZEIv2FBh1X6Xp3DlnCOfEQ3B2J86A==
7235+
dependencies:
7236+
real-require "^0.2.0"
7237+
71587238
through2@^4.0.0:
71597239
version "4.0.2"
71607240
resolved "https://registry.yarnpkg.com/through2/-/through2-4.0.2.tgz#a7ce3ac2a7a8b0b966c80e7c49f0484c3b239764"

0 commit comments

Comments
 (0)