diff --git a/package-lock.json b/package-lock.json index 45b4c8c2..9e08ba5c 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.1", + "sass": "^1.89.2", "uuid": "^11.1.0", "winston": "^3.17.0" }, @@ -6973,9 +6973,9 @@ } }, "node_modules/sass": { - "version": "1.89.1", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.89.1.tgz", - "integrity": "sha512-eMLLkl+qz7tx/0cJ9wI+w09GQ2zodTkcE/aVfywwdlRcI3EO19xGnbmJwg/JMIm+5MxVJ6outddLZ4Von4E++Q==", + "version": "1.89.2", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.89.2.tgz", + "integrity": "sha512-xCmtksBKd/jdJ9Bt9p7nPKiuqrlBMBuuGkQlkhZjjQk3Ty48lv93k5Dq6OPkKt4XwxDJ7tvlfrTa1MPA9bf+QA==", "license": "MIT", "dependencies": { "chokidar": "^4.0.0", diff --git a/package.json b/package.json index d85bae4b..ff11afa0 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.1", + "sass": "^1.89.2", "uuid": "^11.1.0", "winston": "^3.17.0" },