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:
dependabot[bot] 2023-10-09 08:38:33 +00:00 committed by GitHub
parent 6f42801453
commit 9fec6cb0af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -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.68.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"

View File

@ -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.68.0",