From 14c622b2474017ceadc49503d64ec9df1676198e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 23:27:29 +0000 Subject: [PATCH] build(deps): bump jsonrepair from 3.14.1 to 3.15.0 Bumps [jsonrepair](https://github.com/josdejong/jsonrepair) from 3.14.1 to 3.15.0. - [Changelog](https://github.com/josdejong/jsonrepair/blob/main/CHANGELOG.md) - [Commits](https://github.com/josdejong/jsonrepair/compare/v3.14.1...v3.15.0) --- updated-dependencies: - dependency-name: jsonrepair dependency-version: 3.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 2cffbcc..84975ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "hono": "^4.12.12", - "jsonrepair": "^3.13.3", + "jsonrepair": "^3.15.0", "lenis": "^1.3.25", "lucide-react": "^1.8.0", "motion": "^12.42.2", @@ -4755,9 +4755,9 @@ } }, "node_modules/jsonrepair": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/jsonrepair/-/jsonrepair-3.14.1.tgz", - "integrity": "sha512-NpGgMhmzG/fajkBEFlS9jZvMSGDvc2xN/9wNCHZ+Nx32GZfLRELU6UE6dQkebvrQUct9S+7bvnpX29NB36Qbdw==", + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/jsonrepair/-/jsonrepair-3.15.0.tgz", + "integrity": "sha512-wy8OTjwsJwQRnQJkKnMJJ9vcytRdBPAgIF/Hy6+s1dAj42BHMKiyL8JzEieIl3JY7idt8eyHwBWTO8mh/+mtwA==", "license": "ISC", "bin": { "jsonrepair": "bin/cli.js" diff --git a/package.json b/package.json index 5801706..708812a 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "hono": "^4.12.12", - "jsonrepair": "^3.13.3", + "jsonrepair": "^3.15.0", "lenis": "^1.3.25", "lucide-react": "^1.8.0", "motion": "^12.42.2",