chore(deps): update dependency sass to v1.48.0

This commit is contained in:
Renovate Bot
2022-01-13 04:46:27 +00:00
committed by renovate[bot]
parent d709748272
commit 160314dc48
2 changed files with 8 additions and 8 deletions

14
ui/package-lock.json generated
View File

@@ -89,7 +89,7 @@
"prettier": "2.5.1",
"purgecss": "4.1.3",
"react-scripts": "5.0.0",
"sass": "1.47.0",
"sass": "1.48.0",
"timemachine": "0.3.2",
"typescript": "4.5.4"
},
@@ -27754,9 +27754,9 @@
"dev": true
},
"node_modules/sass": {
"version": "1.47.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.47.0.tgz",
"integrity": "sha512-GtXwvwgD7/6MLUZPnlA5/8cdRgC9SzT5kAnnJMRmEZQFRE3J56Foswig4NyyyQGsnmNvg6EUM/FP0Pe9Y2zywQ==",
"version": "1.48.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.48.0.tgz",
"integrity": "sha512-hQi5g4DcfjcipotoHZ80l7GNJHGqQS5LwMBjVYB/TaT0vcSSpbgM8Ad7cgfsB2M0MinbkEQQPO9+sjjSiwxqmw==",
"dev": true,
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0",
@@ -53374,9 +53374,9 @@
"dev": true
},
"sass": {
"version": "1.47.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.47.0.tgz",
"integrity": "sha512-GtXwvwgD7/6MLUZPnlA5/8cdRgC9SzT5kAnnJMRmEZQFRE3J56Foswig4NyyyQGsnmNvg6EUM/FP0Pe9Y2zywQ==",
"version": "1.48.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.48.0.tgz",
"integrity": "sha512-hQi5g4DcfjcipotoHZ80l7GNJHGqQS5LwMBjVYB/TaT0vcSSpbgM8Ad7cgfsB2M0MinbkEQQPO9+sjjSiwxqmw==",
"dev": true,
"requires": {
"chokidar": ">=3.0.0 <4.0.0",

View File

@@ -88,7 +88,7 @@
"prettier": "2.5.1",
"purgecss": "4.1.3",
"react-scripts": "5.0.0",
"sass": "1.47.0",
"sass": "1.48.0",
"timemachine": "0.3.2",
"typescript": "4.5.4"
},