diff --git a/package-lock.json b/package-lock.json index 9bbaee6a..262ee2bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7582,9 +7582,9 @@ } }, "postcss": { - "version": "8.2.5", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.5.tgz", - "integrity": "sha512-wMcb7BpDcm3gxQOQx46NDNT36Kk0Ao6PJLLI2ed5vehbbbxCEuslSQzbQ2sfSKy+gkYxhWcGWSeaK+gwm4KIZg==", + "version": "8.2.6", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.6.tgz", + "integrity": "sha512-xpB8qYxgPuly166AGlpRjUdEYtmOWx2iCwGmrv4vqZL9YPVviDVPZPRXxnXr6xPZOdxQ9lp3ZBFCRgWJ7LE3Sg==", "dev": true, "requires": { "colorette": "^1.2.1", diff --git a/package.json b/package.json index 1b1b1aed..fd8806f3 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "cypress": "^6.4.0", "dagre": "^0.8.5", "localforage": "^1.9.0", - "postcss": "^8.2.5", + "postcss": "^8.2.6", "postcss-cli": "^8.3.1", "postcss-nested": "^5.0.3", "prettier": "2.2.1",