diff --git a/package-lock.json b/package-lock.json index c0f3f158..53b893c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,7 +63,7 @@ "eslint-plugin-simple-import-sort": "^12.1.1", "history": "^5.3.0", "playwright": "^1.53.0", - "sass": "^1.89.1", + "sass": "^1.89.2", "tailwindcss": "^4.1.3", "typescript": "^5.8.3", "typescript-eslint": "^8.34.0", @@ -9842,9 +9842,9 @@ "peer": true }, "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==", "dev": true, "license": "MIT", "dependencies": { @@ -18318,9 +18318,9 @@ "peer": true }, "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==", "dev": true, "requires": { "@parcel/watcher": "^2.4.1", diff --git a/package.json b/package.json index d5fb893e..47cc90ce 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "eslint-plugin-simple-import-sort": "^12.1.1", "history": "^5.3.0", "playwright": "^1.53.0", - "sass": "^1.89.1", + "sass": "^1.89.2", "tailwindcss": "^4.1.3", "typescript": "^5.8.3", "typescript-eslint": "^8.34.0",