File tree 2 files changed +14
-5
lines changed
2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 55
55
"@typescript-eslint/eslint-plugin" : " 5.62.0" ,
56
56
"@typescript-eslint/parser" : " 5.62.0" ,
57
57
"ava" : " 5.3.1" ,
58
- "bl" : " 6.0.10 " ,
58
+ "bl" : " 6.0.11 " ,
59
59
"dotenv" : " 16.4.1" ,
60
60
"eslint" : " 8.56.0" ,
61
61
"eslint-config-prettier" : " 9.1.0" ,
Original file line number Diff line number Diff line change 943
943
" @types/node" " *"
944
944
safe-buffer "*"
945
945
946
+ " @types/readable-stream@^4.0.0 " :
947
+ version "4.0.10"
948
+ resolved "https://registry.yarnpkg.com/@types/readable-stream/-/readable-stream-4.0.10.tgz#009bb80d5211619cdccbe0a4c075ae18ef52eab1"
949
+ integrity sha512-AbUKBjcC8SHmImNi4yK2bbjogQlkFSg7shZCcicxPQapniOlajG8GCc39lvXzCWX4lLRRs7DM3VAeSlqmEVZUA==
950
+ dependencies :
951
+ " @types/node" " *"
952
+ safe-buffer "~5.1.1"
953
+
946
954
" @types/resolve@^0.0.8 " :
947
955
version "0.0.8"
948
956
resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-0.0.8.tgz#f26074d238e02659e323ce1a13d041eee280e194"
2090
2098
safe-buffer "^5.0.1"
2091
2099
unorm "^1.3.3"
2092
2100
2093
-
2094
- version "6.0.10 "
2095
- resolved "https://registry.yarnpkg.com/bl/-/bl-6.0.10 .tgz#91865ef0f07c9f2c41c99dc56189b96e036b921a "
2096
- integrity sha512-F14DFhDZfxtVm2FY0k9kG2lWAwzZkO9+jX3Ytuoy/V0E1/5LBuBzzQHXAjqpxXEDIpmTPZZf5GVIGPQcLxFpaA ==
2101
+
2102
+ version "6.0.11 "
2103
+ resolved "https://registry.yarnpkg.com/bl/-/bl-6.0.11 .tgz#e264651d5f4adaaedf1813c94642cb24d3d30aeb "
2104
+ integrity sha512-Ok/NWrEA0mlEEbWzckkZVLq6Nv1m2xZ+i9Jq5hZ9Ph/YEcP5dExqls9wUzpluhQRPzdeT8oZNOXAytta6YN8pQ ==
2097
2105
dependencies :
2106
+ " @types/readable-stream" " ^4.0.0"
2098
2107
buffer "^6.0.3"
2099
2108
inherits "^2.0.4"
2100
2109
readable-stream "^4.2.0"
You can’t perform that action at this time.
0 commit comments