From 9aee83a1f73829604baf39e229eeea4979b153c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 10:19:29 +0000 Subject: [PATCH] chore(deps-dev): bump nuxt-postcss8 from 1.0.3 to 1.1.2 Bumps [nuxt-postcss8](https://github.com/pi0/nuxt-postcss8) from 1.0.3 to 1.1.2. - [Release notes](https://github.com/pi0/nuxt-postcss8/releases) - [Changelog](https://github.com/nuxt/postcss8/blob/main/CHANGELOG.md) - [Commits](https://github.com/pi0/nuxt-postcss8/compare/v1.0.3...v1.1.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d7199c9..5b518ea 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@nuxtjs/tailwindcss": "3.4.2", "autoprefixer": "^10.2.5", "css-loader": "5.1.2", - "nuxt-postcss8": "^1.0.3", + "nuxt-postcss8": "^1.1.2", "postcss": "^8.2.6", "tailwindcss": "^2.0.3" } diff --git a/yarn.lock b/yarn.lock index 30c2967..bccd4ae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6485,12 +6485,14 @@ nuxt-i18n@6.20.6: klona "^2.0.4" vue-i18n "^8.23.0" -nuxt-postcss8@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/nuxt-postcss8/-/nuxt-postcss8-1.0.3.tgz#b635e7c2ac7e8ec2d288e377dbe3eefd2bdd8e89" - integrity sha512-MPxw37YKX6OUVcoPb2MJALd5JZF371oNgQA53PIY80l21Y0m6r76TIgdiwmfeNk0vZbm1DsV+wqwPLySC70AoA== +nuxt-postcss8@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/nuxt-postcss8/-/nuxt-postcss8-1.1.2.tgz#63c037dfe8a86443865b925c63a3e94e2b8b821d" + integrity sha512-xBlylG9u1o8yOa3SrpppBzwD4Zhj7pWJO6g2FBcOn4/oPWZ2tTj9e3opwlj/IMtmlUtnwucogV1GP5UATb8WKA== dependencies: + autoprefixer "^10.2.5" css-loader "^5.0.0" + defu "^3.2.2" postcss "^8.1.10" postcss-import "^13.0.0" postcss-loader "^4.1.0"