Skip to content

Commit

Permalink
chore(deps): bump sass from 1.77.5 to 1.77.8 (#5374)
Browse files Browse the repository at this point in the history
* chore(deps): bump sass from 1.77.5 to 1.77.8

Bumps [sass](https://github.com/sass/dart-sass) from 1.77.5 to 1.77.8.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.77.5...1.77.8)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: yarn-deduplicate

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sébastien Romain <[email protected]>
  • Loading branch information
3 people authored Jul 29, 2024
1 parent 8ed7e79 commit 9b121b9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/playground-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"express": "^4.19.2",
"i18next-http-backend": "^1.4.5",
"mockjs": "^1.1.0",
"sass": "^1.77.5",
"sass": "^1.77.8",
"vite": "^5.2.13",
"vite-plugin-html": "^3.2.2",
"vite-plugin-mock": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"mini-css-extract-plugin": "^2.9.0",
"postcss-loader": "^7.3.4",
"resolve-url-loader": "^5.0.0",
"sass": "^1.77.5",
"sass": "^1.77.8",
"sass-loader": "^14.2.1",
"webpack": "^5.92.0",
"webpack-cli": "^4.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"postcss-loader": "^7.3.4",
"postcss-preset-env": "^7.8.3",
"rimraf": "^5.0.7",
"sass": "^1.77.5",
"sass": "^1.77.8",
"sass-loader": "^14.2.1",
"style-loader": "^3.3.4",
"webpack": "^5.92.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts-config-react-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"postcss-safe-parser": "^6.0.0",
"regenerator-runtime": "^0.13.11",
"resolve-url-loader": "^5.0.0",
"sass": "^1.77.5",
"sass": "^1.77.8",
"sass-loader": "^14.2.1",
"source-map-loader": "^4.0.2",
"style-loader": "^3.3.4",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17097,10 +17097,10 @@ sass-loader@^14.2.1:
dependencies:
neo-async "^2.6.2"

sass@^1.77.5:
version "1.77.5"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.77.5.tgz#5f9009820297521356e962c0bed13ee36710edfe"
integrity sha512-oDfX1mukIlxacPdQqNb6mV2tVCrnE+P3nVYioy72V5tlk56CPNcO4TCuFcaCRKKfJ1M3lH95CleRS+dVKL2qMg==
sass@^1.77.8:
version "1.77.8"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.77.8.tgz#9f18b449ea401759ef7ec1752a16373e296b52bd"
integrity sha512-4UHg6prsrycW20fqLGPShtEvo/WyHRVRHwOP4DzkUrObWoWI05QBSfzU71TVB7PFaL104TwNaHpjlWXAZbQiNQ==
dependencies:
chokidar ">=3.0.0 <4.0.0"
immutable "^4.0.0"
Expand Down Expand Up @@ -19016,9 +19016,9 @@ typescript-tuple@^2.2.1:
typescript-compare "^0.0.2"

typescript@^5.0.4, typescript@^5.4.5:
version "5.4.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
version "5.5.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa"
integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==

ua-parser-js@^1.0.33:
version "1.0.38"
Expand Down

0 comments on commit 9b121b9

Please sign in to comment.