#56 Updated gulp-postcss

v8.0.0 -> v9.0.0
Braking change: Dropped Node v6 support
This commit is contained in:
Serraniel 2020-09-27 13:11:57 +02:00
parent 81b457f8af
commit fccdd3ac04
Signed by: Serraniel
GPG key ID: 3690B4E7364525D3
2 changed files with 9 additions and 10 deletions

17
package-lock.json generated
View file

@ -5620,15 +5620,14 @@
}
},
"gulp-postcss": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/gulp-postcss/-/gulp-postcss-8.0.0.tgz",
"integrity": "sha512-Wtl6vH7a+8IS/fU5W9IbOpcaLqKxd5L1DUOzaPmlnCbX1CrG0aWdwVnC3Spn8th0m8D59YbysV5zPUe1n/GJYg==",
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/gulp-postcss/-/gulp-postcss-9.0.0.tgz",
"integrity": "sha512-5mSQ9CK8salSagrXgrVyILfEMy6I5rUGPRiR9rVjgJV9m/rwdZYUhekMr+XxDlApfc5ZdEJ8gXNZrU/TsgT5dQ==",
"dev": true,
"requires": {
"fancy-log": "^1.3.2",
"fancy-log": "^1.3.3",
"plugin-error": "^1.0.1",
"postcss": "^7.0.2",
"postcss-load-config": "^2.0.0",
"postcss-load-config": "^2.1.1",
"vinyl-sourcemaps-apply": "^0.2.1"
}
},
@ -8506,9 +8505,9 @@
}
},
"postcss-load-config": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-2.1.0.tgz",
"integrity": "sha512-4pV3JJVPLd5+RueiVVB+gFOAa7GWc25XQcMp86Zexzke69mKf6Nx9LRcQywdz7yZI9n1udOxmLuAwTBypypF8Q==",
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-2.1.2.tgz",
"integrity": "sha512-/rDeGV6vMUo3mwJZmeHfEDvwnTKKqQ0S7OHUi/kJvvtx3aWtyWG2/0ZWnzCt2keEclwN6Tf0DST2v9kITdOKYw==",
"dev": true,
"requires": {
"cosmiconfig": "^5.0.0",

View file

@ -53,7 +53,7 @@
"gulp-imagemin": "^7.1.0",
"gulp-load-plugins": "^2.0.4",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.1.0",