From e60d3a82295dce02bef3172e2004de1f33957021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 12:36:02 +0000 Subject: [PATCH] Bump react-error-boundary from 4.1.0 to 4.1.1 Bumps [react-error-boundary](https://github.com/bvaughn/react-error-boundary) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/bvaughn/react-error-boundary/releases) - [Commits](https://github.com/bvaughn/react-error-boundary/compare/4.1.0...4.1.1) --- updated-dependencies: - dependency-name: react-error-boundary dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 12c8ab0c..2f171d8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "next": "14.2.15", "react": "^18", "react-dom": "^18", - "react-error-boundary": "^4.1.0", + "react-error-boundary": "^4.1.1", "zod": "^3.23.8" }, "devDependencies": { @@ -6326,14 +6326,13 @@ } }, "node_modules/react-error-boundary": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-4.1.0.tgz", - "integrity": "sha512-GFnM3kyswd+9Oy7oX1lxdr39ANHD3ty6cyAK4Kyku+w8Aq9fnK7+yRytKOaPLzOhgtGq18AfTXmDtwlojBPTRg==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-4.1.1.tgz", + "integrity": "sha512-EOAEsbVm2EQD8zPS4m24SiaR/506RPC3CjMcjJ5JWKECsctyLsDTKxB26Hvl7jcz7KweSOkBYAcY/hmMpMn2jA==", "dependencies": { "@babel/runtime": "^7.12.5" }, "engines": { - "node": ">=20", "pnpm": "=9" }, "peerDependencies": { diff --git a/package.json b/package.json index 10adf410..a2eaf206 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "next": "14.2.15", "react": "^18", "react-dom": "^18", - "react-error-boundary": "^4.1.0", + "react-error-boundary": "^4.1.1", "zod": "^3.23.8" }, "devDependencies": {