Merge pull request #133 from Serraniel/dependabot/npm_and_yarn/develop/postcss-8.1.14

This commit is contained in:
dependabot[bot] 2020-12-04 04:27:11 +00:00 committed by GitHub
commit 56f5af0e9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 12 deletions

15
package-lock.json generated
View file

@ -9332,15 +9332,14 @@
"dev": true
},
"postcss": {
"version": "8.1.13",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.1.13.tgz",
"integrity": "sha512-D++wck3XhQkICYfysZRx90JCDgaTTdq8YxLswB9cjBzfxwcVcQjn3LsjXon0PQ6TIOof2IGWLRHhSgXZuJct4w==",
"version": "8.1.14",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.1.14.tgz",
"integrity": "sha512-KatkyVPBKfENS+c3dpXJoDXnDD5UZs5exAnDksLqaRJPKwYphEPZt4N0m0i049v2/BtWVQibAhxW4ilXXcolpA==",
"dev": true,
"requires": {
"colorette": "^1.2.1",
"nanoid": "^3.1.20",
"source-map": "^0.6.1",
"vfile-location": "^3.2.0"
"source-map": "^0.6.1"
},
"dependencies": {
"source-map": {
@ -12952,12 +12951,6 @@
"extsprintf": "^1.2.0"
}
},
"vfile-location": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-3.2.0.tgz",
"integrity": "sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA==",
"dev": true
},
"vinyl": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.2.0.tgz",

View file

@ -66,7 +66,7 @@
"gulp-terser": "^2.0.0",
"gulp-zip": "^5.0.2",
"merge-stream": "^2.0.0",
"postcss": "^8.1.13",
"postcss": "^8.1.14",
"sass": "^1.29.0",
"terser": "^5.5.1",
"vinyl-buffer": "^1.0.1",