Skip to content

Commit

Permalink
Merge pull request #60 from m4thieulavoie/renovate/sass-1.x
Browse files Browse the repository at this point in the history
Update dependency sass to v1.45.1
  • Loading branch information
m4thieulavoie committed Dec 21, 2021
2 parents a7b3c02 + ee5921f commit a881eb2
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 15 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 @@ -47,7 +47,7 @@
"lodash": "4.17.21",
"prettier": "2.5.1",
"rimraf": "3.0.2",
"sass": "1.43.5",
"sass": "1.45.1",
"sass-loader": "12.3.0",
"sass-to-string": "1.5.1",
"stylelint": "13.13.1",
Expand Down
17 changes: 12 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2579,6 +2579,11 @@ ignore@^5.1.8, ignore@^5.1.9:
resolved "https://registry.npmjs.org/ignore/-/ignore-5.1.9.tgz"
integrity sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ==

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-fresh@^3.0.0, import-fresh@^3.2.1:
version "3.3.0"
resolved "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz"
Expand Down Expand Up @@ -4121,12 +4126,14 @@ sass-to-string@1.5.1:
resolved "https://registry.npmjs.org/sass-to-string/-/sass-to-string-1.5.1.tgz"
integrity sha512-7h2Ux0/9An0CcETvm3P2yx1acLx9dqpTKwsj/A6bHSUibPuzH3N1hMgS+27V9giUWGoF84q4D83YhhDeRvITgw==

sass@1.43.5:
version "1.43.5"
resolved "https://registry.npmjs.org/sass/-/sass-1.43.5.tgz"
integrity sha512-WuNm+eAryMgQluL7Mbq9M4EruyGGMyal7Lu58FfnRMVWxgUzIvI7aSn60iNt3kn5yZBMR7G84fAGDcwqOF5JOg==
sass@1.45.1:
version "1.45.1"
resolved "https://registry.npmjs.org/sass/-/sass-1.45.1.tgz"
integrity sha512-pwPRiq29UR0o4X3fiQyCtrESldXvUQAAE0QmcJTpsI4kuHHcLzZ54M1oNBVIXybQv8QF2zfkpFcTxp8ta97dUA==
dependencies:
chokidar ">=3.0.0 <4.0.0"
immutable "^4.0.0"
source-map-js ">=0.6.2 <2.0.0"

schema-utils@^3.1.0, schema-utils@^3.1.1:
version "3.1.1"
Expand Down Expand Up @@ -4291,7 +4298,7 @@ sockjs@^0.3.21:
uuid "^3.4.0"
websocket-driver "^0.7.4"

source-map-js@^1.0.1:
"source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.0.1:
version "1.0.1"
resolved "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.1.tgz"
integrity sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==
Expand Down

0 comments on commit a881eb2

Please sign in to comment.