diff --git a/package-lock.json b/package-lock.json index 00d3339..23ae042 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@divriots/jampack": "^0.34.0", "@tailwindcss/typography": "^0.5.20", "@types/github-slugger": "^2.0.0", - "@types/react": "^19.2.14", + "@types/react": "^19.2.18", "@typescript-eslint/parser": "^8.67.0", "astro-eslint-parser": "^3.0.0", "commitizen": "^4.3.2", @@ -42,7 +42,7 @@ "prettier": "^3.8.2", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.7.2", - "react": "^19.2.4", + "react": "^19.2.8", "react-dom": "^19.2.4" } }, @@ -3928,9 +3928,9 @@ } }, "node_modules/@types/react": { - "version": "19.2.14", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz", - "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==", + "version": "19.2.18", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.18.tgz", + "integrity": "sha512-AnzbBERsrLKtk2XSfTbYRLjQPdy116Sty4q+T+Bp3IC4l6jNBvreVPAHmpq9qhXQM7CXZPjLVmGMw9sy+hxQ3w==", "dev": true, "license": "MIT", "dependencies": { @@ -11440,9 +11440,9 @@ "license": "MIT" }, "node_modules/react": { - "version": "19.2.4", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", - "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", + "version": "19.2.8", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.8.tgz", + "integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 6aa3655..2667794 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@divriots/jampack": "^0.34.0", "@tailwindcss/typography": "^0.5.20", "@types/github-slugger": "^2.0.0", - "@types/react": "^19.2.14", + "@types/react": "^19.2.18", "@typescript-eslint/parser": "^8.67.0", "astro-eslint-parser": "^3.0.0", "commitizen": "^4.3.2", @@ -50,7 +50,7 @@ "prettier": "^3.8.2", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.7.2", - "react": "^19.2.4", + "react": "^19.2.8", "react-dom": "^19.2.4" }, "config": {