diff --git a/ui/package-lock.json b/ui/package-lock.json index ff8063008..d350e7206 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -31,7 +31,7 @@ "react-router-dom": "^6.16.0", "react-scripts": "^5.0.1", "redux-persist": "^6.0.0", - "sass": "^1.68.0", + "sass": "^1.97.0", "socket.io": "^4.7.5", "socket.io-client": "^4.7.5", "typescript": "^4.9.5", @@ -15744,7 +15744,9 @@ "license": "CC0-1.0" }, "node_modules/sass": { - "version": "1.87.0", + "version": "1.97.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.97.0.tgz", + "integrity": "sha512-KR0igP1z4avUJetEuIeOdDlwaUDvkH8wSx7FdSjyYBS3dpyX3TzHfAMO0G1Q4/3cdjcmi3r7idh+KCmKqS+KeQ==", "license": "MIT", "dependencies": { "chokidar": "^4.0.0", diff --git a/ui/package.json b/ui/package.json index 00494abf7..d4de62ccf 100644 --- a/ui/package.json +++ b/ui/package.json @@ -26,7 +26,7 @@ "react-router-dom": "^6.16.0", "react-scripts": "^5.0.1", "redux-persist": "^6.0.0", - "sass": "^1.68.0", + "sass": "^1.97.0", "socket.io": "^4.7.5", "socket.io-client": "^4.7.5", "typescript": "^4.9.5",