From 121ce85ce4203aefdabe5e1dd52d320d1b41f708 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 9 May 2025 05:21:10 +0000 Subject: [PATCH] fix: upgrade json-with-bigint from 3.3.4 to 3.4.4 Snyk has created this PR to upgrade json-with-bigint from 3.3.4 to 3.4.4. See this package in npm: json-with-bigint See this project in Snyk: https://app.snyk.io/org/blankll/project/d19c39b4-9b25-4232-b09a-2d71e94c8a24?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 09170be..89c8a38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@tauri-apps/plugin-store": "^2.2.0", "debug": "^4.4.0", "highlight.js": "^11.11.1", - "json-with-bigint": "^3.3.4", + "json-with-bigint": "^3.4.4", "json5": "^2.2.3", "lodash": "^4.17.21", "markdown-it": "^14.1.0", @@ -7212,9 +7212,9 @@ "license": "MIT" }, "node_modules/json-with-bigint": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/json-with-bigint/-/json-with-bigint-3.3.4.tgz", - "integrity": "sha512-klJCsTTVweIilSvMZjpRGNApwpYlY52Oo7nO33cW6Bq14xwczmUX5oopSeQYI/e8eaGglj4DFp2SCtDW6d2zng==", + "version": "3.4.4", + "resolved": "https://registry.npmjs.org/json-with-bigint/-/json-with-bigint-3.4.4.tgz", + "integrity": "sha512-AhpYAAaZsPjU7smaBomDt1SOQshi9rEm6BlTbfVwsG1vNmeHKtEedJi62sHZzJTyKNtwzmNnrsd55kjwJ7054A==", "license": "MIT" }, "node_modules/json5": { diff --git a/package.json b/package.json index 7c2fe34..e8b5f7f 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@tauri-apps/plugin-store": "^2.2.0", "debug": "^4.4.0", "highlight.js": "^11.11.1", - "json-with-bigint": "^3.3.4", + "json-with-bigint": "^3.4.4", "json5": "^2.2.3", "lodash": "^4.17.21", "markdown-it": "^14.1.0",