diff --git a/package-lock.json b/package-lock.json index fe43dadc..1c30f3e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "node-fetch": "^3.3.2", "react": "18.3.1", "react-dom": "18.3.1", - "sass": "^1.89.2", + "sass": "^1.93.0", "uuid": "^11.1.0", "winston": "^3.17.0" }, @@ -7076,9 +7076,9 @@ } }, "node_modules/sass": { - "version": "1.89.2", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.89.2.tgz", - "integrity": "sha512-xCmtksBKd/jdJ9Bt9p7nPKiuqrlBMBuuGkQlkhZjjQk3Ty48lv93k5Dq6OPkKt4XwxDJ7tvlfrTa1MPA9bf+QA==", + "version": "1.93.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.93.0.tgz", + "integrity": "sha512-CQi5/AzCwiubU3dSqRDJ93RfOfg/hhpW1l6wCIvolmehfwgCI35R/0QDs1+R+Ygrl8jFawwwIojE2w47/mf94A==", "license": "MIT", "dependencies": { "chokidar": "^4.0.0", diff --git a/package.json b/package.json index 913dec15..ed10aa80 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "node-fetch": "^3.3.2", "react": "18.3.1", "react-dom": "18.3.1", - "sass": "^1.89.2", + "sass": "^1.93.0", "uuid": "^11.1.0", "winston": "^3.17.0" },