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

This commit is contained in:
renovate[bot]
2022-08-31 01:42:25 +00:00
parent 650e6300c5
commit 9d26304d96
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.6",
"sass": "1.54.7",
"timemachine": "0.3.2",
"typescript": "4.8.2"
},
@@ -31245,9 +31245,9 @@
"dev": true
},
"node_modules/sass": {
"version": "1.54.6",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.54.6.tgz",
"integrity": "sha512-DUqJjR2WxXBcZjRSZX5gCVyU+9fuC2qDfFzoKX9rV4rCOcec5mPtEafTcfsyL3YJuLONjWylBne+uXVh5rrmFw==",
"version": "1.54.7",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.54.7.tgz",
"integrity": "sha512-3q7MQz7sCpVG6TLhUfZwGOcd2/sm2ghYN2JEdRjNiW04ILdvahdo9GuAs+bxsxZ3hDCKv+wUT5w0iFWGU0CxlA==",
"dev": true,
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0",
@@ -59314,9 +59314,9 @@
"dev": true
},
"sass": {
"version": "1.54.6",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.54.6.tgz",
"integrity": "sha512-DUqJjR2WxXBcZjRSZX5gCVyU+9fuC2qDfFzoKX9rV4rCOcec5mPtEafTcfsyL3YJuLONjWylBne+uXVh5rrmFw==",
"version": "1.54.7",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.54.7.tgz",
"integrity": "sha512-3q7MQz7sCpVG6TLhUfZwGOcd2/sm2ghYN2JEdRjNiW04ILdvahdo9GuAs+bxsxZ3hDCKv+wUT5w0iFWGU0CxlA==",
"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.6",
"sass": "1.54.7",
"timemachine": "0.3.2",
"typescript": "4.8.2"
},