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

This commit is contained in:
renovate[bot]
2022-08-20 04:45:32 +00:00
parent e48e774e5d
commit 03dbc24461
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.4",
"sass": "1.54.5",
"timemachine": "0.3.2",
"typescript": "4.7.4"
},
@@ -29353,9 +29353,9 @@
"dev": true
},
"node_modules/sass": {
"version": "1.54.4",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.54.4.tgz",
"integrity": "sha512-3tmF16yvnBwtlPrNBHw/H907j8MlOX8aTBnlNX1yrKx24RKcJGPyLhFUwkoKBKesR3unP93/2z14Ll8NicwQUA==",
"version": "1.54.5",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.54.5.tgz",
"integrity": "sha512-p7DTOzxkUPa/63FU0R3KApkRHwcVZYC0PLnLm5iyZACyp15qSi32x7zVUhRdABAATmkALqgGrjCJAcWvobmhHw==",
"dev": true,
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0",
@@ -55910,9 +55910,9 @@
"dev": true
},
"sass": {
"version": "1.54.4",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.54.4.tgz",
"integrity": "sha512-3tmF16yvnBwtlPrNBHw/H907j8MlOX8aTBnlNX1yrKx24RKcJGPyLhFUwkoKBKesR3unP93/2z14Ll8NicwQUA==",
"version": "1.54.5",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.54.5.tgz",
"integrity": "sha512-p7DTOzxkUPa/63FU0R3KApkRHwcVZYC0PLnLm5iyZACyp15qSi32x7zVUhRdABAATmkALqgGrjCJAcWvobmhHw==",
"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.4",
"sass": "1.54.5",
"timemachine": "0.3.2",
"typescript": "4.7.4"
},