diff --git a/open-social-front-v2/package-lock.json b/open-social-front-v2/package-lock.json index d3e53232..831f11a6 100644 --- a/open-social-front-v2/package-lock.json +++ b/open-social-front-v2/package-lock.json @@ -21,7 +21,7 @@ "devDependencies": { "@tailwindcss/typography": "^0.5.15", "@testing-library/jest-dom": "^6.6.3", - "@testing-library/react": "^16.0.1", + "@testing-library/react": "^16.1.0", "autoprefixer": "^10.4.20", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", @@ -2076,9 +2076,9 @@ } }, "node_modules/@testing-library/react": { - "version": "16.0.1", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.0.1.tgz", - "integrity": "sha512-dSmwJVtJXmku+iocRhWOUFbrERC76TX2Mnf0ATODz8brzAZrMBbzLwQixlBSanZxR6LddK3eiwpSFZgDET1URg==", + "version": "16.1.0", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.1.0.tgz", + "integrity": "sha512-Q2ToPvg0KsVL0ohND9A3zLJWcOXXcO8IDu3fj11KhNt0UlCWyFyvnCIBkd12tidB2lkiVRG8VFqdhcqhqnAQtg==", "dev": true, "dependencies": { "@babel/runtime": "^7.12.5" @@ -2088,10 +2088,10 @@ }, "peerDependencies": { "@testing-library/dom": "^10.0.0", - "@types/react": "^18.0.0", - "@types/react-dom": "^18.0.0", - "react": "^18.0.0", - "react-dom": "^18.0.0" + "@types/react": "^18.0.0 || ^19.0.0", + "@types/react-dom": "^18.0.0 || ^19.0.0", + "react": "^18.0.0 || ^19.0.0", + "react-dom": "^18.0.0 || ^19.0.0" }, "peerDependenciesMeta": { "@types/react": { diff --git a/open-social-front-v2/package.json b/open-social-front-v2/package.json index 3674d247..7eb52542 100644 --- a/open-social-front-v2/package.json +++ b/open-social-front-v2/package.json @@ -24,7 +24,7 @@ "devDependencies": { "@tailwindcss/typography": "^0.5.15", "@testing-library/jest-dom": "^6.6.3", - "@testing-library/react": "^16.0.1", + "@testing-library/react": "^16.1.0", "autoprefixer": "^10.4.20", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0",