diff --git a/package-lock.json b/package-lock.json index 33b1e5f..b28255e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@astrojs/tailwind": "^5.1.0", "@tailwindcss/typography": "^0.5.15", "@types/lodash.kebabcase": "^4.1.9", - "@types/react": "^18.3.6", + "@types/react": "^18.3.11", "@typescript-eslint/parser": "^8.5.0", "astro-eslint-parser": "^1.0.3", "eslint": "^9.10.0", @@ -1915,11 +1915,10 @@ "dev": true }, "node_modules/@types/react": { - "version": "18.3.10", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.10.tgz", - "integrity": "sha512-02sAAlBnP39JgXwkAq3PeU9DVaaGpZyF3MGcC0MKgQVkZor5IiiDAipVaxQHtDJAmO4GIy/rVBy/LzVj76Cyqg==", + "version": "18.3.11", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.11.tgz", + "integrity": "sha512-r6QZ069rFTjrEYgFdOck1gK7FLVsgJE7tTz0pQBczlBNUhBNk0MQH4UbnFSwjpQLMkLzgqvBBa+qGpLje16eTQ==", "dev": true, - "license": "MIT", "dependencies": { "@types/prop-types": "*", "csstype": "^3.0.2" diff --git a/package.json b/package.json index 4831e3d..ce0a038 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@astrojs/tailwind": "^5.1.0", "@tailwindcss/typography": "^0.5.15", "@types/lodash.kebabcase": "^4.1.9", - "@types/react": "^18.3.6", + "@types/react": "^18.3.11", "@typescript-eslint/parser": "^8.5.0", "astro-eslint-parser": "^1.0.3", "eslint": "^9.10.0",