Skip to content

Commit

Permalink
Update to buffer-crc32 1.0.0 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad authored Feb 10, 2024
1 parent 20bae27 commit 6e2d490
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,12 @@
"dependencies": {
"@gmod/bgzf-filehandle": "^1.4.4",
"abortable-promise-cache": "^1.5.0",
"buffer-crc32": "^0.2.13",
"buffer-crc32": "^1.0.0",
"generic-filehandle": "^3.0.0",
"long": "^4.0.0",
"quick-lru": "^4.0.0"
},
"devDependencies": {
"@types/buffer-crc32": "^0.2.2",
"@types/jest": "^29.5.1",
"@types/long": "^4.0.0",
"@types/node": "^18.16.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1136,10 +1136,10 @@ [email protected]:
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 6e2d490

Please sign in to comment.