From 75fa930bfe5855622de4fecdb25fa9cb6bc28e45 Mon Sep 17 00:00:00 2001 From: Roman Kalyakin Date: Wed, 22 Jan 2025 08:53:36 +0100 Subject: [PATCH] Using an unreleased version of bigint library that fixes a bug: https://github.com/sidorares/json-bigint/issues/88#issuecomment-2270710598 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d1ef8c7e..62209901 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "helmet": "^3.21.1", "http-proxy-middleware": "^2.0.1", "impresso-jscommons": "https://github.com/impresso/impresso-jscommons/tarball/v1.5.0", - "json-bigint": "^1.0.0", + "json-bigint": "github:sidorares/json-bigint#8208aa1352eba252b60756672ab7c17f300d6ccd", "json2csv": "^4.3.3", "jsonpath-plus": "^10.0.1", "jsonschema": "^1.4.1", @@ -7556,8 +7556,8 @@ }, "node_modules/json-bigint": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-bigint/-/json-bigint-1.0.0.tgz", - "integrity": "sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==", + "resolved": "git+ssh://git@github.com/sidorares/json-bigint.git#8208aa1352eba252b60756672ab7c17f300d6ccd", + "integrity": "sha512-jLHyU/GwtBNgR2fBKRk6QaY2qidm4Dqs/IGrFUQMEhVOfLhWaGHeuWCYwXrDFcItXCXYj2r4uYSfs8glbysJRA==", "license": "MIT", "dependencies": { "bignumber.js": "^9.0.0" diff --git a/package.json b/package.json index 5131c32b..2d103485 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "helmet": "^3.21.1", "http-proxy-middleware": "^2.0.1", "impresso-jscommons": "https://github.com/impresso/impresso-jscommons/tarball/v1.5.0", - "json-bigint": "^1.0.0", + "json-bigint": "github:sidorares/json-bigint#8208aa1352eba252b60756672ab7c17f300d6ccd", "json2csv": "^4.3.3", "jsonpath-plus": "^10.0.1", "jsonschema": "^1.4.1",