From ffa6825f065fd19801e5ec4d2c8f2a55acb6b820 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2019 04:21:36 +0000 Subject: [PATCH] build(deps-dev): bump style-resources-loader in /webapp Bumps [style-resources-loader](https://github.com/yenshih/style-resources-loader) from 1.3.2 to 1.3.3. - [Release notes](https://github.com/yenshih/style-resources-loader/releases) - [Changelog](https://github.com/yenshih/style-resources-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/yenshih/style-resources-loader/commits) Signed-off-by: dependabot-preview[bot] --- webapp/package.json | 2 +- webapp/yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/webapp/package.json b/webapp/package.json index 9ac837f412..77dff46b9f 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -139,7 +139,7 @@ "storybook-design-token": "^0.4.1", "storybook-vue-router": "^1.0.7", "style-loader": "~0.23.1", - "style-resources-loader": "~1.3.2", + "style-resources-loader": "~1.3.3", "vue-jest": "~3.0.5", "vue-loader": "~15.8.3", "vue-svg-loader": "~0.15.0", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index c1592b44e5..4fbd310f36 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -14172,7 +14172,7 @@ 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.1.0, schema-utils@^2.4.1, schema-utils@^2.5.0, schema-utils@^2.6.0, schema-utils@^2.6.1: +schema-utils@^2.0.0, schema-utils@^2.0.1, schema-utils@^2.1.0, schema-utils@^2.4.1, schema-utils@^2.6.0, schema-utils@^2.6.1: version "2.6.1" resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.6.1.tgz#eb78f0b945c7bcfa2082b3565e8db3548011dc4f" integrity sha512-0WXHDs1VDJyo+Zqs9TKLKyD/h7yDpHUhEFsM2CzkICFdoX1av+GBq/J2xRTFfsQO5kBfhZzANf2VcIm84jqDbg== @@ -15197,15 +15197,15 @@ style-loader@^0.23.1, style-loader@~0.23.1: loader-utils "^1.1.0" schema-utils "^1.0.0" -style-resources-loader@^1.2.1, style-resources-loader@~1.3.2: - version "1.3.2" - resolved "https://registry.yarnpkg.com/style-resources-loader/-/style-resources-loader-1.3.2.tgz#dee034e33e84060ded0b1980f866453e98589873" - integrity sha512-UIwyrl/OZGO+ptyeNyeDnNE+2RqD0AKqjAuxBxhce0YlHMx2DbZ48g0Mx9buKuiNSgBUXYQtbwilKcYeJlVsog== +style-resources-loader@^1.2.1, style-resources-loader@~1.3.3: + version "1.3.3" + resolved "https://registry.yarnpkg.com/style-resources-loader/-/style-resources-loader-1.3.3.tgz#e4b3ab93e7c3d1606e86f9549522a0b5c4ad6812" + integrity sha512-vDD2HyG6On8H9gWUN9O9q1eXR/JnXpCkNvpusvgFsRQ9JZGF9drzvwKEigR9vqlmUbXO2t/vIIabpYMmis0eAQ== dependencies: glob "^7.1.6" is-promise "^2.1.0" loader-utils "^1.2.3" - schema-utils "^2.5.0" + schema-utils "^2.6.1" stylehacks@^4.0.0: version "4.0.3"