diff --git a/package-lock.json b/package-lock.json index 54429d3..164528f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tars-cli", - "version": "1.11.0", + "version": "1.11.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -7029,8 +7029,8 @@ } }, "gulp-sass": { - "version": "https://github.com/stof/gulp-sass/archive/upgrade_lodash.tar.gz", - "integrity": "sha512-yiUE6bJoxGWMLi0ierB8lhViyg5u4Hs3caV5G45oWpHEGEomgd9jYRZy6bLWmFeU2ZorFqzhBZ44lZjweaiTjg==", + "version": "https://github.com/stof/gulp-sass/archive/7ab018e3678729392978311eef2cb02754650960.tar.gz", + "integrity": "sha512-6s24Xql6AWC/t1NJLn/gbHvkq6wLaOtbMuqbLEzx+MHAIGLUZAtef2+NXFLSqRSvM4VXaN7s1KLqmYMcj1qtnw==", "requires": { "chalk": "^2.3.0", "lodash": "^4.17.11", @@ -10136,9 +10136,9 @@ } }, "uuid": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz", - "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==" + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz", + "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==" } } }, @@ -10420,9 +10420,9 @@ } }, "uuid": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz", - "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==" + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz", + "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==" } } }, diff --git a/package.json b/package.json index 9b9d794..047c6ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tars-cli", - "version": "1.11.0", + "version": "1.11.1", "engines": { "node": "^8.x.x" }, @@ -72,7 +72,7 @@ "gulp-pug-inheritance": "https://github.com/artem-malko/gulp-pug-inheritance/archive/master.tar.gz", "gulp-rename": "^1.4.0", "gulp-replace-task": "0.11.0", - "gulp-sass": "https://github.com/stof/gulp-sass/archive/upgrade_lodash.tar.gz", + "gulp-sass": "https://github.com/stof/gulp-sass/archive/7ab018e3678729392978311eef2cb02754650960.tar.gz", "gulp-sourcemaps": "^1.6.0", "gulp-strip-debug": "^3.0.0", "gulp-stylus": "^2.7.0", diff --git a/yarn.lock b/yarn.lock index d47ff46..2de52d3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4500,9 +4500,9 @@ gulp-replace-task@0.11.0: gulp-util "^3.0.0" through2 "^2.0.0" -"gulp-sass@https://github.com/stof/gulp-sass/archive/upgrade_lodash.tar.gz": +"gulp-sass@https://github.com/stof/gulp-sass/archive/7ab018e3678729392978311eef2cb02754650960.tar.gz": version "4.0.2" - resolved "https://github.com/stof/gulp-sass/archive/upgrade_lodash.tar.gz#702158219f2244a2bb1c13447175850d6b1d16c3" + resolved "https://github.com/stof/gulp-sass/archive/7ab018e3678729392978311eef2cb02754650960.tar.gz#79525bca93e0362892fb2b9c7140b978dfcc4727" dependencies: chalk "^2.3.0" lodash "^4.17.11"