aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-11-01 12:45:18 +0200
committerXhmikosR <[email protected]>2019-11-01 12:45:18 +0200
commitbfb27a4dcef5882426565042e1845300df9e97b7 (patch)
treec7154dec2c8df9c41191d2276c088046d387bc6d
parent94516480411b4405ab84bb132708214186a76744 (diff)
downloadbootstrap-bfb27a4dcef5882426565042e1845300df9e97b7.tar.xz
bootstrap-bfb27a4dcef5882426565042e1845300df9e97b7.zip
Bump autoprefixer from 9.7.0 to 9.7.1 (#29619)
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.7.0 to 9.7.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.7.0...9.7.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
-rw-r--r--package-lock.json18
-rw-r--r--package.json2
2 files changed, 14 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json
index f933d1f5a..c03f43f23 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1314,18 +1314,26 @@
"dev": true
},
"autoprefixer": {
- "version": "9.7.0",
- "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.7.0.tgz",
- "integrity": "sha512-j2IRvaCfrUxIiZun9ba4mhJ2omhw4OY88/yVzLO+lHhGBumAAK72PgM6gkbSN8iregPOn1ZlxGkmZh2CQ7X4AQ==",
+ "version": "9.7.1",
+ "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.7.1.tgz",
+ "integrity": "sha512-w3b5y1PXWlhYulevrTJ0lizkQ5CyqfeU6BIRDbuhsMupstHQOeb1Ur80tcB1zxSu7AwyY/qCQ7Vvqklh31ZBFw==",
"dev": true,
"requires": {
"browserslist": "^4.7.2",
- "caniuse-lite": "^1.0.30001004",
+ "caniuse-lite": "^1.0.30001006",
"chalk": "^2.4.2",
"normalize-range": "^0.1.2",
"num2fraction": "^1.2.2",
- "postcss": "^7.0.19",
+ "postcss": "^7.0.21",
"postcss-value-parser": "^4.0.2"
+ },
+ "dependencies": {
+ "caniuse-lite": {
+ "version": "1.0.30001006",
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001006.tgz",
+ "integrity": "sha512-MXnUVX27aGs/QINz+QG1sWSLDr3P1A3Hq5EUWoIt0T7K24DuvMxZEnh3Y5aHlJW6Bz2aApJdSewdYLd8zQnUuw==",
+ "dev": true
+ }
}
},
"aws-sign2": {
diff --git a/package.json b/package.json
index a850248c2..2fcbe9f7f 100644
--- a/package.json
+++ b/package.json
@@ -91,7 +91,7 @@
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/preset-env": "^7.6.3",
- "autoprefixer": "^9.7.0",
+ "autoprefixer": "^9.7.1",
"babel-eslint": "^10.0.3",
"babel-plugin-istanbul": "^5.2.0",
"bundlesize": "^0.18.0",