diff --git a/package-lock.json b/package-lock.json index 328062c74a..a97d9e6fcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -84,7 +84,7 @@ "npm-run-all": "^4.1.5", "patch-package": "^6.5.0", "postcss-html": "^1.5.0", - "postcss-import": "^15.0.0", + "postcss-import": "^15.0.1", "postcss-less": "^6.0.0", "postcss-sass": "^0.5.0", "postcss-scss": "^4.0.6", @@ -10668,9 +10668,9 @@ "dev": true }, "node_modules/postcss-import": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.0.0.tgz", - "integrity": "sha512-Y20shPQ07RitgBGv2zvkEAu9bqvrD77C9axhj/aA1BQj4czape2MdClCExvB27EwYEJdGgKZBpKanb0t1rK2Kg==", + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.0.1.tgz", + "integrity": "sha512-UGlvk8EgT7Gm/Ndf9xZHnzr8xm8P54N8CBWLtcY5alP+YxlEge/Rv78etQyevZs3qWTE9If13+Bo6zATBrPOpA==", "dev": true, "dependencies": { "postcss-value-parser": "^4.0.0", @@ -21907,9 +21907,9 @@ } }, "postcss-import": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.0.0.tgz", - "integrity": "sha512-Y20shPQ07RitgBGv2zvkEAu9bqvrD77C9axhj/aA1BQj4czape2MdClCExvB27EwYEJdGgKZBpKanb0t1rK2Kg==", + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.0.1.tgz", + "integrity": "sha512-UGlvk8EgT7Gm/Ndf9xZHnzr8xm8P54N8CBWLtcY5alP+YxlEge/Rv78etQyevZs3qWTE9If13+Bo6zATBrPOpA==", "dev": true, "requires": { "postcss-value-parser": "^4.0.0", diff --git a/package.json b/package.json index 2040349a3d..0a9dab5113 100644 --- a/package.json +++ b/package.json @@ -183,7 +183,7 @@ "npm-run-all": "^4.1.5", "patch-package": "^6.5.0", "postcss-html": "^1.5.0", - "postcss-import": "^15.0.0", + "postcss-import": "^15.0.1", "postcss-less": "^6.0.0", "postcss-sass": "^0.5.0", "postcss-scss": "^4.0.6",