From 478205b9d43b014e78ca3d19c5ef410f8dc8a381 Mon Sep 17 00:00:00 2001 From: Luan Date: Thu, 5 Dec 2024 20:43:04 -0300 Subject: [PATCH] chore: update deps --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7faa1c3c..dffbcd8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" } diff --git a/package.json b/package.json index 25d3f791..75197ff2 100644 --- a/package.json +++ b/package.json @@ -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" },