diff --git a/package-lock.json b/package-lock.json index 324b904f2..a0a8c45bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "shsgames", - "version": "26.16.1", + "version": "26.17.0", "license": "ISC", "dependencies": { "async-require-context": "^1.8.15", @@ -58,7 +58,7 @@ "react-icons": "^4.6.0", "react-query": "^4.0.0", "react-router-dom": "^6.4.2", - "tailwindcss": "^3.2.0", + "tailwindcss": "^3.2.1", "tailwindcss-textshadow": "^2.1.3", "typescript": "^4.8.4", "uuid": "^9.0.0", @@ -8402,9 +8402,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.0.tgz", - "integrity": "sha512-ARh/W0uH5UlWIC2nn02V0+5fyF0k6qZliyt4QYic2upOhPUE/Spu1EURNc9txJ3+4j8OEmdigqfDpw4d2tA4vA==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.1.tgz", + "integrity": "sha512-Uw+GVSxp5CM48krnjHObqoOwlCt5Qo6nw1jlCRwfGy68dSYb/LwS9ZFidYGRiM+w6rMawkZiu1mEMAsHYAfoLg==", "dev": true, "dependencies": { "arg": "^5.0.2", @@ -8417,6 +8417,7 @@ "glob-parent": "^6.0.2", "is-glob": "^4.0.3", "lilconfig": "^2.0.6", + "micromatch": "^4.0.5", "normalize-path": "^3.0.0", "object-hash": "^3.0.0", "picocolors": "^1.0.0", @@ -15602,9 +15603,9 @@ "dev": true }, "tailwindcss": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.0.tgz", - "integrity": "sha512-ARh/W0uH5UlWIC2nn02V0+5fyF0k6qZliyt4QYic2upOhPUE/Spu1EURNc9txJ3+4j8OEmdigqfDpw4d2tA4vA==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.1.tgz", + "integrity": "sha512-Uw+GVSxp5CM48krnjHObqoOwlCt5Qo6nw1jlCRwfGy68dSYb/LwS9ZFidYGRiM+w6rMawkZiu1mEMAsHYAfoLg==", "dev": true, "requires": { "arg": "^5.0.2", @@ -15617,6 +15618,7 @@ "glob-parent": "^6.0.2", "is-glob": "^4.0.3", "lilconfig": "^2.0.6", + "micromatch": "^4.0.5", "normalize-path": "^3.0.0", "object-hash": "^3.0.0", "picocolors": "^1.0.0", diff --git a/package.json b/package.json index 1d2a2331e..a2969bc30 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "react-icons": "^4.6.0", "react-query": "^4.0.0", "react-router-dom": "^6.4.2", - "tailwindcss": "^3.2.0", + "tailwindcss": "^3.2.1", "tailwindcss-textshadow": "^2.1.3", "typescript": "^4.8.4", "uuid": "^9.0.0",