diff --git a/frontend/package-lock.json b/frontend/package-lock.json index d9a0c3297..8d71b1533 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -34,7 +34,7 @@ "react-markdown": "^8.0.7", "react-spinners": "^0.13.8", "react-syntax-highlighter": "^15.5.0", - "react-virtuoso": "^4.6.2", + "react-virtuoso": "^4.18.7", "react-window": "^1.8.9", "tailwindcss": "3.3.3", "three": "^0.166.1", @@ -6919,15 +6919,13 @@ } }, "node_modules/react-virtuoso": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/react-virtuoso/-/react-virtuoso-4.6.2.tgz", - "integrity": "sha512-vvlqvzPif+MvBrJ09+hJJrVY0xJK9yran+A+/1iwY78k0YCVKsyoNPqoLxOxzYPggspNBNXqUXEcvckN29OxyQ==", - "engines": { - "node": ">=10" - }, + "version": "4.18.7", + "resolved": "https://registry.npmjs.org/react-virtuoso/-/react-virtuoso-4.18.7.tgz", + "integrity": "sha512-xNF5zDGEEIMB7cKwcen/pLig0YDf6OnfFrVgKFa7sHPf9fRem0CaLshyObbBcP88jzn0enavL39EgplgdyT21g==", + "license": "MIT", "peerDependencies": { - "react": ">=16 || >=17 || >= 18", - "react-dom": ">=16 || >=17 || >= 18" + "react": ">=16 || >=17 || >= 18 || >= 19", + "react-dom": ">=16 || >=17 || >= 18 || >=19" } }, "node_modules/react-window": { diff --git a/frontend/package.json b/frontend/package.json index a562414c6..1dbac6ab5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -35,7 +35,7 @@ "react-markdown": "^8.0.7", "react-spinners": "^0.13.8", "react-syntax-highlighter": "^15.5.0", - "react-virtuoso": "^4.6.2", + "react-virtuoso": "^4.18.7", "react-window": "^1.8.9", "tailwindcss": "3.3.3", "three": "^0.166.1",