diff --git a/assets/package-lock.json b/assets/package-lock.json index 569eaaf..015ec85 100644 --- a/assets/package-lock.json +++ b/assets/package-lock.json @@ -15,7 +15,7 @@ "esbuild-plugin-postcss2": "0.0.9", "fs-extra": "^10.0.0", "postcss": "^8.3.6", - "postcss-import": "^14.0.2", + "postcss-import": "^15.0.0", "tailwindcss": "^2.2.7" } }, @@ -1628,9 +1628,9 @@ } }, "node_modules/postcss-import": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.1.0.tgz", - "integrity": "sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==", + "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", @@ -1638,7 +1638,7 @@ "resolve": "^1.1.7" }, "engines": { - "node": ">=10.0.0" + "node": ">=14.0.0" }, "peerDependencies": { "postcss": "^8.0.0" @@ -3569,9 +3569,9 @@ } }, "postcss-import": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.1.0.tgz", - "integrity": "sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==", + "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/assets/package.json b/assets/package.json index c62ff00..c09d700 100644 --- a/assets/package.json +++ b/assets/package.json @@ -16,7 +16,7 @@ "esbuild-plugin-postcss2": "0.0.9", "fs-extra": "^10.0.0", "postcss": "^8.3.6", - "postcss-import": "^14.0.2", + "postcss-import": "^15.0.0", "tailwindcss": "^2.2.7" } } diff --git a/mix.exs b/mix.exs index 58533f7..082b653 100644 --- a/mix.exs +++ b/mix.exs @@ -39,7 +39,7 @@ defmodule Ketbin.MixProject do {:ecto_sql, "~> 3.7"}, {:postgrex, ">= 0.0.0"}, {:phoenix_html, "~> 3.0"}, - {:phoenix_live_view, "~> 0.18.0"}, + {:phoenix_live_view, "~> 0.16.4"}, {:phoenix_live_reload, "~> 1.3", only: :dev}, {:phoenix_live_dashboard, "~> 0.5"}, {:telemetry_metrics, "~> 0.6"},