From 94e8d73ee314f5ebe6c2e77cd4fc8fdefbfe2f26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 02:24:15 +0000 Subject: [PATCH] Bump long from 5.3.0 to 5.3.1 in /hedera-mirror-rest Bumps [long](https://github.com/dcodeIO/long.js) from 5.3.0 to 5.3.1. - [Release notes](https://github.com/dcodeIO/long.js/releases) - [Commits](https://github.com/dcodeIO/long.js/compare/v5.3.0...v5.3.1) --- updated-dependencies: - dependency-name: long dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- hedera-mirror-rest/package-lock.json | 8 ++++---- hedera-mirror-rest/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hedera-mirror-rest/package-lock.json b/hedera-mirror-rest/package-lock.json index ce35422bed..8f123980de 100644 --- a/hedera-mirror-rest/package-lock.json +++ b/hedera-mirror-rest/package-lock.json @@ -60,7 +60,7 @@ "json-bigint": "^1.0.0", "lodash": "^4.17.21", "log4js": "^6.9.1", - "long": "^5.3.0", + "long": "^5.3.1", "mathjs": "^14.2.1", "parse-duration": "^2.1.3", "pg": "~8.13.3", @@ -9126,9 +9126,9 @@ "inBundle": true }, "node_modules/long": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/long/-/long-5.3.0.tgz", - "integrity": "sha512-5vvY5yF1zF/kXk+L94FRiTDa1Znom46UjPCH6/XbSvS8zBKMFBHTJk8KDMqJ+2J6QezQFi7k1k8v21ClJYHPaw==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/long/-/long-5.3.1.tgz", + "integrity": "sha512-ka87Jz3gcx/I7Hal94xaN2tZEOPoUOEVftkQqZx2EeQRN7LGdfLlI3FvZ+7WDplm+vK2Urx9ULrvSowtdCieng==", "inBundle": true, "license": "Apache-2.0" }, diff --git a/hedera-mirror-rest/package.json b/hedera-mirror-rest/package.json index 44901f2c7e..1e090015ab 100644 --- a/hedera-mirror-rest/package.json +++ b/hedera-mirror-rest/package.json @@ -36,7 +36,7 @@ "json-bigint": "^1.0.0", "lodash": "^4.17.21", "log4js": "^6.9.1", - "long": "^5.3.0", + "long": "^5.3.1", "mathjs": "^14.2.1", "parse-duration": "^2.1.3", "pg": "~8.13.3",