diff --git a/client/package.json b/client/package.json index eb55c73..8aa1dfb 100644 --- a/client/package.json +++ b/client/package.json @@ -19,7 +19,7 @@ "react-dom": "^18.2.0", "react-router-dom": "^6.16.0", "react-transition-group": "^4.4.5", - "sass": "^1.69.0", + "sass": "^1.69.1", "socket.io-client": "^4.7.2", "uuid": "^9.0.1", "xterm": "^5.3.0", diff --git a/client/yarn.lock b/client/yarn.lock index 4fa6cee..85f0d4f 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -2099,10 +2099,10 @@ safe-regex-test@^1.0.0: get-intrinsic "^1.1.3" is-regex "^1.1.4" -sass@^1.69.0: - version "1.69.0" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.0.tgz#5195075371c239ed556280cf2f5944d234f42679" - integrity sha512-l3bbFpfTOGgQZCLU/gvm1lbsQ5mC/WnLz3djL2v4WCJBDrWm58PO+jgngcGRNnKUh6wSsdm50YaovTqskZ0xDQ== +sass@^1.69.1: + version "1.69.1" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.1.tgz#659b3b04452245dcf82f731684831e990ddb0c89" + integrity sha512-nc969GvTVz38oqKgYYVHM/Iq7Yl33IILy5uqaH2CWSiSUmRCvw+UR7tA3845Sp4BD5ykCUimvrT3k1EjTwpVUA== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"