diff --git a/ui/package-lock.json b/ui/package-lock.json index d2a4fecf4..cf2fd2ca3 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.80.3", + "sass": "1.80.4", "terser": "5.36.0", "ts-jest": "29.2.5", "typescript": "5.6.3", @@ -12433,11 +12433,10 @@ "license": "MIT" }, "node_modules/sass": { - "version": "1.80.3", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.80.3.tgz", - "integrity": "sha512-ptDWyVmDMVielpz/oWy3YP3nfs7LpJTHIJZboMVs8GEC9eUmtZTZhMHlTW98wY4aEorDfjN38+Wr/XjskFWcfA==", + "version": "1.80.4", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.80.4.tgz", + "integrity": "sha512-rhMQ2tSF5CsuuspvC94nPM9rToiAFw2h3JTrLlgmNw1MH79v8Cr3DH6KF6o6r+8oofY3iYVPUf66KzC8yuVN1w==", "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 382748c63..bf8fb8560 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.80.3", + "sass": "1.80.4", "terser": "5.36.0", "ts-jest": "29.2.5", "typescript": "5.6.3",