From 7c616fa81a2bfd59bb83578b344a329096a2f272 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2019 15:27:26 +0100 Subject: [PATCH] build(deps-dev): bump stylelint-webpack-plugin from 1.1.0 to 1.1.1 (#334) --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index b06ac53..c9dc2e4 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "stylelint-config-recommended": "3.0.0", "stylelint-config-styled-components": "0.1.1", "stylelint-processor-styled-components": "1.9.0", - "stylelint-webpack-plugin": "1.1.0", + "stylelint-webpack-plugin": "1.1.1", "supertest": "4.0.2", "typeface-roboto": "0.0.75", "typescript": "3.7.2", diff --git a/yarn.lock b/yarn.lock index e432242..dbac11b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12319,10 +12319,10 @@ schema-utils@^1.0.0: ajv-errors "^1.0.0" ajv-keywords "^3.1.0" -schema-utils@^2.0.0, schema-utils@^2.0.1, schema-utils@^2.5.0: - version "2.5.0" - resolved "https://registry.verdaccio.org/schema-utils/-/schema-utils-2.5.0.tgz#8f254f618d402cc80257486213c8970edfd7c22f" - integrity sha512-32ISrwW2scPXHUSusP8qMg5dLUawKkyV+/qIEV9JdXKx+rsM6mi8vZY8khg2M69Qom16rtroWXD3Ybtiws38gQ== +schema-utils@^2.0.0, schema-utils@^2.0.1, schema-utils@^2.5.0, schema-utils@^2.6.1: + version "2.6.1" + resolved "https://registry.verdaccio.org/schema-utils/-/schema-utils-2.6.1.tgz#eb78f0b945c7bcfa2082b3565e8db3548011dc4f" + integrity sha512-0WXHDs1VDJyo+Zqs9TKLKyD/h7yDpHUhEFsM2CzkICFdoX1av+GBq/J2xRTFfsQO5kBfhZzANf2VcIm84jqDbg== dependencies: ajv "^6.10.2" ajv-keywords "^3.4.1" @@ -13085,14 +13085,14 @@ stylelint-processor-styled-components@1.9.0: micromatch "^4.0.2" postcss "^7.0.0" -stylelint-webpack-plugin@1.1.0: - version "1.1.0" - resolved "https://registry.verdaccio.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-1.1.0.tgz#c89a0b5b346ce87ac428a28fdc93f40a8aa1ebef" - integrity sha512-wv4YnpGgdkLTKTYAL2iNVTBz90tnQV2KEvrMlm+CQyoJKzG5JKI/YdmC8jkpOoQqXDT8hhJvw9vIELeqpS29lg== +stylelint-webpack-plugin@1.1.1: + version "1.1.1" + resolved "https://registry.verdaccio.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-1.1.1.tgz#788fb7462f1e84d8a1c33ba7c7af96f02e3cd8ef" + integrity sha512-1yBV1Bhfsl5Sdl1xJUUYveA21bUAqP4nEwtCmtv9x4AsR5SxMaBnYWS31vVr4OqmYn0qKB8hn9lmQqeXv5FOJA== dependencies: arrify "^2.0.1" micromatch "^4.0.2" - schema-utils "^2.5.0" + schema-utils "^2.6.1" stylelint@12.0.0: version "12.0.0"