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

This commit is contained in:
renovate[bot]
2022-08-04 21:17:06 +00:00
parent cf28968ada
commit 84eee0efca
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.2",
"sass": "1.54.3",
"timemachine": "0.3.2",
"typescript": "4.7.4"
},
@@ -29294,9 +29294,9 @@
"dev": true
},
"node_modules/sass": {
"version": "1.54.2",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.54.2.tgz",
"integrity": "sha512-wbVV26sejsCIbBScZZtNkvnrB/bVCQ8hSlZ01D9nzsVh9zLqCkWrlpvTb3YEb6xsuNi9cx75hncqwikHFSz7tw==",
"version": "1.54.3",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.54.3.tgz",
"integrity": "sha512-fLodey5Qd41Pxp/Tk7Al97sViYwF/TazRc5t6E65O7JOk4XF8pzwIW7CvCxYVOfJFFI/1x5+elDyBIixrp+zrw==",
"dev": true,
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0",
@@ -55830,9 +55830,9 @@
"dev": true
},
"sass": {
"version": "1.54.2",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.54.2.tgz",
"integrity": "sha512-wbVV26sejsCIbBScZZtNkvnrB/bVCQ8hSlZ01D9nzsVh9zLqCkWrlpvTb3YEb6xsuNi9cx75hncqwikHFSz7tw==",
"version": "1.54.3",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.54.3.tgz",
"integrity": "sha512-fLodey5Qd41Pxp/Tk7Al97sViYwF/TazRc5t6E65O7JOk4XF8pzwIW7CvCxYVOfJFFI/1x5+elDyBIixrp+zrw==",
"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.2",
"sass": "1.54.3",
"timemachine": "0.3.2",
"typescript": "4.7.4"
},