From 004bd1c79dbee9281a9959932b50c739d490d91d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 17 Oct 2018 05:58:12 +0000 Subject: [PATCH] Bump autoprefixer from 9.2.0 to 9.2.1 Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.2.0 to 9.2.1. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/9.2.0...9.2.1) Signed-off-by: dependabot[bot] --- lib/core/package.json | 2 +- yarn.lock | 15 ++++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/lib/core/package.json b/lib/core/package.json index 6b8c5f7f0984..4cb11898c517 100644 --- a/lib/core/package.json +++ b/lib/core/package.json @@ -37,7 +37,7 @@ "@storybook/node-logger": "4.0.0-rc.0", "@storybook/ui": "4.0.0-rc.0", "airbnb-js-shims": "^1 || ^2", - "autoprefixer": "^9.2.0", + "autoprefixer": "^9.2.1", "babel-plugin-macros": "^2.4.2", "babel-preset-minify": "^0.5.0", "boxen": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index 7c949026aa49..7ea8fbe9360b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3074,13 +3074,13 @@ autoprefixer@^8.4.1: postcss "^6.0.23" postcss-value-parser "^3.2.3" -autoprefixer@^9.1.5, autoprefixer@^9.2.0: - version "9.2.0" - resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.2.0.tgz#e46f893882b19a160370e7bcd3ec6bbeaace4d10" - integrity sha512-OuxUyTvzRe9EvKyouPqfr8QUkQ0pH400NOFzI1LFINO8zwgJr7ZTybLql03P//LjR0iWile2lCoy2vRTRSFpMw== +autoprefixer@^9.1.5, autoprefixer@^9.2.1: + version "9.2.1" + resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.2.1.tgz#1f2f1179ceed4711b7ab064dbd5c3f9e83d9dc62" + integrity sha512-qlK4GnZk8OXLK+8kBn9ttfzu2PkhRe8kVYoWcc9HsrZEMWiBkQuRYdXyJg9cIIKxfMzhh6UbvlJ1CsstMIzxwA== dependencies: browserslist "^4.2.1" - caniuse-lite "^1.0.30000890" + caniuse-lite "^1.0.30000892" normalize-range "^0.1.2" num2fraction "^1.2.2" postcss "^7.0.5" @@ -5758,6 +5758,11 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000844, caniuse-lite@^1.0.30000864, can resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000890.tgz#86a18ffcc65d79ec6a437e985761b8bf1c4efeaf" integrity sha512-4NI3s4Y6ROm+SgZN5sLUG4k7nVWQnedis3c/RWkynV5G6cHSY7+a8fwFyn2yoBDE3E6VswhTNNwR3PvzGqlTkg== +caniuse-lite@^1.0.30000892: + version "1.0.30000892" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000892.tgz#344d2b51ee3ff5977537da4aa449c90eec40b759" + integrity sha512-X9rxMaWZNbJB5qjkDqPtNv/yfViTeUL6ILk0QJNxLV3OhKC5Acn5vxsuUvllR6B48mog8lmS+whwHq/QIYSL9w== + capture-exit@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-1.2.0.tgz#1c5fcc489fd0ab00d4f1ac7ae1072e3173fbab6f"