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

This commit is contained in:
renovate[bot]
2022-08-04 02:04:51 +00:00
parent 9140819255
commit 81dcd886e4
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.1",
"sass": "1.54.2",
"timemachine": "0.3.2",
"typescript": "4.7.4"
},
@@ -29493,9 +29493,9 @@
"dev": true
},
"node_modules/sass": {
"version": "1.54.1",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.54.1.tgz",
"integrity": "sha512-GHJJr31Me32RjjUBagyzx8tzjKBUcDwo5239XANIRBq0adDu5iIG0aFO0i/TBb/4I9oyxkEv44nq/kL1DxdDhA==",
"version": "1.54.2",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.54.2.tgz",
"integrity": "sha512-wbVV26sejsCIbBScZZtNkvnrB/bVCQ8hSlZ01D9nzsVh9zLqCkWrlpvTb3YEb6xsuNi9cx75hncqwikHFSz7tw==",
"dev": true,
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0",
@@ -56183,9 +56183,9 @@
"dev": true
},
"sass": {
"version": "1.54.1",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.54.1.tgz",
"integrity": "sha512-GHJJr31Me32RjjUBagyzx8tzjKBUcDwo5239XANIRBq0adDu5iIG0aFO0i/TBb/4I9oyxkEv44nq/kL1DxdDhA==",
"version": "1.54.2",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.54.2.tgz",
"integrity": "sha512-wbVV26sejsCIbBScZZtNkvnrB/bVCQ8hSlZ01D9nzsVh9zLqCkWrlpvTb3YEb6xsuNi9cx75hncqwikHFSz7tw==",
"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.1",
"sass": "1.54.2",
"timemachine": "0.3.2",
"typescript": "4.7.4"
},