diff --git a/package-lock.json b/package-lock.json index fb17fb7..7784acb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9545,9 +9545,9 @@ } }, "tailwindcss": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-1.3.1.tgz", - "integrity": "sha512-aKAfvPeoXl8mPkVAxuW9+KRsxhQTZ9u4CtmUIIXd9fwhSg4hZ/PnVkhNCDF43Hms2eaxVceZxe17mdCa/cME5g==", + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-1.3.4.tgz", + "integrity": "sha512-jrxz0HbCmY7wlSN7lY/9Xx8BlcqeD7bWdTErwqcGrlVq697UNT/A6JsYbrhYmsfGMk5INaXJFVihhLkPq9ZMow==", "dev": true, "requires": { "autoprefixer": "^9.4.5", diff --git a/package.json b/package.json index 3abcbfd..f2e3d64 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "resolve-url-loader": "^3.1.1", "sass": "^1.26.3", "sass-loader": "^8.0.2", - "tailwindcss": "^1.3.1", + "tailwindcss": "^1.3.4", "vue-template-compiler": "^2.6.11" } }