diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 4cd740aa0..42df78d5b 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -21,7 +21,7 @@ "eslint": "8.48.0", "eslint-config-next": "13.4.19", "next": "13.4.19", - "postcss": "8.4.28", + "postcss": "8.4.31", "react": "18.2.0", "react-dom": "18.2.0", "react-icons": "^4.10.1", @@ -3355,9 +3355,9 @@ } }, "node_modules/postcss": { - "version": "8.4.28", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.28.tgz", - "integrity": "sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw==", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "funding": [ { "type": "opencollective", diff --git a/dashboard/package.json b/dashboard/package.json index 886e5ad8d..f3fdedc91 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -22,7 +22,7 @@ "eslint": "8.48.0", "eslint-config-next": "13.4.19", "next": "13.4.19", - "postcss": "8.4.28", + "postcss": "8.4.31", "react": "18.2.0", "react-dom": "18.2.0", "react-icons": "^4.10.1",