diff --git a/package-lock.json b/package-lock.json index 4b62230..4f6745b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "netlify-plugin-cypress": "^2.2.0", "npm-run-all": "^4.1.5", "postcss": "^8.2.1", - "postcss-import": "^14.0.0", + "postcss-import": "^15.1.0", "postcss-loader": "^5.2.0", "postcss-nested": "^5.0.5", "style-loader": "^2.0.0", @@ -7666,9 +7666,9 @@ } }, "node_modules/postcss-import": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.0.0.tgz", - "integrity": "sha512-gFDDzXhqr9ELmnLHgCC3TbGfA6Dm/YMb/UN8/f7Uuq4fL7VTk2vOIj6hwINEwbokEmp123bLD7a5m+E+KIetRg==", + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", + "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", "dev": true, "dependencies": { "postcss-value-parser": "^4.0.0", @@ -7676,7 +7676,10 @@ "resolve": "^1.1.7" }, "engines": { - "node": ">=10.0.0" + "node": ">=14.0.0" + }, + "peerDependencies": { + "postcss": "^8.0.0" } }, "node_modules/postcss-js": { @@ -16895,9 +16898,9 @@ } }, "postcss-import": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.0.0.tgz", - "integrity": "sha512-gFDDzXhqr9ELmnLHgCC3TbGfA6Dm/YMb/UN8/f7Uuq4fL7VTk2vOIj6hwINEwbokEmp123bLD7a5m+E+KIetRg==", + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", + "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", "dev": true, "requires": { "postcss-value-parser": "^4.0.0", diff --git a/package.json b/package.json index c97f97f..9b4b906 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "netlify-plugin-cypress": "^2.2.0", "npm-run-all": "^4.1.5", "postcss": "^8.2.1", - "postcss-import": "^14.0.0", + "postcss-import": "^15.1.0", "postcss-loader": "^5.2.0", "postcss-nested": "^5.0.5", "style-loader": "^2.0.0",