From 71d1ec3e394a8ee67a463f73602af5a0507b6d01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:01:42 +0000 Subject: [PATCH] build(deps): Update dependency @testing-library/dom to ^10.3.2 --- examples/react-app/package-lock.json | 8 ++++---- examples/react-app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/react-app/package-lock.json b/examples/react-app/package-lock.json index a213c86e57..53c32f7ebd 100644 --- a/examples/react-app/package-lock.json +++ b/examples/react-app/package-lock.json @@ -12,7 +12,7 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@testing-library/dom": "^10.3.1", + "@testing-library/dom": "^10.3.2", "@testing-library/jest-dom": "^6.4.6", "@testing-library/react": "^16.0.0", "@types/jest": "^29.5.12", @@ -1119,9 +1119,9 @@ } }, "node_modules/@testing-library/dom": { - "version": "10.3.1", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.3.1.tgz", - "integrity": "sha512-q/WL+vlXMpC0uXDyfsMtc1rmotzLV8Y0gq6q1gfrrDjQeHoeLrqHbxdPvPNAh1i+xuJl7+BezywcXArz7vLqKQ==", + "version": "10.3.2", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.3.2.tgz", + "integrity": "sha512-0bxIdP9mmPiOJ6wHLj8bdJRq+51oddObeCGdEf6PNEhYd93ZYAN+lPRnEOVFtheVwDM7+p+tza3LAQgp0PTudg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/examples/react-app/package.json b/examples/react-app/package.json index 51f902180e..032ce9d0c2 100644 --- a/examples/react-app/package.json +++ b/examples/react-app/package.json @@ -16,7 +16,7 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@testing-library/dom": "^10.3.1", + "@testing-library/dom": "^10.3.2", "@testing-library/jest-dom": "^6.4.6", "@testing-library/react": "^16.0.0", "@types/jest": "^29.5.12",