Bump llama-tokenizer-js from 1.2.1 to 1.2.2

Bumps [llama-tokenizer-js](https://github.com/belladoreai/llama-tokenizer) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/belladoreai/llama-tokenizer/releases)
- [Commits](https://github.com/belladoreai/llama-tokenizer/compare/v1.2.1...v1.2.2)

---
updated-dependencies:
- dependency-name: llama-tokenizer-js
  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]
2024-07-15 08:05:54 +00:00
committed by GitHub
parent 5ec249e8f9
commit a5d0a9236a
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -29,7 +29,7 @@
"eslint-plugin-svelte3": "^4.0.0",
"flourite": "^1.3.0",
"gpt-tokenizer": "^2.1.2",
"llama-tokenizer-js": "^1.1.3",
"llama-tokenizer-js": "^1.2.2",
"postcss": "^8.4.32",
"sass": "^1.77.6",
"stacking-order": "^2.0.0",
@@ -3555,9 +3555,9 @@
}
},
"node_modules/llama-tokenizer-js": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/llama-tokenizer-js/-/llama-tokenizer-js-1.2.1.tgz",
"integrity": "sha512-SEVVc++cXR0D0Wv30AzMVWzPCAKM701vZYU31h5lCTIn4k5cfZpJ070YDcb2nPq2Ts3xgu44L19wIrq1z/XjXQ==",
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/llama-tokenizer-js/-/llama-tokenizer-js-1.2.2.tgz",
"integrity": "sha512-Wmth393dc3odWU3IzARJ3r2oIfWgw9GdJ5Gm+hGhfECNO18UHLRqEFSf511jn4E9KcQGzuuKw4Wl08pHAemLAw==",
"dev": true
},
"node_modules/locate-path": {