From bdf5eabdf416eba3119563fab8a616b7e923c761 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Sep 2021 09:02:08 +0000 Subject: [PATCH] Bump mini-css-extract-plugin from 2.2.0 to 2.2.1 Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.2.0 to 2.2.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/v2.2.0...v2.2.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 03269275..f75fbe63 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "jest": "^27.1.0", "jest-serializer-vue": "^2.0.2", "lint-staged": "^11.1.2", - "mini-css-extract-plugin": "^2.2.0", + "mini-css-extract-plugin": "^2.2.1", "npm-run-all": "^4.1.5", "postcss": "^8.3.6", "postcss-loader": "^6.1.1", diff --git a/yarn.lock b/yarn.lock index cb18cd82..fd1a84f1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5471,10 +5471,10 @@ min-document@^2.19.0: dependencies: dom-walk "^0.1.0" -mini-css-extract-plugin@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.2.0.tgz#48cb6d2bea8fa9eb36709856e003662eebb3eb92" - integrity sha512-91HeVHbq7PUJ4TwOuMTlFWfVWrLqf3SF0PlEDPV+wtgsfxrMebN9LLzflyQqdKLp4/H3PexRB1WLKsCqpWKkxQ== +mini-css-extract-plugin@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.2.1.tgz#a44bbfc8ede9211f31474b91c4e8863bf52dd294" + integrity sha512-A0GBXpz8WIPgh2HfASJ0EeY8grd2dGxmC4R8uTujFJXZY7zFy0nvYSYW6SKCLKlz7y45BdHONfaxZQMIZpeF/w== dependencies: schema-utils "^3.1.0"