From c78108a953eaa0640e30bc3a71aca1fcb1f83018 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 09:03:23 +0000 Subject: [PATCH] Bump mini-css-extract-plugin from 1.6.0 to 1.6.1 Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases) - [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v1.6.0...v1.6.1) --- updated-dependencies: - dependency-name: mini-css-extract-plugin dependency-type: direct:development update-type: version-update:semver-patch ... 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 2309b813..3b78800f 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "jest": "^27.0.5", "jest-serializer-vue": "^2.0.2", "lint-staged": "^11.0.0", - "mini-css-extract-plugin": "^1.6.0", + "mini-css-extract-plugin": "^1.6.1", "npm-run-all": "^4.1.5", "postcss": "^8.3.5", "postcss-loader": "^6.1.0", diff --git a/yarn.lock b/yarn.lock index 519b3b7b..7773692e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5927,10 +5927,10 @@ min-document@^2.19.0: dependencies: dom-walk "^0.1.0" -mini-css-extract-plugin@^1.6.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.0.tgz#b4db2525af2624899ed64a23b0016e0036411893" - integrity sha512-nPFKI7NSy6uONUo9yn2hIfb9vyYvkFu95qki0e21DQ9uaqNKDP15DGpK0KnV6wDroWxPHtExrdEwx/yDQ8nVRw== +mini-css-extract-plugin@^1.6.1: + version "1.6.1" + resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.1.tgz#7b57bbd85f07702c7d93c4eb40a1da9d10b7a815" + integrity sha512-2DXoAaHJ/jIlbVz5yX8eCrRFNfxjH4Lx9LlEetbub1BY6AVa9kl+Ag2/c570w+Wqe0InNJA6POmlcg2Iuq9iTA== dependencies: loader-utils "^2.0.0" schema-utils "^3.0.0"