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:
Niek van der Maas 2023-10-09 10:39:28 +02:00 committed by GitHub
commit 8a1a183c41
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-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.69.0", "sass": "^1.69.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"

View File

@ -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.69.0", "sass": "^1.69.0",