Merge pull request #165 from wbkd/dependabot/npm_and_yarn/develop/autoprefixer-9.7.6

chore(deps-dev): bump autoprefixer from 9.7.4 to 9.7.6
This commit is contained in:
Moritz
2020-04-20 13:21:38 +02:00
committed by GitHub
2 changed files with 14 additions and 6 deletions
+13 -5
View File
@@ -3759,18 +3759,26 @@
"dev": true
},
"autoprefixer": {
"version": "9.7.5",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.7.5.tgz",
"integrity": "sha512-URo6Zvt7VYifomeAfJlMFnYDhow1rk2bufwkbamPEAtQFcL11moLk4PnR7n9vlu7M+BkXAZkHFA0mIcY7tjQFg==",
"version": "9.7.6",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.7.6.tgz",
"integrity": "sha512-F7cYpbN7uVVhACZTeeIeealwdGM6wMtfWARVLTy5xmKtgVdBNJvbDRoCK3YO1orcs7gv/KwYlb3iXwu9Ug9BkQ==",
"dev": true,
"requires": {
"browserslist": "^4.11.0",
"caniuse-lite": "^1.0.30001036",
"browserslist": "^4.11.1",
"caniuse-lite": "^1.0.30001039",
"chalk": "^2.4.2",
"normalize-range": "^0.1.2",
"num2fraction": "^1.2.2",
"postcss": "^7.0.27",
"postcss-value-parser": "^4.0.3"
},
"dependencies": {
"caniuse-lite": {
"version": "1.0.30001043",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001043.tgz",
"integrity": "sha512-MrBDRPJPDBYwACtSQvxg9+fkna5jPXhJlKmuxenl/ml9uf8LHKlDmLpElu+zTW/bEz7lC1m0wTDD7jiIB+hgFg==",
"dev": true
}
}
},
"aws-sign2": {
+1 -1
View File
@@ -24,7 +24,7 @@
"@types/d3": "^5.7.2",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.6",
"autoprefixer": "^9.7.5",
"autoprefixer": "^9.7.6",
"babel-loader": "^8.1.0",
"babel-preset-react-app": "^9.1.2",
"cypress": "^4.4.0",