diff --git a/package.json b/package.json index 073731718..8855533c1 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "ng-in-viewport": "6.1.5", "open": "^7.0.3", "postcss": "8.3.9", - "postcss-import": "14.0.2", + "postcss-import": "15.1.0", "postcss-loader": "6.1.1", "postcss-scss": "4.0.1", "prettier": "2.4.1", diff --git a/yarn.lock b/yarn.lock index 45c3076bd..b7941a379 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9940,6 +9940,15 @@ postcss-import@14.0.2: read-cache "^1.0.0" resolve "^1.1.7" +postcss-import@15.1.0: + version "15.1.0" + resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-15.1.0.tgz#41c64ed8cc0e23735a9698b3249ffdbf704adc70" + integrity sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew== + dependencies: + postcss-value-parser "^4.0.0" + read-cache "^1.0.0" + resolve "^1.1.7" + postcss-initial@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/postcss-initial/-/postcss-initial-4.0.1.tgz#529f735f72c5724a0fb30527df6fb7ac54d7de42"