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

This commit is contained in:
Renovate Bot
2022-06-03 04:57:53 +00:00
committed by renovate[bot]
parent 88f530b92d
commit db2408d06f
2 changed files with 8 additions and 8 deletions

14
ui/package-lock.json generated
View File

@@ -87,7 +87,7 @@
"prettier": "2.6.2",
"purgecss": "4.1.3",
"react-scripts": "5.0.1",
"sass": "1.52.1",
"sass": "1.52.2",
"timemachine": "0.3.2",
"typescript": "4.7.2"
},
@@ -28983,9 +28983,9 @@
"dev": true
},
"node_modules/sass": {
"version": "1.52.1",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.52.1.tgz",
"integrity": "sha512-fSzYTbr7z8oQnVJ3Acp9hV80dM1fkMN7mSD/25mpcct9F7FPBMOI8krEYALgU1aZoqGhQNhTPsuSmxjnIvAm4Q==",
"version": "1.52.2",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.52.2.tgz",
"integrity": "sha512-mfHB2VSeFS7sZlPv9YohB9GB7yWIgQNTGniQwfQ04EoQN0wsQEv7SwpCwy/x48Af+Z3vDeFXz+iuXM3HK/phZQ==",
"dev": true,
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0",
@@ -55358,9 +55358,9 @@
"dev": true
},
"sass": {
"version": "1.52.1",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.52.1.tgz",
"integrity": "sha512-fSzYTbr7z8oQnVJ3Acp9hV80dM1fkMN7mSD/25mpcct9F7FPBMOI8krEYALgU1aZoqGhQNhTPsuSmxjnIvAm4Q==",
"version": "1.52.2",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.52.2.tgz",
"integrity": "sha512-mfHB2VSeFS7sZlPv9YohB9GB7yWIgQNTGniQwfQ04EoQN0wsQEv7SwpCwy/x48Af+Z3vDeFXz+iuXM3HK/phZQ==",
"dev": true,
"requires": {
"chokidar": ">=3.0.0 <4.0.0",

View File

@@ -86,7 +86,7 @@
"prettier": "2.6.2",
"purgecss": "4.1.3",
"react-scripts": "5.0.1",
"sass": "1.52.1",
"sass": "1.52.2",
"timemachine": "0.3.2",
"typescript": "4.7.2"
},