Bump autoprefixer from 9.8.6 to 9.8.7 (#79)

This commit is contained in:
dependabot[bot] 2021-09-27 18:58:31 +00:00 committed by GitHub
parent 0242c4fa0a
commit 0674660d1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 7 deletions

25
package-lock.json generated
View File

@ -52,7 +52,7 @@
"web-vitals": "^1.0.1" "web-vitals": "^1.0.1"
}, },
"devDependencies": { "devDependencies": {
"autoprefixer": "^9.8.6", "autoprefixer": "^9.8.7",
"postcss": "^7.0.36", "postcss": "^7.0.36",
"source-map-explorer": "^2.5.2", "source-map-explorer": "^2.5.2",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.6" "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.6"
@ -4163,12 +4163,13 @@
} }
}, },
"node_modules/autoprefixer": { "node_modules/autoprefixer": {
"version": "9.8.6", "version": "9.8.7",
"license": "MIT", "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.7.tgz",
"integrity": "sha512-7Hg99B1eTH5+LgmUBUSmov1Z3bsggQJS7v3IMGo6wcScnbRuvtMc871J9J+4bSbIqa9LSX/zypFXJ8sXHpMJeQ==",
"dependencies": { "dependencies": {
"browserslist": "^4.12.0", "browserslist": "^4.12.0",
"caniuse-lite": "^1.0.30001109", "caniuse-lite": "^1.0.30001109",
"colorette": "^1.2.1", "nanocolors": "^0.2.8",
"normalize-range": "^0.1.2", "normalize-range": "^0.1.2",
"num2fraction": "^1.2.2", "num2fraction": "^1.2.2",
"postcss": "^7.0.32", "postcss": "^7.0.32",
@ -11877,6 +11878,11 @@
"license": "MIT", "license": "MIT",
"optional": true "optional": true
}, },
"node_modules/nanocolors": {
"version": "0.2.10",
"resolved": "https://registry.npmjs.org/nanocolors/-/nanocolors-0.2.10.tgz",
"integrity": "sha512-i+EDWGsJClQwR/bhLIG/CObZZwaYaS5qt+yjxZbfV+77QiNHNzE9nj4d9Ut1TGZ0R0eSwPcQWzReASzXuw/7oA=="
},
"node_modules/nanoid": { "node_modules/nanoid": {
"version": "3.1.23", "version": "3.1.23",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.23.tgz", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.23.tgz",
@ -22381,11 +22387,13 @@
"version": "2.1.2" "version": "2.1.2"
}, },
"autoprefixer": { "autoprefixer": {
"version": "9.8.6", "version": "9.8.7",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.7.tgz",
"integrity": "sha512-7Hg99B1eTH5+LgmUBUSmov1Z3bsggQJS7v3IMGo6wcScnbRuvtMc871J9J+4bSbIqa9LSX/zypFXJ8sXHpMJeQ==",
"requires": { "requires": {
"browserslist": "^4.12.0", "browserslist": "^4.12.0",
"caniuse-lite": "^1.0.30001109", "caniuse-lite": "^1.0.30001109",
"colorette": "^1.2.1", "nanocolors": "^0.2.8",
"normalize-range": "^0.1.2", "normalize-range": "^0.1.2",
"num2fraction": "^1.2.2", "num2fraction": "^1.2.2",
"postcss": "^7.0.32", "postcss": "^7.0.32",
@ -27562,6 +27570,11 @@
"version": "2.14.2", "version": "2.14.2",
"optional": true "optional": true
}, },
"nanocolors": {
"version": "0.2.10",
"resolved": "https://registry.npmjs.org/nanocolors/-/nanocolors-0.2.10.tgz",
"integrity": "sha512-i+EDWGsJClQwR/bhLIG/CObZZwaYaS5qt+yjxZbfV+77QiNHNzE9nj4d9Ut1TGZ0R0eSwPcQWzReASzXuw/7oA=="
},
"nanoid": { "nanoid": {
"version": "3.1.23", "version": "3.1.23",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.23.tgz", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.23.tgz",

View File

@ -78,7 +78,7 @@
] ]
}, },
"devDependencies": { "devDependencies": {
"autoprefixer": "^9.8.6", "autoprefixer": "^9.8.7",
"postcss": "^7.0.36", "postcss": "^7.0.36",
"source-map-explorer": "^2.5.2", "source-map-explorer": "^2.5.2",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.6" "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.6"