diff --git a/package-lock.json b/package-lock.json index 97ad231..c4ff93e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@astrojs/tailwind": "^5.1.1", "@tailwindcss/typography": "^0.5.15", "@types/lodash.kebabcase": "^4.1.9", - "@types/react": "^18.3.9", + "@types/react": "^18.3.10", "@typescript-eslint/parser": "^8.7.0", "astro-eslint-parser": "^1.0.3", "commitizen": "^4.3.1", @@ -2604,9 +2604,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "18.3.9", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.9.tgz", - "integrity": "sha512-+BpAVyTpJkNWWSSnaLBk6ePpHLOGJKnEQNbINNovPWzvEUyAe3e+/d494QdEh71RekM/qV7lw6jzf1HGrJyAtQ==", + "version": "18.3.10", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.10.tgz", + "integrity": "sha512-02sAAlBnP39JgXwkAq3PeU9DVaaGpZyF3MGcC0MKgQVkZor5IiiDAipVaxQHtDJAmO4GIy/rVBy/LzVj76Cyqg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 8eef916..eca1df0 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@astrojs/tailwind": "^5.1.1", "@tailwindcss/typography": "^0.5.15", "@types/lodash.kebabcase": "^4.1.9", - "@types/react": "^18.3.9", + "@types/react": "^18.3.10", "@typescript-eslint/parser": "^8.7.0", "astro-eslint-parser": "^1.0.3", "commitizen": "^4.3.1",