diff --git a/package-lock.json b/package-lock.json index b01e805..1d0b5ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5835,9 +5835,9 @@ "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=" }, "postcss": { - "version": "7.0.29", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.29.tgz", - "integrity": "sha512-ba0ApvR3LxGvRMMiUa9n0WR4HjzcYm7tS+ht4/2Nd0NLtHpPIH77fuB9Xh1/yJVz9O/E/95Y/dn8ygWsyffXtw==", + "version": "7.0.36", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz", + "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==", "requires": { "chalk": "^2.4.2", "source-map": "^0.6.1", diff --git a/package.json b/package.json index da56f17..dfd4f49 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "node-sass": "^4.14.1", "parcel-bundler": "^1.12.4", "parcel-plugin-svelte": "^4.0.6", - "postcss": "^7.0.29", + "postcss": "^7.0.36", "postcss-load-config": "^2.1.0", "public-ip": "^4.0.1", "regenerator-runtime": "^0.13.5",