diff --git a/services/ui/package-lock.json b/services/ui/package-lock.json index 949a73b4..255f31de 100644 --- a/services/ui/package-lock.json +++ b/services/ui/package-lock.json @@ -42,7 +42,7 @@ "jsdom": "^22.0.0", "license-checker-rseidelsohn": "4.2.6", "msw": "1.2.3", - "postcss": "8.4.26", + "postcss": "8.4.27", "prettier": "2.8.8", "prettier-plugin-tailwindcss": "0.4.1", "tailwindcss": "3.3.3", @@ -5116,9 +5116,9 @@ } }, "node_modules/postcss": { - "version": "8.4.26", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.26.tgz", - "integrity": "sha512-jrXHFF8iTloAenySjM/ob3gSj7pCu0Ji49hnjqzsgSRa50hkWCKD0HQ+gMNJkW38jBI68MpAAg7ZWwHwX8NMMw==", + "version": "8.4.27", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.27.tgz", + "integrity": "sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==", "funding": [ { "type": "opencollective", @@ -10799,9 +10799,9 @@ } }, "postcss": { - "version": "8.4.26", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.26.tgz", - "integrity": "sha512-jrXHFF8iTloAenySjM/ob3gSj7pCu0Ji49hnjqzsgSRa50hkWCKD0HQ+gMNJkW38jBI68MpAAg7ZWwHwX8NMMw==", + "version": "8.4.27", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.27.tgz", + "integrity": "sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==", "requires": { "nanoid": "^3.3.6", "picocolors": "^1.0.0", diff --git a/services/ui/package.json b/services/ui/package.json index e13f7dfd..868b1f48 100644 --- a/services/ui/package.json +++ b/services/ui/package.json @@ -69,7 +69,7 @@ "jsdom": "^22.0.0", "license-checker-rseidelsohn": "4.2.6", "msw": "1.2.3", - "postcss": "8.4.26", + "postcss": "8.4.27", "prettier": "2.8.8", "prettier-plugin-tailwindcss": "0.4.1", "tailwindcss": "3.3.3",