diff --git a/ui/package-lock.json b/ui/package-lock.json index 3c2366945..6fbb7d1cb 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -87,7 +87,7 @@ "jest-fetch-mock": "3.0.3", "node-fetch": "2.6.11", "prettier": "3.3.3", - "sass": "1.79.5", + "sass": "1.80.3", "terser": "5.34.1", "ts-jest": "29.2.5", "typescript": "5.6.3", @@ -12434,11 +12434,10 @@ "license": "MIT" }, "node_modules/sass": { - "version": "1.79.5", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.79.5.tgz", - "integrity": "sha512-W1h5kp6bdhqFh2tk3DsI771MoEJjvrSY/2ihJRJS4pjIyfJCw0nTsxqhnrUzaLMOJjFchj8rOvraI/YUVjtx5g==", + "version": "1.80.3", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.80.3.tgz", + "integrity": "sha512-ptDWyVmDMVielpz/oWy3YP3nfs7LpJTHIJZboMVs8GEC9eUmtZTZhMHlTW98wY4aEorDfjN38+Wr/XjskFWcfA==", "dev": true, - "license": "MIT", "dependencies": { "@parcel/watcher": "^2.4.1", "chokidar": "^4.0.0", diff --git a/ui/package.json b/ui/package.json index cfa328ffe..daafdc4ce 100644 --- a/ui/package.json +++ b/ui/package.json @@ -83,7 +83,7 @@ "jest-fetch-mock": "3.0.3", "node-fetch": "2.6.11", "prettier": "3.3.3", - "sass": "1.79.5", + "sass": "1.80.3", "terser": "5.34.1", "ts-jest": "29.2.5", "typescript": "5.6.3",