diff --git a/landing/package-lock.json b/landing/package-lock.json index 14addd2..4b6183b 100644 --- a/landing/package-lock.json +++ b/landing/package-lock.json @@ -7,15 +7,16 @@ "": { "name": "landing", "version": "0.0.0", + "license": "MIT", "dependencies": { "marked": "^17.0.1", - "react": "^19.2.0", + "react": "^19.2.4", "react-dom": "^19.2.0", "react-router-dom": "^7.13.0" }, "devDependencies": { "@eslint/js": "^9.39.1", - "@types/react": "^19.2.5", + "@types/react": "^19.2.10", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.1", "eslint": "^9.39.1", @@ -1465,9 +1466,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "19.2.9", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.9.tgz", - "integrity": "sha512-Lpo8kgb/igvMIPeNV2rsYKTgaORYdO1XGVZ4Qz3akwOj0ySGYMPlQWa8BaLn0G63D1aSaAQ5ldR06wCpChQCjA==", + "version": "19.2.10", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.10.tgz", + "integrity": "sha512-WPigyYuGhgZ/cTPRXB2EwUw+XvsRA3GqHlsP4qteqrnnjDrApbS7MxcGr/hke5iUoeB7E/gQtrs9I37zAJ0Vjw==", "dev": true, "license": "MIT", "dependencies": { @@ -3593,9 +3594,9 @@ } }, "node_modules/react": { - "version": "19.2.3", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.3.tgz", - "integrity": "sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==", + "version": "19.2.4", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", + "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/landing/package.json b/landing/package.json index 277927b..83c4013 100644 --- a/landing/package.json +++ b/landing/package.json @@ -23,13 +23,13 @@ }, "dependencies": { "marked": "^17.0.1", - "react": "^19.2.0", + "react": "^19.2.4", "react-dom": "^19.2.0", "react-router-dom": "^7.13.0" }, "devDependencies": { "@eslint/js": "^9.39.1", - "@types/react": "^19.2.5", + "@types/react": "^19.2.10", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.1", "eslint": "^9.39.1",