diff --git a/package-lock.json b/package-lock.json index 63465d5..50e9b35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,8 +17,8 @@ "@pandacss/dev": "0.15.5", "@rollup/plugin-alias": "5.0.1", "@sweatpants/libra": "0.0.29", - "@types/react": "18.2.22", - "@types/react-dom": "18.2.7", + "@types/react": "18.2.25", + "@types/react-dom": "18.2.11", "framer-motion": "10.16.4", "prettier": "3.0.3", "react": "18.2.0", @@ -2986,9 +2986,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "18.2.22", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.22.tgz", - "integrity": "sha512-60fLTOLqzarLED2O3UQImc/lsNRgG0jE/a1mPW9KjMemY0LMITWEsbS4VvZ4p6rorEHd5YKxxmMKSDK505GHpA==", + "version": "18.2.25", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.25.tgz", + "integrity": "sha512-24xqse6+VByVLIr+xWaQ9muX1B4bXJKXBbjszbld/UEDslGLY53+ZucF44HCmLbMPejTzGG9XgR+3m2/Wqu1kw==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -2996,8 +2996,9 @@ } }, "node_modules/@types/react-dom": { - "version": "18.2.7", - "license": "MIT", + "version": "18.2.11", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.11.tgz", + "integrity": "sha512-zq6Dy0EiCuF9pWFW6I6k6W2LdpUixLE4P6XjXU1QHLfak3GPACQfLwEuHzY5pOYa4hzj1d0GxX/P141aFjZsyg==", "dependencies": { "@types/react": "*" } diff --git a/package.json b/package.json index 668f52c..2c92c1a 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,8 @@ "@pandacss/dev": "0.15.5", "@rollup/plugin-alias": "5.0.1", "@sweatpants/libra": "0.0.29", - "@types/react": "18.2.22", - "@types/react-dom": "18.2.7", + "@types/react": "18.2.25", + "@types/react-dom": "18.2.11", "framer-motion": "10.16.4", "prettier": "3.0.3", "react": "18.2.0",