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

This commit is contained in:
renovate[bot]
2022-08-31 23:38:29 +00:00
parent 4c6fe6b50e
commit 7b2fceb2b5
2 changed files with 8 additions and 8 deletions

14
ui/package-lock.json generated
View File

@@ -87,7 +87,7 @@
"prettier": "2.7.1",
"purgecss": "4.1.3",
"react-scripts": "5.0.1",
"sass": "1.54.7",
"sass": "1.54.8",
"timemachine": "0.3.2",
"typescript": "4.8.2"
},
@@ -31245,9 +31245,9 @@
"dev": true
},
"node_modules/sass": {
"version": "1.54.7",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.54.7.tgz",
"integrity": "sha512-3q7MQz7sCpVG6TLhUfZwGOcd2/sm2ghYN2JEdRjNiW04ILdvahdo9GuAs+bxsxZ3hDCKv+wUT5w0iFWGU0CxlA==",
"version": "1.54.8",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.54.8.tgz",
"integrity": "sha512-ib4JhLRRgbg6QVy6bsv5uJxnJMTS2soVcCp9Y88Extyy13A8vV0G1fAwujOzmNkFQbR3LvedudAMbtuNRPbQww==",
"dev": true,
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0",
@@ -59314,9 +59314,9 @@
"dev": true
},
"sass": {
"version": "1.54.7",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.54.7.tgz",
"integrity": "sha512-3q7MQz7sCpVG6TLhUfZwGOcd2/sm2ghYN2JEdRjNiW04ILdvahdo9GuAs+bxsxZ3hDCKv+wUT5w0iFWGU0CxlA==",
"version": "1.54.8",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.54.8.tgz",
"integrity": "sha512-ib4JhLRRgbg6QVy6bsv5uJxnJMTS2soVcCp9Y88Extyy13A8vV0G1fAwujOzmNkFQbR3LvedudAMbtuNRPbQww==",
"dev": true,
"requires": {
"chokidar": ">=3.0.0 <4.0.0",

View File

@@ -86,7 +86,7 @@
"prettier": "2.7.1",
"purgecss": "4.1.3",
"react-scripts": "5.0.1",
"sass": "1.54.7",
"sass": "1.54.8",
"timemachine": "0.3.2",
"typescript": "4.8.2"
},