Skip to content
Open
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"@tokenizer/token": "^0.3.0",
"content-type": "^1.0.5",
"debug": "^4.4.3",
"file-type": "^21.3.4",
"file-type": "^22.0.1",
"media-typer": "^1.1.0",
"strtok3": "^10.3.5",
"token-types": "^6.1.2",
Expand Down
32 changes: 8 additions & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1188,15 +1188,15 @@ __metadata:
languageName: node
linkType: hard

"file-type@npm:^21.3.4":
version: 21.3.4
resolution: "file-type@npm:21.3.4"
"file-type@npm:^22.0.1":
version: 22.0.1
resolution: "file-type@npm:22.0.1"
dependencies:
"@tokenizer/inflate": "npm:^0.4.1"
strtok3: "npm:^10.3.4"
token-types: "npm:^6.1.1"
uint8array-extras: "npm:^1.4.0"
checksum: 10c0/6f15e7538c5d73f9308d2e897365d253a6647a6751bb1b0d85c78aebc02b8976afb7c6c9b3759687a064b1b3d60246e5504746b8f11e38b0d5a1b339087e00d2
strtok3: "npm:^10.3.5"
token-types: "npm:^6.1.2"
uint8array-extras: "npm:^1.5.0"
checksum: 10c0/45b70a10196d46965eadd7835ec408c1c07b4fd2ed395e9bbcc0ad63d93f7bf6d076d0e970673b754577002019c8858825bc71ccc07ca7c0e49ac0c2b7e1839f
languageName: node
linkType: hard

Expand Down Expand Up @@ -2278,7 +2278,7 @@ __metadata:
content-type: "npm:^1.0.5"
debug: "npm:^4.4.3"
del-cli: "npm:^7.0.0"
file-type: "npm:^21.3.4"
file-type: "npm:^22.0.1"
media-typer: "npm:^1.1.0"
mime: "npm:^4.1.0"
mocha: "npm:^11.7.5"
Expand Down Expand Up @@ -3132,15 +3132,6 @@ __metadata:
languageName: node
linkType: hard

"strtok3@npm:^10.3.4":
version: 10.3.4
resolution: "strtok3@npm:10.3.4"
dependencies:
"@tokenizer/token": "npm:^0.3.0"
checksum: 10c0/277ab69e417f4545e364ffaf9d560c991f531045dbace32d77b5c822cccd76a608b782785a2c60595274288d4d32dced184a5c21dc20348791da697127dc69a8
languageName: node
linkType: hard

"strtok3@npm:^10.3.5":
version: 10.3.5
resolution: "strtok3@npm:10.3.5"
Expand Down Expand Up @@ -3326,13 +3317,6 @@ __metadata:
languageName: node
linkType: hard

"uint8array-extras@npm:^1.4.0":
version: 1.4.1
resolution: "uint8array-extras@npm:1.4.1"
checksum: 10c0/28419bd94bc43ea013054d0fcdc2ab14f944c178861039bf2997d09e114f4114fd83aeecbee3b57b33cdf21a51808e45638635d8af10336caea005b1b269f919
languageName: node
linkType: hard

"uint8array-extras@npm:^1.5.0":
version: 1.5.0
resolution: "uint8array-extras@npm:1.5.0"
Expand Down
Loading