mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Merge pull request #317 from Niek/dependabot/npm_and_yarn/gpt-tokenizer-2.1.2
Bump gpt-tokenizer from 2.1.1 to 2.1.2
This commit is contained in:
8
package-lock.json
generated
8
package-lock.json
generated
@@ -26,7 +26,7 @@
|
||||
"eslint-config-standard-with-typescript": "^35.0.0",
|
||||
"eslint-plugin-svelte3": "^4.0.0",
|
||||
"flourite": "^1.2.4",
|
||||
"gpt-tokenizer": "^2.0.0",
|
||||
"gpt-tokenizer": "^2.1.2",
|
||||
"llama-tokenizer-js": "^1.1.3",
|
||||
"postcss": "^8.4.31",
|
||||
"sass": "^1.69.0",
|
||||
@@ -2682,9 +2682,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/gpt-tokenizer": {
|
||||
"version": "2.1.1",
|
||||
"resolved": "https://registry.npmjs.org/gpt-tokenizer/-/gpt-tokenizer-2.1.1.tgz",
|
||||
"integrity": "sha512-WlX+vj6aPaZ71U6Bf18fem+5k58zlgh2a4nbc7KHy6aGVIyq3nCh709b/8momu34sV/5t/SpzWi8LayWD9uyDw==",
|
||||
"version": "2.1.2",
|
||||
"resolved": "https://registry.npmjs.org/gpt-tokenizer/-/gpt-tokenizer-2.1.2.tgz",
|
||||
"integrity": "sha512-HSuI5d6uey+c7x/VzQlPfCoGrfLyAc28vxWofKbjR9PJHm0AjQGSWkKw/OJnb+8S1g7nzgRsf0WH3dK+NNWYbg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"rfc4648": "^1.5.2"
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"eslint-config-standard-with-typescript": "^35.0.0",
|
||||
"eslint-plugin-svelte3": "^4.0.0",
|
||||
"flourite": "^1.2.4",
|
||||
"gpt-tokenizer": "^2.0.0",
|
||||
"gpt-tokenizer": "^2.1.2",
|
||||
"llama-tokenizer-js": "^1.1.3",
|
||||
"postcss": "^8.4.31",
|
||||
"sass": "^1.69.0",
|
||||
|
||||
Reference in New Issue
Block a user