diff --git a/package-lock.json b/package-lock.json index 15e4ce9cb..bcda26984 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@apollo/client": "^3.8.6", - "@types/react": "^18.2.31", + "@types/react": "^18.2.33", "algoliasearch": "^4.20.0", "autoprefixer": "^10.4.16", "framer-motion": "10.16.4", @@ -1898,9 +1898,9 @@ "integrity": "sha512-n1yyPsugYNSmHgxDFjicaI2+gCNjsBck8UX9kuofAKlc0h1bL+20oSF72KeNaW2DUlesbEVCFgyV2dPGTiY42g==" }, "node_modules/@types/react": { - "version": "18.2.32", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.32.tgz", - "integrity": "sha512-F0FVIZQ1x5Gxy/VYJb7XcWvCcHR28Sjwt1dXLspdIatfPq1MVACfnBDwKe6ANLxQ64riIJooXClpUR6oxTiepg==", + "version": "18.2.33", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.33.tgz", + "integrity": "sha512-v+I7S+hu3PIBoVkKGpSYYpiBT1ijqEzWpzQD62/jm4K74hPpSP7FF9BnKG6+fg2+62weJYkkBWDJlZt5JO/9hg==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", diff --git a/package.json b/package.json index 047cb6645..aa8952199 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "license": "ISC", "dependencies": { "@apollo/client": "^3.8.6", - "@types/react": "^18.2.32", + "@types/react": "^18.2.33", "algoliasearch": "^4.20.0", "autoprefixer": "^10.4.16", "framer-motion": "10.16.4",