Skip to content

Commit

Permalink
chore(deps-dev): bump gulp-dart-sass from 1.0.2 to 1.1.0
Browse files Browse the repository at this point in the history
Bumps [gulp-dart-sass](https://github.com/mattdsteele/gulp-dart-sass) from 1.0.2 to 1.1.0.
- [Release notes](https://github.com/mattdsteele/gulp-dart-sass/releases)
- [Changelog](https://github.com/mattdsteele/gulp-dart-sass/blob/master/CHANGELOG.md)
- [Commits](mattdsteele/gulp-dart-sass@v1.0.2...v1.1.0)

---
updated-dependencies:
- dependency-name: gulp-dart-sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 20, 2023
1 parent 564eceb commit 451d294
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"gulp": "4.0.2",
"gulp-awspublish": "4.1.2",
"gulp-cli": "2.3.0",
"gulp-dart-sass": "^1.0.2",
"gulp-dart-sass": "^1.1.0",
"gulp-html-src": "1.0.0",
"gulp-htmlmin": "5.0.1",
"gulp-if": "3.0.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4639,16 +4639,16 @@ gulp-cli@2.3.0, gulp-cli@^2.2.0:
v8flags "^3.2.0"
yargs "^7.1.0"

gulp-dart-sass@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/gulp-dart-sass/-/gulp-dart-sass-1.0.2.tgz#20e33c236b48d557c91e8dfe67a2aef2b8a2e328"
integrity sha512-8fLttA824mbuc0jRVlGs00zWYZXBckat6INawx5kp66Eqsz5srNWTA51t0mbfB4C8a/a/GZ9muYLwXGklgAHlw==
gulp-dart-sass@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/gulp-dart-sass/-/gulp-dart-sass-1.1.0.tgz#6273d4efb1525a7d95746ca5d3d791be17c84e5a"
integrity sha512-wc04rAk3ycBk4Z+vTVh5tPxgKNjtlfjqC7BiVG4ZvU8JswdzZs17Hn141RYTu+e7J8FivbL3VOhL5+Z+wvU0Ww==
dependencies:
chalk "^2.3.0"
lodash.clonedeep "^4.3.2"
plugin-error "^1.0.1"
replace-ext "^1.0.0"
sass "^1.26.3"
sass "^1.49.0"
strip-ansi "^4.0.0"
through2 "^2.0.0"
vinyl-sourcemaps-apply "^0.2.0"
Expand Down Expand Up @@ -9540,10 +9540,10 @@ sass-graph@^4.0.1:
scss-tokenizer "^0.4.3"
yargs "^17.2.1"

sass@^1.26.3:
version "1.49.8"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.49.8.tgz#9bbbc5d43d14862db07f1c04b786c9da9b641828"
integrity sha512-NoGOjvDDOU9og9oAxhRnap71QaTjjlzrvLnKecUJ3GxhaQBrV6e7gPuSPF28u1OcVAArVojPAe4ZhOXwwC4tGw==
sass@^1.49.0:
version "1.63.4"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.63.4.tgz#caf60643321044c61f6a0fe638a07abbd31cfb5d"
integrity sha512-Sx/+weUmK+oiIlI+9sdD0wZHsqpbgQg8wSwSnGBjwb5GwqFhYNwwnI+UWZtLjKvKyFlKkatRK235qQ3mokyPoQ==
dependencies:
chokidar ">=3.0.0 <4.0.0"
immutable "^4.0.0"
Expand Down

0 comments on commit 451d294

Please sign in to comment.