diff --git a/package-lock.json b/package-lock.json index a1286cc..e1f5b32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7058,9 +7058,9 @@ } }, "postcss-import": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-12.0.0.tgz", - "integrity": "sha512-3KqKRZcaZAvxbY8DVLdd81tG5uKzbUQuiWIvy0o0fzEC42bKacqPYFWbfCQyw6L4LWUaqPz/idvIdbhpgQ32eQ==", + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-12.0.1.tgz", + "integrity": "sha512-3Gti33dmCjyKBgimqGxL3vcV8w9+bsHwO5UrBawp796+jdardbcFl4RP5w/76BwNL7aGzpKstIfF9I+kdE8pTw==", "dev": true, "requires": { "postcss": "^7.0.1", diff --git a/package.json b/package.json index 8076eb6..5542307 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lost": "^8.3.0", "postcss": "^7.0.2", "postcss-cssnext": "^3.1.0", - "postcss-import": "^12.0.0", + "postcss-import": "^12.0.1", "postcss-pxtorem": "^4.0.1" } }