From c58c70c4cee44f661b5db6a6314fbdb8cb5cf578 Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Sun, 11 May 2025 08:29:13 +0200 Subject: [PATCH] chore: update json-with-bigint minimum required version --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index edaadd65..db379b43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@types/morgan": "^1.9.9", "crc-32": "^1.2.2", "express": "^5", - "json-with-bigint": "^3.2.2", + "json-with-bigint": "^3.4.4", "mongoose": "^8.11.0", "morgan": "^1.10.0", "ncp": "^2.0.0", diff --git a/package.json b/package.json index 34e1c84e..010e5dcb 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@types/morgan": "^1.9.9", "crc-32": "^1.2.2", "express": "^5", - "json-with-bigint": "^3.2.2", + "json-with-bigint": "^3.4.4", "mongoose": "^8.11.0", "morgan": "^1.10.0", "ncp": "^2.0.0",