[go: nahoru, domu]

Skip to content

Commit

Permalink
upgrade crc32-stream
Browse files Browse the repository at this point in the history
  • Loading branch information
andyli committed Feb 11, 2022
1 parent b90b3f4 commit 2c15d9b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,8 @@
"telegraf": "^3.38.0",
"twilio": "^3.73.1"
},
"resolutions": {
"crc32-stream": "^4.0.2"
},
"private": true
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2697,10 +2697,10 @@ crc-32@^1.2.0, crc-32@~1.2.0, crc-32@~1.2.1:
exit-on-epipe "~1.0.1"
printj "~1.3.1"

crc32-stream@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/crc32-stream/-/crc32-stream-4.0.1.tgz#0f047d74041737f8a55e86837a1b826bd8ab0067"
integrity sha512-FN5V+weeO/8JaXsamelVYO1PHyeCsuL3HcG4cqsj0ceARcocxalaShCsohZMSAF+db7UYFwBy1rARK/0oFItUw==
crc32-stream@^4.0.1, crc32-stream@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/crc32-stream/-/crc32-stream-4.0.2.tgz#c922ad22b38395abe9d3870f02fa8134ed709007"
integrity sha512-DxFZ/Hk473b/muq1VJ///PMNLj0ZMnzye9thBpmjpJKCc5eMgB95aK8zCGrGfQ90cWo561Te6HK9D+j4KPdM6w==
dependencies:
crc-32 "^1.2.0"
readable-stream "^3.4.0"
Expand Down

0 comments on commit 2c15d9b

Please sign in to comment.