Skip to content

Commit

Permalink
fix(deps): update dependency gpt-tokenizer to ^2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 7, 2024
1 parent f49b46d commit bf4b459
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"gpt-3-encoder": "^1.1.4",
"gpt-tokenizer": "^2.2.3",
"gpt-tokenizer": "^2.4.0",
"gpt3-tokenizer": "^1.1.5",
"js-tiktoken": "^1.0.14",
"tiktoken": "^1.0.16",
Expand Down
19 changes: 5 additions & 14 deletions benchmark/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ __metadata:
chalk: "npm:^5.3.0"
cli-table3: "npm:^0.6.5"
gpt-3-encoder: "npm:^1.1.4"
gpt-tokenizer: "npm:^2.2.3"
gpt-tokenizer: "npm:^2.4.0"
gpt3-tokenizer: "npm:^1.1.5"
inquirer: "npm:^11.0.2"
js-tiktoken: "npm:^1.0.14"
Expand Down Expand Up @@ -335,12 +335,10 @@ __metadata:
languageName: node
linkType: hard

"gpt-tokenizer@npm:^2.2.3":
version: 2.2.3
resolution: "gpt-tokenizer@npm:2.2.3"
dependencies:
rfc4648: "npm:^1.5.3"
checksum: 10/3e090dfce6c9f5f68009798a881fe2bda9a9e926637d349d59a7097a770b126704ce8d92f463cf10c9d42021f9ca62ee59bc69a2f8ccccbdf46003680fca2d5f
"gpt-tokenizer@npm:^2.4.0":
version: 2.4.0
resolution: "gpt-tokenizer@npm:2.4.0"
checksum: 10/c47ca5c77f3317edd9044ccf1b76c18e93a2081d2817dc44825a98f2734314c8bb740d7d7f9b68c9ac31c8d01b002b8a1243d7ce67caf4835764b67fd6a7fb4b
languageName: node
linkType: hard

Expand Down Expand Up @@ -408,13 +406,6 @@ __metadata:
languageName: node
linkType: hard

"rfc4648@npm:^1.5.3":
version: 1.5.3
resolution: "rfc4648@npm:1.5.3"
checksum: 10/1ac6fd44bd6c2a8dc1e4ee243bc7acc2c5754cf24d8f864cb2b114b68ce0d1df3e094f7242db6c5a3bf21b8291ba6b5e39d579ebc3c79136b14b80b1cfef029d
languageName: node
linkType: hard

"run-async@npm:^3.0.0":
version: 3.0.0
resolution: "run-async@npm:3.0.0"
Expand Down

0 comments on commit bf4b459

Please sign in to comment.