diff --git a/oidc_app/package-lock.json b/oidc_app/package-lock.json index b5e967b..9657578 100644 --- a/oidc_app/package-lock.json +++ b/oidc_app/package-lock.json @@ -19,7 +19,7 @@ "eslint": "8.57.1", "eslint-config-next": "13.5.6", "postcss": "8.4.47", - "tailwindcss": "3.4.11" + "tailwindcss": "3.4.12" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -4145,9 +4145,9 @@ "dev": true }, "node_modules/tailwindcss": { - "version": "3.4.11", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.11.tgz", - "integrity": "sha512-qhEuBcLemjSJk5ajccN9xJFtM/h0AVCPaA6C92jNP+M2J8kX+eMJHI7R2HFKUvvAsMpcfLILMCFYSeDwpMmlUg==", + "version": "3.4.12", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.12.tgz", + "integrity": "sha512-Htf/gHj2+soPb9UayUNci/Ja3d8pTmu9ONTfh4QY8r3MATTZOzmv6UYWF7ZwikEIC8okpfqmGqrmDehua8mF8w==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", @@ -7468,9 +7468,9 @@ } }, "tailwindcss": { - "version": "3.4.11", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.11.tgz", - "integrity": "sha512-qhEuBcLemjSJk5ajccN9xJFtM/h0AVCPaA6C92jNP+M2J8kX+eMJHI7R2HFKUvvAsMpcfLILMCFYSeDwpMmlUg==", + "version": "3.4.12", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.12.tgz", + "integrity": "sha512-Htf/gHj2+soPb9UayUNci/Ja3d8pTmu9ONTfh4QY8r3MATTZOzmv6UYWF7ZwikEIC8okpfqmGqrmDehua8mF8w==", "dev": true, "requires": { "@alloc/quick-lru": "^5.2.0", diff --git a/oidc_app/package.json b/oidc_app/package.json index f679fa9..dc9adeb 100644 --- a/oidc_app/package.json +++ b/oidc_app/package.json @@ -20,6 +20,6 @@ "eslint": "8.57.1", "eslint-config-next": "13.5.6", "postcss": "8.4.47", - "tailwindcss": "3.4.11" + "tailwindcss": "3.4.12" } }