Skip to content

Commit

Permalink
fix(deps): update dependency sass to v1.20.1 (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and czosel committed May 13, 2019
1 parent 6cf38cc commit 1d7a944
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14599,13 +14599,20 @@ sane@^4.0.0:
minimist "^1.1.1"
walker "~1.0.5"

sass@^1.17.0, sass@^1.18.0:
sass@^1.17.0:
version "1.19.0"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.19.0.tgz#5de82c713d4299fac57384ef5219534a37fe3e6c"
integrity sha512-8kzKCgxCzh8/zEn3AuRwzLWVSSFj8omkiGwqdJdeOufjM+I88dXxu9LYJ/Gw4rRTHXesN0r1AixBuqM6yLQUJw==
dependencies:
chokidar "^2.0.0"

sass@^1.18.0:
version "1.20.1"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.20.1.tgz#737b901fe072336da540b6d00ec155e2267420da"
integrity sha512-BnCawee/L5kVG3B/5Jg6BFwASqUwFVE6fj2lnkVuSXDgQ7gMAhY9a2yPeqsKhJMCN+Wgx0r2mAW7XF/aTF5qtA==
dependencies:
chokidar "^2.0.0"

sax@^1.2.4, sax@~1.2.1:
version "1.2.4"
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
Expand Down

0 comments on commit 1d7a944

Please sign in to comment.