0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Bump autoprefixer from 10.0.4 to 10.1.0 (#32374)

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.0.4 to 10.1.0.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.0.4...10.1.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-12-08 12:21:42 +02:00 committed by GitHub
parent d3946e7646
commit f8b5faff45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 7 deletions

18
package-lock.json generated
View File

@ -1590,16 +1590,16 @@
"optional": true
},
"autoprefixer": {
"version": "10.0.4",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.0.4.tgz",
"integrity": "sha512-hmjYejN/WTyPP9cdNmiwtwqM8/ACVJPD5ExtwoOceQohNbgnFNiwpL2+U4bXS8aXozBL00WvH6WhqbuHf0Fgfg==",
"version": "10.1.0",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.1.0.tgz",
"integrity": "sha512-0/lBNwN+ZUnb5su18NZo5MBIjDaq6boQKZcxwy86Gip/CmXA2zZqUoFQLCNAGI5P25ZWSP2RWdhDJ8osfKEjoQ==",
"dev": true,
"requires": {
"browserslist": "^4.14.7",
"caniuse-lite": "^1.0.30001161",
"browserslist": "^4.15.0",
"caniuse-lite": "^1.0.30001165",
"colorette": "^1.2.1",
"fraction.js": "^4.0.12",
"normalize-range": "^0.1.2",
"num2fraction": "^1.2.2",
"postcss-value-parser": "^4.1.0"
}
},
@ -4836,6 +4836,12 @@
"dev": true,
"optional": true
},
"fraction.js": {
"version": "4.0.12",
"resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.0.12.tgz",
"integrity": "sha512-8Z1K0VTG4hzYY7kA/1sj4/r1/RWLBD3xwReT/RCrUCbzPszjNQCCsy3ktkU/eaEqX3MYa4pY37a52eiBlPMlhA==",
"dev": true
},
"fragment-cache": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz",

View File

@ -106,7 +106,7 @@
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@rollup/plugin-replace": "^2.3.4",
"autoprefixer": "^10.0.4",
"autoprefixer": "^10.1.0",
"bundlewatch": "^0.3.1",
"clean-css-cli": "^4.3.0",
"cross-env": "^7.0.3",