Skip to content

Commit bc773ec

Browse files
committed
fix(deps): update dependency gulp-sass to v4.1.0
1 parent b52fc05 commit bc773ec

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"gulp-rename": "1.4.0",
3838
"gulp-rev": "8.1.1",
3939
"gulp-rev-rewrite": "1.1.4",
40-
"gulp-sass": "4.0.2",
40+
"gulp-sass": "4.1.0",
4141
"gulp-uglify-es": "1.0.4",
4242
"gulp-util": "3.0.8",
4343
"gulp-webserver": "0.9.1",

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4152,13 +4152,13 @@ gulp-rev@8.1.1:
41524152
vinyl "^2.1.0"
41534153
vinyl-file "^3.0.0"
41544154

4155-
gulp-sass@4.0.2:
4156-
version "4.0.2"
4157-
resolved "https://registry.yarnpkg.com/gulp-sass/-/gulp-sass-4.0.2.tgz#cfb1e3eff2bd9852431c7ce87f43880807d8d505"
4158-
integrity sha512-q8psj4+aDrblJMMtRxihNBdovfzGrXJp1l4JU0Sz4b/Mhsi2DPrKFYCGDwjIWRENs04ELVHxdOJQ7Vs98OFohg==
4155+
gulp-sass@4.1.0:
4156+
version "4.1.0"
4157+
resolved "https://registry.yarnpkg.com/gulp-sass/-/gulp-sass-4.1.0.tgz#486d7443c32d42bf31a6b1573ebbdaa361de7427"
4158+
integrity sha512-xIiwp9nkBLcJDpmYHbEHdoWZv+j+WtYaKD6Zil/67F3nrAaZtWYN5mDwerdo7EvcdBenSAj7Xb2hx2DqURLGdA==
41594159
dependencies:
41604160
chalk "^2.3.0"
4161-
lodash.clonedeep "^4.3.2"
4161+
lodash "^4.17.11"
41624162
node-sass "^4.8.3"
41634163
plugin-error "^1.0.1"
41644164
replace-ext "^1.0.0"
@@ -5652,11 +5652,6 @@ lodash.clone@^4.3.2:
56525652
resolved "https://registry.yarnpkg.com/lodash.clone/-/lodash.clone-4.5.0.tgz#195870450f5a13192478df4bc3d23d2dea1907b6"
56535653
integrity sha1-GVhwRQ9aExkkeN9Lw9I9LeoZB7Y=
56545654

5655-
lodash.clonedeep@^4.3.2:
5656-
version "4.5.0"
5657-
resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
5658-
integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=
5659-
56605655
lodash.defaults@^4.0.1, lodash.defaults@^4.2.0:
56615656
version "4.2.0"
56625657
resolved "https://registry.yarnpkg.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz#d09178716ffea4dde9e5fb7b37f6f0802274580c"

0 commit comments

Comments
 (0)