Skip to content

Commit

Permalink
Update dependency sass to v1.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Dec 8, 2021
1 parent 0a72d88 commit 6980371
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 14 deletions.
34 changes: 25 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"extract-text-webpack-plugin": "4.0.0-beta.0",
"file-loader": "6.2.0",
"html-webpack-plugin": "4.5.2",
"sass": "1.43.4",
"sass": "1.44.0",
"sass-loader": "8.0.2",
"style-loader": "1.2.1",
"webpack": "4.46.0",
Expand Down
14 changes: 10 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3639,6 +3639,11 @@ immutable@^3.7.4, immutable@~3.7.4:
resolved "https://registry.npmjs.org/immutable/-/immutable-3.7.6.tgz"
integrity sha1-E7TTyxK++hVIKib+Gy665kAHHks=

immutable@^4.0.0:
version "4.0.0"
resolved "https://registry.npmjs.org/immutable/-/immutable-4.0.0.tgz"
integrity sha512-zIE9hX70qew5qTUjSS7wi1iwj/l7+m54KWU247nhM3v806UdGj1yDndXj+IOYxxtW9zyLI+xqFNZjTuDaLUqFw==

import-local@^2.0.0:
version "2.0.0"
resolved "https://registry.npmjs.org/import-local/-/import-local-2.0.0.tgz"
Expand Down Expand Up @@ -5998,12 +6003,13 @@ [email protected]:
schema-utils "^2.6.1"
semver "^6.3.0"

sass@1.43.4:
version "1.43.4"
resolved "https://registry.npmjs.org/sass/-/sass-1.43.4.tgz"
integrity sha512-/ptG7KE9lxpGSYiXn7Ar+lKOv37xfWsZRtFYal2QHNigyVQDx685VFT/h7ejVr+R8w7H4tmUgtulsKl5YpveOg==
sass@1.44.0:
version "1.44.0"
resolved "https://registry.npmjs.org/sass/-/sass-1.44.0.tgz"
integrity sha512-0hLREbHFXGQqls/K8X+koeP+ogFRPF4ZqetVB19b7Cst9Er8cOR0rc6RU7MaI4W1JmUShd1BPgPoeqmmgMMYFw==
dependencies:
chokidar ">=3.0.0 <4.0.0"
immutable "^4.0.0"

scheduler@^0.19.1:
version "0.19.1"
Expand Down

0 comments on commit 6980371

Please sign in to comment.