chore(deps-dev): bump sass from 1.57.1 to 1.58.0 in /ui

Bumps [sass](https://github.com/sass/dart-sass) from 1.57.1 to 1.58.0.
- [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.57.1...1.58.0)

---
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-02-01 21:52:09 +00:00
committed by Łukasz Mierzwa
parent a00ec7a995
commit dd73a1720b
2 changed files with 5 additions and 5 deletions

8
ui/package-lock.json generated
View File

@@ -87,7 +87,7 @@
"prettier": "2.8.3",
"purgecss": "5.0.0",
"react-scripts": "5.0.1",
"sass": "1.57.1",
"sass": "1.58.0",
"timemachine": "0.3.2",
"typescript": "4.9.5"
},
@@ -31550,9 +31550,9 @@
"dev": true
},
"node_modules/sass": {
"version": "1.57.1",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.57.1.tgz",
"integrity": "sha512-O2+LwLS79op7GI0xZ8fqzF7X2m/m8WFfI02dHOdsK5R2ECeS5F62zrwg/relM1rjSLy7Vd/DiMNIvPrQGsA0jw==",
"version": "1.58.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.58.0.tgz",
"integrity": "sha512-PiMJcP33DdKtZ/1jSjjqVIKihoDc6yWmYr9K/4r3fVVIEDAluD0q7XZiRKrNJcPK3qkLRF/79DND1H5q1LBjgg==",
"dev": true,
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0",

View File

@@ -86,7 +86,7 @@
"prettier": "2.8.3",
"purgecss": "5.0.0",
"react-scripts": "5.0.1",
"sass": "1.57.1",
"sass": "1.58.0",
"timemachine": "0.3.2",
"typescript": "4.9.5"
},