Bump autoprefixer from 9.6.2 to 9.6.3

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.6.2 to 9.6.3.
- [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.6.2...9.6.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-10-05 16:36:54 +00:00
parent 5bae0f5e6d
commit af89f9e008
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -2089,9 +2089,9 @@
"dev": true
},
"autoprefixer": {
"version": "9.6.2",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.6.2.tgz",
"integrity": "sha512-0hXVBruiJrTMJprJYwdWuIg87R8MJ/Yfrt85XgOgRwyC0mpBIyDdGZhSf+AEh6lAA+R/70Y+89G6YSXsCnnrEw==",
"version": "9.6.3",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.6.3.tgz",
"integrity": "sha512-Mtaw6y+DKDo1LvtAIoggxV79HR2/do0DEuBzXcpTZ5VzRykgXddsHQ1ZEPP1ydMubKvmmxBO0XiX53S0EJl3ag==",
"dev": true,
"requires": {
"browserslist": "^4.7.0",

View File

@ -43,7 +43,7 @@
"@babel/core": "^7.6.2",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/preset-env": "^7.6.2",
"autoprefixer": "^9.6.2",
"autoprefixer": "^9.6.3",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"chalk": "^2.4.2",