diff --git a/web/package-lock.json b/web/package-lock.json index a8ae579..dc878c1 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -12,7 +12,7 @@ "@fontsource/montserrat": "^5.2.8", "@fontsource/open-sans": "^5.2.7", "@tailwindcss/vite": "^4.2.4", - "react": "^19.2.5", + "react": "^19.2.6", "react-dom": "^19.2.5", "tailwindcss": "^4.2.4" }, @@ -2616,9 +2616,9 @@ } }, "node_modules/react": { - "version": "19.2.5", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.5.tgz", - "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==", + "version": "19.2.6", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.6.tgz", + "integrity": "sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -2987,23 +2987,6 @@ "dev": true, "license": "ISC" }, - "node_modules/yaml": { - "version": "2.8.3", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz", - "integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==", - "license": "ISC", - "optional": true, - "peer": true, - "bin": { - "yaml": "bin.mjs" - }, - "engines": { - "node": ">= 14.6" - }, - "funding": { - "url": "https://github.com/sponsors/eemeli" - } - }, "node_modules/yocto-queue": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", diff --git a/web/package.json b/web/package.json index 39b6e96..17f9ecb 100644 --- a/web/package.json +++ b/web/package.json @@ -34,7 +34,7 @@ "@fontsource/montserrat": "^5.2.8", "@fontsource/open-sans": "^5.2.7", "@tailwindcss/vite": "^4.2.4", - "react": "^19.2.5", + "react": "^19.2.6", "react-dom": "^19.2.5", "tailwindcss": "^4.2.4" },