File tree 3 files changed +14
-5
lines changed
3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ http_archive(
16
16
# Add sass rules
17
17
http_archive (
18
18
name = "io_bazel_rules_sass" ,
19
- sha256 = "903858e0fb5eda0b36d37e1ce4cbcfbe03f65a5f153d894dc8a9894a4884e564 " ,
20
- strip_prefix = "rules_sass-1.49.0 " ,
19
+ sha256 = "68b58c69cda77c4f765be92cf076400d882ea2f10d66eaf369ed69409afab5be " ,
20
+ strip_prefix = "rules_sass-1.49.4 " ,
21
21
urls = [
22
- "https://github.com/bazelbuild/rules_sass/archive/1.49.0 .zip" ,
22
+ "https://github.com/bazelbuild/rules_sass/archive/1.49.4 .zip" ,
23
23
],
24
24
)
25
25
Original file line number Diff line number Diff line change 201
201
"requirejs" : " ^2.3.6" ,
202
202
"rollup" : " ^2.66.1" ,
203
203
"rollup-plugin-sourcemaps" : " ^0.6.3" ,
204
- "sass" : " ^1.49.0 " ,
204
+ "sass" : " ^1.49.4 " ,
205
205
"selenium-webdriver" : " ^3.6.0" ,
206
206
"semver" : " ^7.3.5" ,
207
207
"send" : " ^0.17.2" ,
Original file line number Diff line number Diff line change @@ -12954,7 +12954,7 @@ sass-lookup@^3.0.0:
12954
12954
dependencies:
12955
12955
commander "^2.16.0"
12956
12956
12957
-
12957
+
12958
12958
version "1.49.0"
12959
12959
resolved "https://registry.yarnpkg.com/sass/-/sass-1.49.0.tgz#65ec1b1d9a6bc1bae8d2c9d4b392c13f5d32c078"
12960
12960
integrity sha512-TVwVdNDj6p6b4QymJtNtRS2YtLJ/CqZriGg0eIAbAKMlN8Xy6kbv33FsEZSF7FufFFM705SQviHjjThfaQ4VNw==
12963
12963
immutable "^4.0.0"
12964
12964
source-map-js ">=0.6.2 <2.0.0"
12965
12965
12966
+ sass@^1.49.4:
12967
+ version "1.49.4"
12968
+ resolved "https://registry.yarnpkg.com/sass/-/sass-1.49.4.tgz#d2655e03e52b2212ab65d392bdef6d0931d8637c"
12969
+ integrity sha512-xUU5ZlppOjgfEyIIcHpnmY+f+3/ieaadp25S/OqZ5+jBPeTAMJJblkhM6UD9jb4j/lzglz7VOL5kglYt+CvNdQ==
12970
+ dependencies:
12971
+ chokidar ">=3.0.0 <4.0.0"
12972
+ immutable "^4.0.0"
12973
+ source-map-js ">=0.6.2 <2.0.0"
12974
+
12966
12975
saucelabs@^1.5.0:
12967
12976
version "1.5.0"
12968
12977
resolved "https://registry.yarnpkg.com/saucelabs/-/saucelabs-1.5.0.tgz#9405a73c360d449b232839919a86c396d379fd9d"
You can’t perform that action at this time.
0 commit comments