Skip to content

Commit 093cadd

Browse files
IlyssdIlyssd
authored andcommitted
chore: refresh yarn lockfile
Refresh yarn.lock after removing package-lock.json so the Yarn-owned install path passes yarn install --frozen-lockfile. The refresh adds missing direct lock entries for busboy, @types/busboy, and streamsearch.
1 parent 430e9bd commit 093cadd

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

yarn.lock

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -876,6 +876,13 @@
876876
dependencies:
877877
"@babel/types" "^7.20.7"
878878

879+
"@types/busboy@^1.5.4":
880+
version "1.5.4"
881+
resolved "https://registry.yarnpkg.com/@types/busboy/-/busboy-1.5.4.tgz#0038c31102ca90f2a7f0d8bc27ee5ebf1088e230"
882+
integrity sha512-kG7WrUuAKK0NoyxfQHsVE6j1m01s6kMma64E+OZenQABMQyTJop1DumUWcLwAQ2JzpefU7PDYoRDKl8uZosFjw==
883+
dependencies:
884+
"@types/node" "*"
885+
879886
"@types/estree@^1.0.6":
880887
version "1.0.6"
881888
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50"
@@ -1258,6 +1265,13 @@ buffer-from@^1.0.0:
12581265
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
12591266
integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==
12601267

1268+
busboy@^1.6.0:
1269+
version "1.6.0"
1270+
resolved "https://registry.yarnpkg.com/busboy/-/busboy-1.6.0.tgz#966ea36a9502e43cdb9146962523b92f531f6893"
1271+
integrity sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==
1272+
dependencies:
1273+
streamsearch "^1.1.0"
1274+
12611275
callsites@^3.0.0:
12621276
version "3.1.0"
12631277
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
@@ -3029,6 +3043,11 @@ stack-utils@^2.0.3:
30293043
dependencies:
30303044
escape-string-regexp "^2.0.0"
30313045

3046+
streamsearch@^1.1.0:
3047+
version "1.1.0"
3048+
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764"
3049+
integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==
3050+
30323051
string-length@^4.0.1:
30333052
version "4.0.2"
30343053
resolved "https://registry.yarnpkg.com/string-length/-/string-length-4.0.2.tgz#a8a8dc7bd5c1a82b9b3c8b87e125f66871b6e57a"

0 commit comments

Comments
 (0)