diff --git a/package-lock.json b/package-lock.json index 9d9bbd2..f5e5d75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@playwright/test": "^1.48.0", "@tailwindcss/typography": "^0.5.15", "@types/github-slugger": "^2.0.0", - "@types/react": "^18.3.10", + "@types/react": "^18.3.11", "@typescript-eslint/parser": "^8.8.1", "astro-eslint-parser": "^1.0.2", "commitizen": "^4.3.1", @@ -2202,9 +2202,9 @@ "license": "MIT" }, "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, "dependencies": { "@types/prop-types": "*", diff --git a/package.json b/package.json index c4829a4..e3a807a 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@playwright/test": "^1.48.0", "@tailwindcss/typography": "^0.5.15", "@types/github-slugger": "^2.0.0", - "@types/react": "^18.3.10", + "@types/react": "^18.3.11", "@typescript-eslint/parser": "^8.8.1", "astro-eslint-parser": "^1.0.2", "commitizen": "^4.3.1",