chore: update deps

This commit is contained in:
Luan
2024-12-05 20:43:04 -03:00
parent acfb0c58be
commit 478205b9d4
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View File

@@ -13,7 +13,7 @@
"license": "MIT",
"dependencies": {
"@bufbuild/protobuf": "^2.0.0",
"jintr": "^3.0.2",
"jintr": "^3.1.0",
"tslib": "^2.5.0",
"undici": "^5.19.1"
},
@@ -6155,13 +6155,12 @@
}
},
"node_modules/jintr": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/jintr/-/jintr-3.0.2.tgz",
"integrity": "sha512-5g2EBudeJFOopjAX4exAv5OCCW1DgUISfoioCsm1h9Q9HJ41LmnZ6J52PCsqBlQihsmp0VDuxreAVzM7yk5nFA==",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/jintr/-/jintr-3.1.0.tgz",
"integrity": "sha512-azhCHApkRfBH8INpiUCwKBYaNCdB5G+x3NApsI2MxQXSlgFAx7rap3YwE3JAkN08GO8f3ilZsGB0Yvc+412ntQ==",
"funding": [
"https://github.com/sponsors/LuanRT"
],
"license": "MIT",
"dependencies": {
"acorn": "^8.8.0"
}

View File

@@ -107,7 +107,7 @@
"license": "MIT",
"dependencies": {
"@bufbuild/protobuf": "^2.0.0",
"jintr": "^3.0.2",
"jintr": "^3.1.0",
"tslib": "^2.5.0",
"undici": "^5.19.1"
},