Bump postcss from 7.0.38 to 7.0.39 (#84)

This commit is contained in:
dependabot[bot] 2021-10-06 19:29:33 +00:00 committed by GitHub
parent 2152eebb7d
commit bf88ff0f09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 10 deletions

28
package-lock.json generated
View File

@ -53,7 +53,7 @@
}, },
"devDependencies": { "devDependencies": {
"autoprefixer": "^9.8.7", "autoprefixer": "^9.8.7",
"postcss": "^7.0.38", "postcss": "^7.0.39",
"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"
} }
@ -12728,6 +12728,11 @@
"version": "2.1.0", "version": "2.1.0",
"license": "MIT" "license": "MIT"
}, },
"node_modules/picocolors": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz",
"integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA=="
},
"node_modules/picomatch": { "node_modules/picomatch": {
"version": "2.3.0", "version": "2.3.0",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz",
@ -12896,11 +12901,11 @@
} }
}, },
"node_modules/postcss": { "node_modules/postcss": {
"version": "7.0.38", "version": "7.0.39",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.38.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
"integrity": "sha512-wNrSHWjHDQJR/IZL5IKGxRtFgrYNaAA/UrkW2WqbtZO6uxSLMxMN+s2iqUMwnAWm3fMROlDYZB41dr0Mt7vBwQ==", "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
"dependencies": { "dependencies": {
"nanocolors": "^0.2.2", "picocolors": "^0.2.1",
"source-map": "^0.6.1" "source-map": "^0.6.1"
}, },
"engines": { "engines": {
@ -28076,6 +28081,11 @@
"performance-now": { "performance-now": {
"version": "2.1.0" "version": "2.1.0"
}, },
"picocolors": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz",
"integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA=="
},
"picomatch": { "picomatch": {
"version": "2.3.0", "version": "2.3.0",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz",
@ -28182,11 +28192,11 @@
"version": "0.1.1" "version": "0.1.1"
}, },
"postcss": { "postcss": {
"version": "7.0.38", "version": "7.0.39",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.38.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
"integrity": "sha512-wNrSHWjHDQJR/IZL5IKGxRtFgrYNaAA/UrkW2WqbtZO6uxSLMxMN+s2iqUMwnAWm3fMROlDYZB41dr0Mt7vBwQ==", "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
"requires": { "requires": {
"nanocolors": "^0.2.2", "picocolors": "^0.2.1",
"source-map": "^0.6.1" "source-map": "^0.6.1"
} }
}, },

View File

@ -79,7 +79,7 @@
}, },
"devDependencies": { "devDependencies": {
"autoprefixer": "^9.8.7", "autoprefixer": "^9.8.7",
"postcss": "^7.0.38", "postcss": "^7.0.39",
"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"
} }