From 36f44a259cbfd34544d86f1a237be7290e4c4ed7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 11:23:31 +0000 Subject: [PATCH] Bump @snowpack/plugin-postcss from 1.2.2 to 1.4.1 Bumps [@snowpack/plugin-postcss](https://github.com/snowpackjs/snowpack/tree/HEAD/plugins/plugin-postcss) from 1.2.2 to 1.4.1. - [Release notes](https://github.com/snowpackjs/snowpack/releases) - [Changelog](https://github.com/snowpackjs/snowpack/blob/main/plugins/plugin-postcss/CHANGELOG.md) - [Commits](https://github.com/snowpackjs/snowpack/commits/@snowpack/plugin-postcss@1.4.1/plugins/plugin-postcss) --- updated-dependencies: - dependency-name: "@snowpack/plugin-postcss" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/record/package.json | 2 +- yarn.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/packages/record/package.json b/packages/record/package.json index 9af521c3..fa709e1a 100644 --- a/packages/record/package.json +++ b/packages/record/package.json @@ -71,7 +71,7 @@ "@open-wc/webpack-import-meta-loader": "^0.4.7", "@snowpack/app-scripts-react": "^2.0.1", "@snowpack/plugin-dotenv": "^2.1.0", - "@snowpack/plugin-postcss": "^1.2.2", + "@snowpack/plugin-postcss": "^1.4.1", "@snowpack/plugin-react-refresh": "^2.5.0", "@snowpack/plugin-typescript": "^1.2.1", "@snowpack/plugin-webpack": "^2.3.1", diff --git a/yarn.lock b/yarn.lock index 94878c7f..43287453 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2318,11 +2318,13 @@ dotenv "^8.2.0" dotenv-expand "^5.1.0" -"@snowpack/plugin-postcss@^1.2.2": - version "1.2.2" - resolved "https://registry.yarnpkg.com/@snowpack/plugin-postcss/-/plugin-postcss-1.2.2.tgz#e5f22c9474df559e14ac4df1783189efc58dce81" - integrity sha512-XL4EyfDLcxCeo9bOm8ScNAFq9pU4bFkFq4GY6/Zokq/rxMh9lugOHTLWeT/p4IxLh4CX1o7pX8b61Eplcqlfqg== +"@snowpack/plugin-postcss@^1.4.1": + version "1.4.1" + resolved "https://registry.yarnpkg.com/@snowpack/plugin-postcss/-/plugin-postcss-1.4.1.tgz#21aa7b0633204d60bf3a82a956964d641f172ffa" + integrity sha512-igFSEIje1akoHgnHqNfGSetxMb6V9O9ygMoKtXlEfHaEQhABxZd5a9wbZQoOoDIDCECzmy3DIavM7k1qb2q59Q== dependencies: + minimatch "^3.0.4" + normalize-path "^3.0.0" postcss-load-config "^3.0.1" workerpool "^6.1.2"