diff --git a/package-lock.json b/package-lock.json index 9582b5eb4..6cd0e9679 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26274,7 +26274,7 @@ "license": "ISC", "dependencies": { "@s-ui/critical-css-middleware": "1", - "clean-css": "5.3.1", + "clean-css": "5.3.3", "node-fetch": "2.6.7", "path-to-regexp": "0.1.7", "playwright-chromium": "1.25.0" @@ -26287,25 +26287,6 @@ "path-to-regexp": "0.1.7" } }, - "packages/sui-critical-css/node_modules/clean-css": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.1.tgz", - "integrity": "sha512-lCr8OHhiWCTw4v8POJovCoh4T7I9U11yVsPjMWWnnMmp9ZowCxyad1Pathle/9HjaDp+fdQKjO9fQydE6RHTZg==", - "dependencies": { - "source-map": "~0.6.0" - }, - "engines": { - "node": ">= 10.0" - } - }, - "packages/sui-critical-css/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, "packages/sui-dashboard": { "name": "@s-ui/dashboard", "version": "1.34.0", diff --git a/packages/sui-critical-css/package.json b/packages/sui-critical-css/package.json index 8d84f1307..867201656 100644 --- a/packages/sui-critical-css/package.json +++ b/packages/sui-critical-css/package.json @@ -8,7 +8,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "clean-css": "5.3.1", + "clean-css": "5.3.3", "node-fetch": "2.6.7", "path-to-regexp": "0.1.7", "playwright-chromium": "1.25.0",