chore(deps-dev): bump sass from 1.58.3 to 1.59.2 in /ui

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

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-03-13 07:35:24 +00:00
committed by Łukasz Mierzwa
parent 8860b821dd
commit 95e9a00a98
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -87,7 +87,7 @@
"prettier": "2.8.4",
"purgecss": "5.0.0",
"react-scripts": "5.0.1",
"sass": "1.58.3",
"sass": "1.59.2",
"timemachine": "0.3.2",
"typescript": "4.9.5"
},
@@ -31853,9 +31853,9 @@
"dev": true
},
"node_modules/sass": {
"version": "1.58.3",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.58.3.tgz",
"integrity": "sha512-Q7RaEtYf6BflYrQ+buPudKR26/lH+10EmO9bBqbmPh/KeLqv8bjpTNqxe71ocONqXq+jYiCbpPUmQMS+JJPk4A==",
"version": "1.59.2",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.59.2.tgz",
"integrity": "sha512-jJyO6SmbzkJexF8MUorHx5tAilcgabioYxT/BHbY4+OvoqmbHxsYlrjZ8Adhqcgl6Zqwie0TgMXLCAmPFxXOuw==",
"dev": true,
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0",
+1 -1
View File
@@ -86,7 +86,7 @@
"prettier": "2.8.4",
"purgecss": "5.0.0",
"react-scripts": "5.0.1",
"sass": "1.58.3",
"sass": "1.59.2",
"timemachine": "0.3.2",
"typescript": "4.9.5"
},