From 5cff7eb410e62ae937b76735ed679a359c679086 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 09:45:50 -0600 Subject: [PATCH] Bump long from 5.2.3 to 5.2.4 in /hedera-mirror-rest (#10113) Bumps [long](https://github.com/dcodeIO/long.js) from 5.2.3 to 5.2.4. - [Release notes](https://github.com/dcodeIO/long.js/releases) - [Commits](https://github.com/dcodeIO/long.js/compare/v5.2.3...v5.2.4) --- updated-dependencies: - dependency-name: long dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 22c0a8947fd..35b74d2b41f 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.2.3", + "long": "^5.2.4", "mathjs": "^14.0.1", "parse-duration": "^1.1.1", "pg": "~8.13.1", @@ -9023,9 +9023,9 @@ "inBundle": true }, "node_modules/long": { - "version": "5.2.3", - "resolved": "https://registry.npmjs.org/long/-/long-5.2.3.tgz", - "integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==", + "version": "5.2.4", + "resolved": "https://registry.npmjs.org/long/-/long-5.2.4.tgz", + "integrity": "sha512-qtzLbJE8hq7VabR3mISmVGtoXP8KGc2Z/AT8OuqlYD7JTR3oqrgwdjnk07wpj1twXxYmgDXgoKVWUG/fReSzHg==", "inBundle": true }, "node_modules/lru-cache": { diff --git a/hedera-mirror-rest/package.json b/hedera-mirror-rest/package.json index ad851105d8a..2c33588e7cc 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.2.3", + "long": "^5.2.4", "mathjs": "^14.0.1", "parse-duration": "^1.1.1", "pg": "~8.13.1",