diff --git a/package-lock.json b/package-lock.json index ab241df..72b8a0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@amsterdam/design-system-tokens": "0.15.0", "@astrojs/check": "0.9.4", "@astrojs/react": "4.2.4", - "@types/react": "19.1.0", + "@types/react": "19.1.2", "@types/react-dom": "19.1.0", "astro": "5.7.4", "astro-relative-links": "0.4.2", @@ -2062,10 +2062,11 @@ } }, "node_modules/@types/react": { - "version": "19.1.0", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.0.tgz", - "integrity": "sha512-UaicktuQI+9UKyA4njtDOGBD/67t8YEBt2xdfqu8+gP9hqPUPsiXlNPcpS2gVdjmis5GKPG3fCxbQLVgxsQZ8w==", + "version": "19.1.2", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.2.tgz", + "integrity": "sha512-oxLPMytKchWGbnQM9O7D67uPa9paTNxO7jVoNMXgkkErULBPhPARCfkKL9ytcIJJRGjbsVwW4ugJzyFFvm/Tiw==", "dev": true, + "license": "MIT", "dependencies": { "csstype": "^3.0.2" } diff --git a/package.json b/package.json index 4a256f5..4f4c101 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@amsterdam/design-system-tokens": "0.15.0", "@astrojs/check": "0.9.4", "@astrojs/react": "4.2.4", - "@types/react": "19.1.0", + "@types/react": "19.1.2", "@types/react-dom": "19.1.0", "astro": "5.7.4", "astro-relative-links": "0.4.2",