diff --git a/package-lock.json b/package-lock.json index 6d5a9f33..2acf7d0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3252,16 +3252,16 @@ } }, "@nuxtjs/tailwindcss": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@nuxtjs/tailwindcss/-/tailwindcss-3.1.0.tgz", - "integrity": "sha512-nxooAntKxQdaTHQRgRa7RE7Hk9fqly4n65+4F+O4uRS4mYeT/wZon8l60mubkUrlZgpO5X3gvUDf569Dd8BKmA==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@nuxtjs/tailwindcss/-/tailwindcss-3.2.0.tgz", + "integrity": "sha512-CNlnV4wqhxtTmzsQIvRMW1SKUyBkWPwlk7bEVfNDFTj5Z3kvfL3g+QC8gtRwFiZH4mBeXof36CDfDwRSStFmJQ==", "dev": true, "requires": { "clear-module": "^4.1.1", "consola": "^2.15.0", "defu": "^3.1.0", "fs-extra": "^9.0.1", - "tailwindcss": "^1.8.10" + "tailwindcss": "^1.9.5" }, "dependencies": { "fs-extra": { @@ -4155,9 +4155,9 @@ }, "dependencies": { "acorn": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.0.tgz", - "integrity": "sha512-+G7P8jJmCHr+S+cLfQxygbWhXy+8YTVGzAkpEbcLo2mLoL7tij/VG41QSHACSf5QgYRhMZYHuNc6drJaO0Da+w==", + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", + "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", "dev": true } } @@ -15072,9 +15072,9 @@ } }, "sass-loader": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-10.0.3.tgz", - "integrity": "sha512-W4+FV5oUdYy0PnC11ZoPrcAexODgDCa3ngxoy5X5qBhZYoPz9FPjb6Oox8Aa0ZYEyx34k8AQfOVuvqefOSAAUQ==", + "version": "10.0.4", + "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-10.0.4.tgz", + "integrity": "sha512-zhdZ8qvZM4iL5XjLVEjJLvKWvC+MB+hHgzL2x/Nf7UHpUNmPYsJvypW79bW39g4LZ603dH/dRSsRYzJJIljtdA==", "dev": true, "requires": { "klona": "^2.0.4", @@ -16195,9 +16195,9 @@ } }, "tailwindcss": { - "version": "1.8.10", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-1.8.10.tgz", - "integrity": "sha512-7QkERG/cWCzsuMqHMwjOaLMVixOGLNBiXsrkssxlE1aWfkxVbGqiuMokR2162xRyaH2mBIHKxmlf1qb3DvIPqw==", + "version": "1.9.5", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-1.9.5.tgz", + "integrity": "sha512-Je5t1fAfyW333YTpSxF+8uJwbnrkpyBskDtZYgSMMKQbNp6QUhEKJ4g/JIevZjD2Zidz9VxLraEUq/yWOx6nQg==", "dev": true, "requires": { "@fullhuman/postcss-purgecss": "^2.1.2", diff --git a/package.json b/package.json index f10ef668..5a305de2 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@nuxtjs/google-analytics": "^2.4.0", "@nuxtjs/pwa": "^3.2.2", "@nuxtjs/svg": "^0.1.12", - "@nuxtjs/tailwindcss": "^3.1.0", + "@nuxtjs/tailwindcss": "^3.2.0", "@testing-library/jest-dom": "^5.11.4", "@vue/test-utils": "^1.1.0", "babel-core": "^7.0.0-bridge.0", @@ -68,7 +68,7 @@ "node-sass": "^4.14.1", "prettier": "^2.1.2", "pretty-quick": "^3.1.0", - "sass-loader": "^10.0.3", + "sass-loader": "^10.0.4", "vue-jest": "^3.0.7" }, "jest": {