Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-04-28 12:30:48 +0300
committerGitHub <noreply@github.com>2020-04-28 12:30:48 +0300
commitc243fb62f573f4d02f93dfde2e280910dd109f39 (patch)
treee83248788886141bb27c38fce919f2a55945acdc
parentec2fb31031230188f05ad4d26f20cc2d57cd4316 (diff)
Bump gulp-sass from 4.0.2 to 4.1.0 (#252)
Bumps [gulp-sass](https://github.com/dlmanning/gulp-sass) from 4.0.2 to 4.1.0. - [Release notes](https://github.com/dlmanning/gulp-sass/releases) - [Changelog](https://github.com/dlmanning/gulp-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/dlmanning/gulp-sass/compare/v4.0.2...v4.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 5 insertions, 11 deletions
diff --git a/package-lock.json b/package-lock.json
index a9e80b9..6ca3616 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4947,13 +4947,13 @@
}
},
"gulp-sass": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/gulp-sass/-/gulp-sass-4.0.2.tgz",
- "integrity": "sha512-q8psj4+aDrblJMMtRxihNBdovfzGrXJp1l4JU0Sz4b/Mhsi2DPrKFYCGDwjIWRENs04ELVHxdOJQ7Vs98OFohg==",
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/gulp-sass/-/gulp-sass-4.1.0.tgz",
+ "integrity": "sha512-xIiwp9nkBLcJDpmYHbEHdoWZv+j+WtYaKD6Zil/67F3nrAaZtWYN5mDwerdo7EvcdBenSAj7Xb2hx2DqURLGdA==",
"dev": true,
"requires": {
"chalk": "^2.3.0",
- "lodash.clonedeep": "^4.3.2",
+ "lodash": "^4.17.11",
"node-sass": "^4.8.3",
"plugin-error": "^1.0.1",
"replace-ext": "^1.0.0",
@@ -6289,12 +6289,6 @@
"integrity": "sha1-GVhwRQ9aExkkeN9Lw9I9LeoZB7Y=",
"dev": true
},
- "lodash.clonedeep": {
- "version": "4.5.0",
- "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
- "integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=",
- "dev": true
- },
"lodash.defaults": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
diff --git a/package.json b/package.json
index c541bc6..efa491d 100644
--- a/package.json
+++ b/package.json
@@ -63,7 +63,7 @@
"gulp": "^4.0.2",
"gulp-less": "^4.0.1",
"gulp-postcss": "^8.0.0",
- "gulp-sass": "^4.0.2",
+ "gulp-sass": "^4.1.0",
"gulp-stylus": "^2.7.0",
"less": "^3.11.1",
"mocha": "^7.1.1",