diff --git a/frontend/distiller/package-lock.json b/frontend/distiller/package-lock.json index a643e608..5fc4dc36 100644 --- a/frontend/distiller/package-lock.json +++ b/frontend/distiller/package-lock.json @@ -21,7 +21,7 @@ "@types/lodash": "^4.14.191", "@types/luxon": "^3.3.0", "@types/node": "^20.9.0", - "@types/react": "^18.2.14", + "@types/react": "^18.2.37", "@types/react-dom": "^18.0.10", "@types/react-redux": "^7.1.25", "@types/react-router-dom": "^5.3.3", @@ -2009,9 +2009,9 @@ "integrity": "sha512-n1yyPsugYNSmHgxDFjicaI2+gCNjsBck8UX9kuofAKlc0h1bL+20oSF72KeNaW2DUlesbEVCFgyV2dPGTiY42g==" }, "node_modules/@types/react": { - "version": "18.2.14", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.14.tgz", - "integrity": "sha512-A0zjq+QN/O0Kpe30hA1GidzyFjatVvrpIvWLxD+xv67Vt91TWWgco9IvrJBkeyHm1trGaFS/FSGqPlhyeZRm0g==", + "version": "18.2.37", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.37.tgz", + "integrity": "sha512-RGAYMi2bhRgEXT3f4B92WTohopH6bIXw05FuGlmJEnv/omEn190+QYEIYxIAuIBdKgboYYdVved2p1AxZVQnaw==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -5381,9 +5381,9 @@ "integrity": "sha512-n1yyPsugYNSmHgxDFjicaI2+gCNjsBck8UX9kuofAKlc0h1bL+20oSF72KeNaW2DUlesbEVCFgyV2dPGTiY42g==" }, "@types/react": { - "version": "18.2.14", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.14.tgz", - "integrity": "sha512-A0zjq+QN/O0Kpe30hA1GidzyFjatVvrpIvWLxD+xv67Vt91TWWgco9IvrJBkeyHm1trGaFS/FSGqPlhyeZRm0g==", + "version": "18.2.37", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.37.tgz", + "integrity": "sha512-RGAYMi2bhRgEXT3f4B92WTohopH6bIXw05FuGlmJEnv/omEn190+QYEIYxIAuIBdKgboYYdVved2p1AxZVQnaw==", "requires": { "@types/prop-types": "*", "@types/scheduler": "*", diff --git a/frontend/distiller/package.json b/frontend/distiller/package.json index a5793c14..366cebbb 100644 --- a/frontend/distiller/package.json +++ b/frontend/distiller/package.json @@ -16,7 +16,7 @@ "@types/lodash": "^4.14.191", "@types/luxon": "^3.3.0", "@types/node": "^20.9.0", - "@types/react": "^18.2.14", + "@types/react": "^18.2.37", "@types/react-dom": "^18.0.10", "@types/react-redux": "^7.1.25", "@types/react-router-dom": "^5.3.3",