Bump gpt-tokenizer from 2.1.1 to 2.1.2
Bumps [gpt-tokenizer](https://github.com/niieani/gpt-tokenizer) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/niieani/gpt-tokenizer/releases) - [Commits](https://github.com/niieani/gpt-tokenizer/compare/2.1.1...2.1.2) --- updated-dependencies: - dependency-name: gpt-tokenizer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
6f42801453
commit
9fec6cb0af
|
@ -26,7 +26,7 @@
|
||||||
"eslint-config-standard-with-typescript": "^35.0.0",
|
"eslint-config-standard-with-typescript": "^35.0.0",
|
||||||
"eslint-plugin-svelte3": "^4.0.0",
|
"eslint-plugin-svelte3": "^4.0.0",
|
||||||
"flourite": "^1.2.4",
|
"flourite": "^1.2.4",
|
||||||
"gpt-tokenizer": "^2.0.0",
|
"gpt-tokenizer": "^2.1.2",
|
||||||
"llama-tokenizer-js": "^1.1.3",
|
"llama-tokenizer-js": "^1.1.3",
|
||||||
"postcss": "^8.4.31",
|
"postcss": "^8.4.31",
|
||||||
"sass": "^1.68.0",
|
"sass": "^1.68.0",
|
||||||
|
@ -2682,9 +2682,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/gpt-tokenizer": {
|
"node_modules/gpt-tokenizer": {
|
||||||
"version": "2.1.1",
|
"version": "2.1.2",
|
||||||
"resolved": "https://registry.npmjs.org/gpt-tokenizer/-/gpt-tokenizer-2.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/gpt-tokenizer/-/gpt-tokenizer-2.1.2.tgz",
|
||||||
"integrity": "sha512-WlX+vj6aPaZ71U6Bf18fem+5k58zlgh2a4nbc7KHy6aGVIyq3nCh709b/8momu34sV/5t/SpzWi8LayWD9uyDw==",
|
"integrity": "sha512-HSuI5d6uey+c7x/VzQlPfCoGrfLyAc28vxWofKbjR9PJHm0AjQGSWkKw/OJnb+8S1g7nzgRsf0WH3dK+NNWYbg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"rfc4648": "^1.5.2"
|
"rfc4648": "^1.5.2"
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
"eslint-config-standard-with-typescript": "^35.0.0",
|
"eslint-config-standard-with-typescript": "^35.0.0",
|
||||||
"eslint-plugin-svelte3": "^4.0.0",
|
"eslint-plugin-svelte3": "^4.0.0",
|
||||||
"flourite": "^1.2.4",
|
"flourite": "^1.2.4",
|
||||||
"gpt-tokenizer": "^2.0.0",
|
"gpt-tokenizer": "^2.1.2",
|
||||||
"llama-tokenizer-js": "^1.1.3",
|
"llama-tokenizer-js": "^1.1.3",
|
||||||
"postcss": "^8.4.31",
|
"postcss": "^8.4.31",
|
||||||
"sass": "^1.68.0",
|
"sass": "^1.68.0",
|
||||||
|
|
Loading…
Reference in New Issue