From 78d622545a36c8cac5f1a78fe4644cd4392d2e0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 06:10:16 +0000 Subject: [PATCH] deps: bump @testing-library/react in the jest group Bumps the jest group with 1 update: [@testing-library/react](https://github.com/testing-library/react-testing-library). Updates `@testing-library/react` from 16.3.2 to 16.3.3 - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-testing-library/compare/v16.3.2...v16.3.3) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-version: 16.3.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: jest ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1750488d5..31aec3075 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,7 +63,7 @@ "@swc/helpers": "0.5.23", "@tailwindcss/postcss": "^4.3.3", "@testing-library/jest-dom": "^7.0.1", - "@testing-library/react": "^16.3.0", + "@testing-library/react": "^16.3.3", "@testing-library/user-event": "^14.6.6", "@types/bcryptjs": "^2.4.6", "@types/busboy": "^1.5.4", @@ -90,6 +90,9 @@ "postcss": "^8.5.26", "tailwindcss": "^4.3.0", "typescript": "^5.3.3" + }, + "engines": { + "node": ">=20" } }, "node_modules/@adobe/css-tools": { @@ -5718,9 +5721,9 @@ "license": "MIT" }, "node_modules/@testing-library/react": { - "version": "16.3.2", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.3.2.tgz", - "integrity": "sha512-XU5/SytQM+ykqMnAnvB2umaJNIOsLF3PVv//1Ew4CTcpz0/BRyy/af40qqrt7SjKpDdT1saBMc42CUok5gaw+g==", + "version": "16.3.3", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.3.3.tgz", + "integrity": "sha512-Uo193NgQbPMz6lrrhtRQQFcMC6Re/ELLFbbuVL30WDlZxlpZf9/lMHTAVxPRLw1q1iu9OJmR1c2BLiENRstdBg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 93745fa7d..86575fe10 100644 --- a/package.json +++ b/package.json @@ -153,7 +153,7 @@ "@swc/helpers": "0.5.23", "@tailwindcss/postcss": "^4.3.3", "@testing-library/jest-dom": "^7.0.1", - "@testing-library/react": "^16.3.0", + "@testing-library/react": "^16.3.3", "@testing-library/user-event": "^14.6.6", "@types/bcryptjs": "^2.4.6", "@types/busboy": "^1.5.4",