From d54ca28abd5f9690cac14dc3777f9a5d94d8b857 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Oct 2020 18:23:46 +0000 Subject: [PATCH 1/3] fix(deps): bump sass-loader from 10.0.3 to 10.0.4 Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 10.0.3 to 10.0.4. - [Release notes](https://github.com/webpack-contrib/sass-loader/releases) - [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/sass-loader/compare/v10.0.3...v10.0.4) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 21f3165..5147d29 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "core-js": "^3.6.5", "nuxt": "^2.14.6", "sass": "^1.27.0", - "sass-loader": "^10.0.3" + "sass-loader": "^10.0.4" }, "devDependencies": { "@nuxt/types": "^2.14.6", diff --git a/yarn.lock b/yarn.lock index 5cc7d4d..4cf1f29 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7189,10 +7189,10 @@ safe-regex@^1.1.0: resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== -sass-loader@^10.0.3: - version "10.0.3" - resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-10.0.3.tgz#9e2f1bfdd6355f2adde4e4835d838b020bf800b0" - integrity sha512-W4+FV5oUdYy0PnC11ZoPrcAexODgDCa3ngxoy5X5qBhZYoPz9FPjb6Oox8Aa0ZYEyx34k8AQfOVuvqefOSAAUQ== +sass-loader@^10.0.4: + version "10.0.4" + resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-10.0.4.tgz#ec7181096947d078d60a1d76d527f47c19b151d8" + integrity sha512-zhdZ8qvZM4iL5XjLVEjJLvKWvC+MB+hHgzL2x/Nf7UHpUNmPYsJvypW79bW39g4LZ603dH/dRSsRYzJJIljtdA== dependencies: klona "^2.0.4" loader-utils "^2.0.0" From ad60205c16a9a943d206b8780f9f34d472282ca6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Oct 2020 18:23:55 +0000 Subject: [PATCH 2/3] chore(deps-dev): bump @nuxtjs/tailwindcss from 3.1.0 to 3.2.0 Bumps [@nuxtjs/tailwindcss](https://github.com/nuxt-community/tailwindcss-module) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/nuxt-community/tailwindcss-module/releases) - [Changelog](https://github.com/nuxt-community/tailwindcss-module/blob/master/CHANGELOG.md) - [Commits](https://github.com/nuxt-community/tailwindcss-module/compare/v3.1.0...v3.2.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 21f3165..568148a 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,6 @@ "devDependencies": { "@nuxt/types": "^2.14.6", "@nuxt/typescript-build": "^2.0.3", - "@nuxtjs/tailwindcss": "^3.1.0" + "@nuxtjs/tailwindcss": "^3.2.0" } } diff --git a/yarn.lock b/yarn.lock index 5cc7d4d..cd3bde8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1264,16 +1264,16 @@ consola "^2.11.3" http-proxy-middleware "^1.0.4" -"@nuxtjs/tailwindcss@^3.1.0": - version "3.1.0" - resolved "https://registry.yarnpkg.com/@nuxtjs/tailwindcss/-/tailwindcss-3.1.0.tgz#d70310d49cc714e15d2d76b5d388a812f7126f17" - integrity sha512-nxooAntKxQdaTHQRgRa7RE7Hk9fqly4n65+4F+O4uRS4mYeT/wZon8l60mubkUrlZgpO5X3gvUDf569Dd8BKmA== +"@nuxtjs/tailwindcss@^3.2.0": + version "3.2.0" + resolved "https://registry.yarnpkg.com/@nuxtjs/tailwindcss/-/tailwindcss-3.2.0.tgz#43e47188fd16f993b93d6e9057e4da83057a2fbd" + integrity sha512-CNlnV4wqhxtTmzsQIvRMW1SKUyBkWPwlk7bEVfNDFTj5Z3kvfL3g+QC8gtRwFiZH4mBeXof36CDfDwRSStFmJQ== dependencies: 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" "@nuxtjs/youch@^4.2.3": version "4.2.3" @@ -7742,10 +7742,10 @@ svgo@^1.0.0: unquote "~1.1.1" util.promisify "~1.0.0" -tailwindcss@^1.8.10: - version "1.9.5" - resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-1.9.5.tgz#3339b790a68bc1f09a8efd8eb94cb05aed5235c2" - integrity sha512-Je5t1fAfyW333YTpSxF+8uJwbnrkpyBskDtZYgSMMKQbNp6QUhEKJ4g/JIevZjD2Zidz9VxLraEUq/yWOx6nQg== +tailwindcss@^1.9.5: + version "1.9.6" + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-1.9.6.tgz#0c5089911d24e1e98e592a31bfdb3d8f34ecf1a0" + integrity sha512-nY8WYM/RLPqGsPEGEV2z63riyQPcHYZUJpAwdyBzVpxQHOHqHE+F/fvbCeXhdF1+TA5l72vSkZrtYCB9hRcwkQ== dependencies: "@fullhuman/postcss-purgecss" "^2.1.2" autoprefixer "^9.4.5" From 6480f74c817e58ac00a885caf8e20acb26af6b73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Oct 2020 00:30:57 +0000 Subject: [PATCH 3/3] fix(deps): bump sass from 1.27.0 to 1.27.1 Bumps [sass](https://github.com/sass/dart-sass) from 1.27.0 to 1.27.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.27.0...1.27.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 33f6b9b..c9d7b90 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@nuxtjs/axios": "^5.12.2", "core-js": "^3.6.5", "nuxt": "^2.14.6", - "sass": "^1.27.0", + "sass": "^1.27.1", "sass-loader": "^10.0.4" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 6771a24..d874ff9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7200,10 +7200,10 @@ sass-loader@^10.0.4: schema-utils "^3.0.0" semver "^7.3.2" -sass@^1.27.0: - version "1.27.0" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.27.0.tgz#0657ff674206b95ec20dc638a93e179c78f6ada2" - integrity sha512-0gcrER56OkzotK/GGwgg4fPrKuiFlPNitO7eUJ18Bs+/NBlofJfMxmxqpqJxjae9vu0Wq8TZzrSyxZal00WDig== +sass@^1.27.1: + version "1.27.1" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.27.1.tgz#fe4c730f2abfe1502ecff047798b35a7b792dc03" + integrity sha512-Co5i3s4kN0AgXe8ZFfIl4pfjHjPgotT81O68m3buwdj7v3oHjYiWNqp0oXTKXnEqyKU30KAYC5u8uUF4x+BKfw== dependencies: chokidar ">=2.0.0 <4.0.0"