From 144a4308fa186345d347181625d9286c7eee9ed0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 21:32:46 +0000 Subject: [PATCH] build(deps): bump react-error-boundary in the react group Bumps the react group with 1 update: [react-error-boundary](https://github.com/bvaughn/react-error-boundary). Updates `react-error-boundary` from 6.1.3 to 6.1.4 - [Release notes](https://github.com/bvaughn/react-error-boundary/releases) - [Commits](https://github.com/bvaughn/react-error-boundary/compare/6.1.3...6.1.4) --- updated-dependencies: - dependency-name: react-error-boundary dependency-version: 6.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: react ... 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 30cc18f..dc24e69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "howler": "2.2.4", "react": "19.2.8", "react-dom": "19.2.8", - "react-error-boundary": "6.1.3", + "react-error-boundary": "6.1.4", "three": "0.185.1" }, "devDependencies": { @@ -6536,9 +6536,9 @@ } }, "node_modules/react-error-boundary": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-6.1.3.tgz", - "integrity": "sha512-GnSKpCohFi2nQmJCWwP8O8wub7zexlePvpsejvQr35vS5RTouS1+utTNOmyc540yw5vyOXnSL1rBWsCQDmkyUA==", + "version": "6.1.4", + "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-6.1.4.tgz", + "integrity": "sha512-7FgvbyjCFhu4dtKSZu807cW1MWG2nWAM4bwGqUByAtHVJXtlzoCJX0SSyZRyFrb+aBd7wtJkcOR4DsxXVEuDsA==", "license": "MIT", "peerDependencies": { "@types/react": "^18.0.0 || ^19.0.0", diff --git a/package.json b/package.json index 6d756ac..a268f02 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "howler": "2.2.4", "react": "19.2.8", "react-dom": "19.2.8", - "react-error-boundary": "6.1.3", + "react-error-boundary": "6.1.4", "three": "0.185.1" }, "devDependencies": {