diff --git a/package-lock.json b/package-lock.json index e4ba19951e..e289857904 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21069,9 +21069,9 @@ "license": "MIT" }, "node_modules/sass": { - "version": "1.93.3", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.93.3.tgz", - "integrity": "sha512-elOcIZRTM76dvxNAjqYrucTSI0teAF/L2Lv0s6f6b7FOwcwIuA357bIE871580AjHJuSvLIRUosgV+lIWx6Rgg==", + "version": "1.94.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.94.0.tgz", + "integrity": "sha512-Dqh7SiYcaFtdv5Wvku6QgS5IGPm281L+ZtVD1U2FJa7Q0EFRlq8Z3sjYtz6gYObsYThUOz9ArwFqPZx+1azILQ==", "dev": true, "license": "MIT", "dependencies": { @@ -23939,7 +23939,7 @@ "react": "18.3.1", "react-dom": "18.3.1", "react-router-dom": "6.30.1", - "sass": "^1.93.3" + "sass": "^1.94.0" }, "devDependencies": { "@aws-amplify/auth": "^6.17.0", @@ -23952,7 +23952,7 @@ "@types/react-dom": "18.3.1", "@vitejs/plugin-react-swc": "^4.2.0", "axios-mock-adapter": "^2.1.0", - "sass": "^1.93.3", + "sass": "^1.94.0", "vite": "^7.2.2" } }, diff --git a/packages/cpt-ui/package.json b/packages/cpt-ui/package.json index 012673758e..6b464d4d95 100644 --- a/packages/cpt-ui/package.json +++ b/packages/cpt-ui/package.json @@ -24,7 +24,7 @@ "react": "18.3.1", "react-dom": "18.3.1", "react-router-dom": "6.30.1", - "sass": "^1.93.3" + "sass": "^1.94.0" }, "devDependencies": { "@aws-amplify/auth": "^6.17.0", @@ -37,7 +37,7 @@ "@types/react-dom": "18.3.1", "@vitejs/plugin-react-swc": "^4.2.0", "axios-mock-adapter": "^2.1.0", - "sass": "^1.93.3", + "sass": "^1.94.0", "vite": "^7.2.2" } }