diff --git a/package-lock.json b/package-lock.json index 98ae9b1fa..8f26fd7c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "@electron/notarize": "^2.3.0", "@playwright/test": "^1.44.0", "@testing-library/jest-dom": "^5.17.0", - "@testing-library/react": "^15.0.6", + "@testing-library/react": "^15.0.7", "@types/mocha": "^10.0.6", "@types/node-fetch": "^2.6.11", "@types/react": "^18.3.1", @@ -5336,9 +5336,9 @@ } }, "node_modules/@testing-library/react": { - "version": "15.0.6", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.6.tgz", - "integrity": "sha512-UlbazRtEpQClFOiYp+1BapMT+xyqWMnE+hh9tn5DQ6gmlE7AIZWcGpzZukmDZuFk3By01oiqOf8lRedLS4k6xQ==", + "version": "15.0.7", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.7.tgz", + "integrity": "sha512-cg0RvEdD1TIhhkm1IeYMQxrzy0MtUNfa3minv4MjbgcYzJAZ7yD0i0lwoPOTPr+INtiXFezt2o8xMSnyHhEn2Q==", "dev": true, "dependencies": { "@babel/runtime": "^7.12.5", @@ -24652,9 +24652,9 @@ } }, "@testing-library/react": { - "version": "15.0.6", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.6.tgz", - "integrity": "sha512-UlbazRtEpQClFOiYp+1BapMT+xyqWMnE+hh9tn5DQ6gmlE7AIZWcGpzZukmDZuFk3By01oiqOf8lRedLS4k6xQ==", + "version": "15.0.7", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.7.tgz", + "integrity": "sha512-cg0RvEdD1TIhhkm1IeYMQxrzy0MtUNfa3minv4MjbgcYzJAZ7yD0i0lwoPOTPr+INtiXFezt2o8xMSnyHhEn2Q==", "dev": true, "requires": { "@babel/runtime": "^7.12.5", diff --git a/package.json b/package.json index 8380befb8..801adcf44 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@electron/notarize": "^2.3.0", "@playwright/test": "^1.44.0", "@testing-library/jest-dom": "^5.17.0", - "@testing-library/react": "^15.0.6", + "@testing-library/react": "^15.0.7", "@types/mocha": "^10.0.6", "@types/node-fetch": "^2.6.11", "@types/react": "^18.3.1",