Skip to content

Commit

Permalink
Bump to buffer-crc32
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Feb 21, 2024
1 parent ce5dd2e commit 18f3e43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@gmod/binary-parser": "^1.3.5",
"@jkbonfield/htscodecs": "^0.5.1",
"abortable-promise-cache": "^1.2.0",
"buffer-crc32": "^0.2.13",
"buffer-crc32": "^1.0.0",
"bzip2": "^0.1.1",
"long": "^4.0.0",
"md5": "^2.2.1",
Expand All @@ -57,7 +57,6 @@
"@babel/plugin-transform-modules-commonjs": "^7.18.2",
"@babel/preset-typescript": "^7.17.12",
"@gmod/indexedfasta": "^2.1.0",
"@types/buffer-crc32": "^0.2.2",
"@types/jest": "^29.2.4",
"@types/long": "^4.0.2",
"@types/md5": "^2.3.2",
Expand Down
15 changes: 4 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -820,13 +820,6 @@
dependencies:
"@babel/types" "^7.20.7"

"@types/buffer-crc32@^0.2.2":
version "0.2.4"
resolved "https://registry.yarnpkg.com/@types/buffer-crc32/-/buffer-crc32-0.2.4.tgz#d70dbf4d968fe98913324d580934b8fb0c857512"
integrity sha512-GSrhSZOK1/wazf2CjDp3CVJQKWzSc5Ugq3NyZ/RQqg1MWtmA9mAT6i6LzGKhzcRxDOl8aLB+AzvObDSlrMpvLw==
dependencies:
"@types/node" "*"

"@types/debug@^4.0.0":
version "4.1.12"
resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.12.tgz#a155f21690871953410df4b6b6f53187f0500917"
Expand Down Expand Up @@ -1595,10 +1588,10 @@ bser@2.1.1:
dependencies:
node-int64 "^0.4.0"

buffer-crc32@^0.2.13:
version "0.2.13"
resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242"
integrity sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==
buffer-crc32@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-1.0.0.tgz#a10993b9055081d55304bd9feb4a072de179f405"
integrity sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==

buffer-from@^1.0.0:
version "1.1.2"
Expand Down

0 comments on commit 18f3e43

Please sign in to comment.