Bump `@huggingface/jinja` (#629)

This commit is contained in:
Joshua Lochner 2024-03-07 01:59:06 +02:00 committed by GitHub
parent 382ff3af35
commit 8694a856ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "2.15.1",
"license": "Apache-2.0",
"dependencies": {
"@huggingface/jinja": "^0.2.0",
"@huggingface/jinja": "^0.2.1",
"onnxruntime-web": "1.14.0",
"sharp": "^0.32.0"
},
@ -745,9 +745,9 @@
}
},
"node_modules/@huggingface/jinja": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/@huggingface/jinja/-/jinja-0.2.0.tgz",
"integrity": "sha512-vI9dvAyQAsyd2WEUtxSTfb+8cs+Ktb+eWUNfEnD2g/J6iaS450bthOp9iLzV80XzvuVe7EosmflhyAvigmRFuw==",
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/@huggingface/jinja/-/jinja-0.2.1.tgz",
"integrity": "sha512-HxjVCll8oGfgUQmN91NYWCjfuaQ5mYZkc/BB1gjfp28q3s48yiB5jUEV7BvaRdIAb/+14cNdX8TIdalFykwywA==",
"engines": {
"node": ">=18"
}

View File

@ -40,7 +40,7 @@
"dependencies": {
"onnxruntime-web": "1.14.0",
"sharp": "^0.32.0",
"@huggingface/jinja": "^0.2.0"
"@huggingface/jinja": "^0.2.1"
},
"optionalDependencies": {
"onnxruntime-node": "1.14.0"