Update gulp-clean-css

This commit is contained in:
Kevin MacMartin 2018-05-04 21:01:29 -04:00
parent 8448312702
commit 3872ef1e51
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -4127,9 +4127,9 @@
} }
}, },
"gulp-clean-css": { "gulp-clean-css": {
"version": "3.9.3", "version": "3.9.4",
"resolved": "https://registry.npmjs.org/gulp-clean-css/-/gulp-clean-css-3.9.3.tgz", "resolved": "https://registry.npmjs.org/gulp-clean-css/-/gulp-clean-css-3.9.4.tgz",
"integrity": "sha512-mw5Qrio7W3rvswmVlZ7eaxOhBIp6zQMBFLgcHoi/xbOtaKT5zmElkHt8mvbRre7fMt5eLgppIkW+j9Cm+O/UqQ==", "integrity": "sha512-jsbAj65WM08H1jCFOKpIvA1OlACk7OHS2FFTeeBZrSJ5OR1PJzAqi0I2R2LTWYN3oMd/N1JYN9cN2IS/8eYqdg==",
"requires": { "requires": {
"clean-css": "4.1.11", "clean-css": "4.1.11",
"plugin-error": "1.0.1", "plugin-error": "1.0.1",

View file

@ -20,7 +20,7 @@
"gsap": "^1.20.4", "gsap": "^1.20.4",
"gulp": "^4.0.0", "gulp": "^4.0.0",
"gulp-babel": "^7.0.1", "gulp-babel": "^7.0.1",
"gulp-clean-css": "^3.9.3", "gulp-clean-css": "^3.9.4",
"gulp-concat": "^2.6.1", "gulp-concat": "^2.6.1",
"gulp-plumber": "^1.2.0", "gulp-plumber": "^1.2.0",
"gulp-postcss": "^7.0.1", "gulp-postcss": "^7.0.1",