From 02dfcae612dd528ce4f1f3f6c62ceefd02a5c790 Mon Sep 17 00:00:00 2001 From: Luan Date: Fri, 21 Feb 2025 18:13:10 -0300 Subject: [PATCH] fix(dependencies): Update `jintr` to version 3.2.1 --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e9fa39f8..231cc47c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "license": "MIT", "dependencies": { "@bufbuild/protobuf": "^2.0.0", - "jintr": "^3.2.0", + "jintr": "^3.2.1", "tslib": "^2.5.0", "undici": "^5.19.1" }, @@ -6155,12 +6155,13 @@ } }, "node_modules/jintr": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/jintr/-/jintr-3.2.0.tgz", - "integrity": "sha512-psD1yf05kMKDNsUdW1l5YhO59pHScQ6OIHHb8W5SKSM2dCOFPsqolmIuSHgVA8+3Dc47NJR181CXZ4alCAPTkA==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/jintr/-/jintr-3.2.1.tgz", + "integrity": "sha512-yjKUBuwTTg4nc4izMysxuIk0BKh45hnbc1KnXE6LxagIGZn5od+I2elpuRY9IIm3EiKiUZxhxV89a0iX+xoEZg==", "funding": [ "https://github.com/sponsors/LuanRT" ], + "license": "MIT", "dependencies": { "acorn": "^8.8.0" } diff --git a/package.json b/package.json index 265e454f..6d652717 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "license": "MIT", "dependencies": { "@bufbuild/protobuf": "^2.0.0", - "jintr": "^3.2.0", + "jintr": "^3.2.1", "tslib": "^2.5.0", "undici": "^5.19.1" },