Fixed bl security vulnerability
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jim Martens 2020-09-05 10:47:26 +02:00
parent 192220ce27
commit dafdbde47c
2 changed files with 6 additions and 5 deletions

View File

@ -46,7 +46,8 @@
"kind-of": "^6.0.3",
"css": "^3.0.0",
"source-map-resolve": "^0.6.0",
"chokidar": "^3.4.0"
"chokidar": "^3.4.0",
"bl": "^2.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"

View File

@ -1433,10 +1433,10 @@ binary-extensions@^2.0.0:
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.1.0.tgz#30fa40c9e7fe07dbc895678cd287024dea241dd9"
integrity sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ==
bl@^1.0.0:
version "1.2.2"
resolved "https://registry.yarnpkg.com/bl/-/bl-1.2.2.tgz#a160911717103c07410cef63ef51b397c025af9c"
integrity sha512-e8tQYnZodmebYDWGH7KMRvtzKXaJHx3BbilrgZCfvyLUYdKpK1t5PSPmpkny/SgiTSCnjfLW7v5rlONXVFkQEA==
bl@^1.0.0, bl@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/bl/-/bl-2.2.1.tgz#8c11a7b730655c5d56898cdc871224f40fd901d5"
integrity sha512-6Pesp1w0DEX1N550i/uGV/TqucVL4AM/pgThFSN/Qq9si1/DF9aIHs1BxD8V/QU0HoeHO6cQRTAuYnLPKq1e4g==
dependencies:
readable-stream "^2.3.5"
safe-buffer "^5.1.1"