diff --git a/clients/ui/frontend/package-lock.json b/clients/ui/frontend/package-lock.json index 27caad8c..6d045227 100644 --- a/clients/ui/frontend/package-lock.json +++ b/clients/ui/frontend/package-lock.json @@ -49,7 +49,7 @@ "jest-environment-jsdom": "^29.7.0", "junit-report-merger": "^7.0.0", "mini-css-extract-plugin": "^2.9.0", - "postcss": "^8.4.39", + "postcss": "^8.4.47", "prettier": "^3.3.3", "prop-types": "^15.8.1", "raw-loader": "^4.0.2", @@ -17575,9 +17575,9 @@ } }, "node_modules/postcss": { - "version": "8.4.45", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.45.tgz", - "integrity": "sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==", + "version": "8.4.47", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz", + "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==", "dev": true, "funding": [ { @@ -17593,11 +17593,10 @@ "url": "https://github.com/sponsors/ai" } ], - "license": "MIT", "dependencies": { "nanoid": "^3.3.7", - "picocolors": "^1.0.1", - "source-map-js": "^1.2.0" + "picocolors": "^1.1.0", + "source-map-js": "^1.2.1" }, "engines": { "node": "^10 || ^12 || >=14" diff --git a/clients/ui/frontend/package.json b/clients/ui/frontend/package.json index 1aac685e..806267d0 100644 --- a/clients/ui/frontend/package.json +++ b/clients/ui/frontend/package.json @@ -61,7 +61,7 @@ "jest-environment-jsdom": "^29.7.0", "junit-report-merger": "^7.0.0", "mini-css-extract-plugin": "^2.9.0", - "postcss": "^8.4.39", + "postcss": "^8.4.47", "prettier": "^3.3.3", "prop-types": "^15.8.1", "raw-loader": "^4.0.2",