chore: bump @testing-library/react from 15.0.2 to 15.0.6 (#1079)

dependabot[bot] committed May 1, 2024 at 22:44 UTC 1d772e32fbdd9e027078325ddc96159f200318ed
1 file changed +9 -3
package-lock.json
+9 -3
@@ -9216,9 +9216,9 @@
9216 }
9217 },
9218 "node_modules/@testing-library/react": {
9219 - "version": "15.0.2",
9220 - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.2.tgz",
9221 - "integrity": "sha512-5mzIpuytB1ctpyywvyaY2TAAUQVCZIGqwiqFQf6u9lvj/SJQepGUzNV18Xpk+NLCaCE2j7CWrZE0tEf9xLZYiQ==",
9219 + "version": "15.0.6",
9220 + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.6.tgz",
9221 + "integrity": "sha512-UlbazRtEpQClFOiYp+1BapMT+xyqWMnE+hh9tn5DQ6gmlE7AIZWcGpzZukmDZuFk3By01oiqOf8lRedLS4k6xQ==",
9222 "dev": true,
9223 "dependencies": {
9224 "@babel/runtime": "^7.12.5",
@@ -9229,8 +9229,14 @@
9229 "node": ">=18"
9230 },
9231 "peerDependencies": {
9232 + "@types/react": "^18.0.0",
9233 "react": "^18.0.0",
9234 "react-dom": "^18.0.0"
9235 + },
9236 + "peerDependenciesMeta": {
9237 + "@types/react": {
9238 + "optional": true
9239 + }
9240 }
9241 },
9242 "node_modules/@tokenizer/token": {