Skip to content

chore(deps): update dependency @types/crc to v4 #935

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/crc32/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
"devDependencies": {
"@napi-rs/cli": "^3.0.0-alpha.64",
"@types/crc": "^3.8.3",
"@types/crc": "^4.0.0",
"@types/sse4_crc32": "^7.0.3",
"buffer": "^6.0.3",
"crc": "^4.3.2",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ __metadata:
resolution: "@node-rs/crc32@workspace:packages/crc32"
dependencies:
"@napi-rs/cli": "npm:^3.0.0-alpha.64"
"@types/crc": "npm:^3.8.3"
"@types/crc": "npm:^4.0.0"
"@types/sse4_crc32": "npm:^7.0.3"
buffer: "npm:^6.0.3"
crc: "npm:^4.3.2"
Expand Down Expand Up @@ -2080,12 +2080,12 @@ __metadata:
languageName: node
linkType: hard

"@types/crc@npm:^3.8.3":
version: 3.8.3
resolution: "@types/crc@npm:3.8.3"
"@types/crc@npm:^4.0.0":
version: 4.0.0
resolution: "@types/crc@npm:4.0.0"
dependencies:
"@types/node": "npm:*"
checksum: 10c0/789f5147146c610c9a25ce79f535bf5b557120ed6d4808abce746880a796269286fd584234f39629ddfc7eb145e02e96b302f2f13d90b9134dd8c19ba960370b
crc: "npm:*"
checksum: 10c0/2f5ac37ec43fc1ab92f715a2a7f1c52015141a89aa4efbc51036a58210e923b29bd0ae7ddb6ba39f3db7fd9f13ed3071e778d3961d60c520991958c4c3634180
languageName: node
linkType: hard

Expand Down Expand Up @@ -3450,7 +3450,7 @@ __metadata:
languageName: node
linkType: hard

"crc@npm:^4.3.2":
"crc@npm:*, crc@npm:^4.3.2":
version: 4.3.2
resolution: "crc@npm:4.3.2"
peerDependencies:
Expand Down