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:
commit
8a1a183c41
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue