From 15b12cc3888d4b945a84d17223501d68817d7a6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 08:24:21 +0000 Subject: [PATCH] chore(deps): update dependency @testing-library/react to v15.0.2 --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index a822f73842f..a4b5dc726bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10258,9 +10258,9 @@ "dev": true }, "node_modules/@testing-library/react": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.0.tgz", - "integrity": "sha512-Nb2Sq8MoSvGVdOGGppRqXeafLtvXCOwiOQtcbqCfkpVNZZNUqIjeSOwrfJ59zBfmZbAn8PitnWEzUKD1YwMrCg==", + "version": "15.0.2", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.2.tgz", + "integrity": "sha512-5mzIpuytB1ctpyywvyaY2TAAUQVCZIGqwiqFQf6u9lvj/SJQepGUzNV18Xpk+NLCaCE2j7CWrZE0tEf9xLZYiQ==", "dev": true, "dependencies": { "@babel/runtime": "^7.12.5", @@ -40479,9 +40479,9 @@ "dependencies": { "@babel/core": "^7.16.0", "@babel/eslint-parser": "^7.16.3", - "@rushstack/eslint-patch": "^1.10.2", - "@typescript-eslint/eslint-plugin": "^7.7.0", - "@typescript-eslint/parser": "^7.7.0", + "@rushstack/eslint-patch": "^1.1.0", + "@typescript-eslint/eslint-plugin": "^7.0.0", + "@typescript-eslint/parser": "^7.0.0", "babel-preset-react-app": "^10.0.1", "confusing-browser-globals": "^1.0.11", "eslint-plugin-flowtype": "^8.0.3", @@ -40490,7 +40490,7 @@ "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-react": "^7.27.1", "eslint-plugin-react-hooks": "^4.3.0", - "eslint-plugin-testing-library": "^6.2.2" + "eslint-plugin-testing-library": "^6.0.0" }, "engines": { "node": ">=14.0.0"