diff --git a/package-lock.json b/package-lock.json index 75877f21fe..7216209973 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "postcss-calc": "^8.2.4", "postcss-custom-properties-fallback": "^1.0.2", "postcss-import": "^15.0.0", - "postcss-load-config": "^4.0.1", + "postcss-load-config": "^5.0.0", "postcss-scss": "^4.0.5", "postcss-simple-vars": "^7.0.1", "prettier": "^2.8.8", @@ -7482,11 +7482,12 @@ } }, "node_modules/lilconfig": { - "version": "2.0.5", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.0.0.tgz", + "integrity": "sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==", "dev": true, - "license": "MIT", "engines": { - "node": ">=10" + "node": ">=14" } }, "node_modules/lines-and-columns": { @@ -8315,29 +8316,36 @@ } }, "node_modules/postcss-load-config": { - "version": "4.0.1", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-5.0.0.tgz", + "integrity": "sha512-i069VOAUi6mpTsToA+qPAAfD7m7dfjm9Yhaqma7KEMJcQFM9jerKBU6rTGNcYLErj4sjR9fZ1q30TpFm2K7PSg==", "dev": true, - "license": "MIT", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], "dependencies": { - "lilconfig": "^2.0.5", - "yaml": "^2.1.1" + "lilconfig": "^3.0.0", + "yaml": "^2.3.4" }, "engines": { - "node": ">= 14" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" + "node": ">= 18" }, "peerDependencies": { - "postcss": ">=8.0.9", - "ts-node": ">=9.0.0" + "jiti": ">=1.21.0", + "postcss": ">=8.0.9" }, "peerDependenciesMeta": { - "postcss": { + "jiti": { "optional": true }, - "ts-node": { + "postcss": { "optional": true } } @@ -10718,9 +10726,10 @@ "license": "ISC" }, "node_modules/yaml": { - "version": "2.1.1", + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.4.tgz", + "integrity": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==", "dev": true, - "license": "ISC", "engines": { "node": ">= 14" } diff --git a/package.json b/package.json index 4045cef9fe..6f46c3bb43 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "postcss-calc": "^8.2.4", "postcss-custom-properties-fallback": "^1.0.2", "postcss-import": "^15.0.0", - "postcss-load-config": "^4.0.1", + "postcss-load-config": "^5.0.0", "postcss-scss": "^4.0.5", "postcss-simple-vars": "^7.0.1", "prettier": "^2.8.8",