diff --git a/examples/openfeature_react/react-app/package-lock.json b/examples/openfeature_react/react-app/package-lock.json index ffb3bba3c32..198e883ef2f 100644 --- a/examples/openfeature_react/react-app/package-lock.json +++ b/examples/openfeature_react/react-app/package-lock.json @@ -26,7 +26,7 @@ "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.19", "postcss": "^8.5.1", - "tailwindcss": "^4.0.3", + "tailwindcss": "^4.0.5", "typescript": "^5.7.3", "vite": "^6.0.11" } @@ -2966,9 +2966,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.3.tgz", - "integrity": "sha512-ImmZF0Lon5RrQpsEAKGxRvHwCvMgSC4XVlFRqmbzTEDb/3wvin9zfEZrMwgsa3yqBbPqahYcVI6lulM2S7IZAA==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.5.tgz", + "integrity": "sha512-DZZIKX3tA23LGTjHdnwlJOTxfICD1cPeykLLsYF1RQBI9QsCR3i0szohJfJDVjr6aNRAIio5WVO7FGB77fRHwg==", "dev": true, "license": "MIT" }, diff --git a/examples/openfeature_react/react-app/package.json b/examples/openfeature_react/react-app/package.json index 9e420ef1b86..ef964e9a633 100644 --- a/examples/openfeature_react/react-app/package.json +++ b/examples/openfeature_react/react-app/package.json @@ -28,7 +28,7 @@ "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.19", "postcss": "^8.5.1", - "tailwindcss": "^4.0.3", + "tailwindcss": "^4.0.5", "typescript": "^5.7.3", "vite": "^6.0.11" }