From adb4c72d6466f0df650f787d5e4a30487b413c1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 22:52:33 +0000 Subject: [PATCH] build(deps): bump the react group across 1 directory with 2 updates Bumps the react group with 2 updates in the / directory: [react-error-boundary](https://github.com/bvaughn/react-error-boundary) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). Updates `react-error-boundary` from 6.0.3 to 6.1.0 - [Release notes](https://github.com/bvaughn/react-error-boundary/releases) - [Commits](https://github.com/bvaughn/react-error-boundary/compare/6.0.3...6.1.0) Updates `@types/react` from 19.2.8 to 19.2.9 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: react-error-boundary dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: react - dependency-name: "@types/react" dependency-version: 19.2.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: react ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9ef7b30..f70d877 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "howler": "^2.2.4", "react": "^19.2.3", "react-dom": "^19.2.3", - "react-error-boundary": "^6.0.3", + "react-error-boundary": "^6.1.0", "three": "^0.182.0" }, "devDependencies": { @@ -23,7 +23,7 @@ "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", "@types/howler": "^2.2.12", - "@types/react": "^19.2.8", + "@types/react": "^19.2.9", "@types/react-dom": "^19.2.3", "@types/three": "^0.182.0", "@typescript-eslint/eslint-plugin": "^8.53.1", @@ -2248,9 +2248,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "19.2.8", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.8.tgz", - "integrity": "sha512-3MbSL37jEchWZz2p2mjntRZtPt837ij10ApxKfgmXCTuHWagYg7iA5bqPw6C8BMPfwidlvfPI/fxOc42HLhcyg==", + "version": "19.2.9", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.9.tgz", + "integrity": "sha512-Lpo8kgb/igvMIPeNV2rsYKTgaORYdO1XGVZ4Qz3akwOj0ySGYMPlQWa8BaLn0G63D1aSaAQ5ldR06wCpChQCjA==", "license": "MIT", "dependencies": { "csstype": "^3.2.2" @@ -6768,9 +6768,9 @@ } }, "node_modules/react-error-boundary": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-6.0.3.tgz", - "integrity": "sha512-5guqn2UYpCFjE8UDMA8J7Kke+YSGBFrKQRJb3XdcaGZXYINZfQXgBt3ifY6MvjkN7QROc5A8zclyoSCwrcRUKw==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-6.1.0.tgz", + "integrity": "sha512-02k9WQ/mUhdbXir0tC1NiMesGzRPaCsJEWU/4bcFrbY1YMZOtHShtZP6zw0SJrBWA/31H0KT9/FgdL8+sPKgHA==", "license": "MIT", "peerDependencies": { "react": "^18.0.0 || ^19.0.0" diff --git a/package.json b/package.json index bf765d7..46c3bda 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "howler": "^2.2.4", "react": "^19.2.3", "react-dom": "^19.2.3", - "react-error-boundary": "^6.0.3", + "react-error-boundary": "^6.1.0", "three": "^0.182.0" }, "devDependencies": { @@ -31,7 +31,7 @@ "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", "@types/howler": "^2.2.12", - "@types/react": "^19.2.8", + "@types/react": "^19.2.9", "@types/react-dom": "^19.2.3", "@types/three": "^0.182.0", "@typescript-eslint/eslint-plugin": "^8.53.1",