diff --git a/client/package.json b/client/package.json index 699e772..b05721e 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.1", + "sass": "^1.69.2", "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 fb4d01a..f26fe58 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.1: - version "1.69.1" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.1.tgz#659b3b04452245dcf82f731684831e990ddb0c89" - integrity sha512-nc969GvTVz38oqKgYYVHM/Iq7Yl33IILy5uqaH2CWSiSUmRCvw+UR7tA3845Sp4BD5ykCUimvrT3k1EjTwpVUA== +sass@^1.69.2: + version "1.69.2" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.2.tgz#8aeaeb6c1dcdbeaa26bbfeddece67c9fcd4b1d93" + integrity sha512-48lDtG/9OuSQZ9oNmJMUXI2QdCakAWrAGjpX/Fy6j4Og8dEAyE598x5GqCqnHkwV7+I5w8DJpqjm581q5HNh3w== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"