diff --git a/package.json b/package.json index ce5e5b22..7810ee79 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "@hotwired/turbo-rails": "^7.3.0", "lightningcss": "^1.22.0", - "vite": "^4.4.11", + "vite": "^4.5.0", "vite-plugin-ruby": "^3.2.2" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index e2ed4069..649a508c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2740,10 +2740,10 @@ vite-plugin-ruby@^3.2.2: debug "^4.3.4" fast-glob "^3.2.12" -vite@^4.4.11: - version "4.4.11" - resolved "https://registry.yarnpkg.com/vite/-/vite-4.4.11.tgz#babdb055b08c69cfc4c468072a2e6c9ca62102b0" - integrity sha512-ksNZJlkcU9b0lBwAGZGGaZHCMqHsc8OpgtoYhsQ4/I2v5cnpmmmqe5pM4nv/4Hn6G/2GhTdj0DhZh2e+Er1q5A== +vite@^4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.0.tgz#ec406295b4167ac3bc23e26f9c8ff559287cff26" + integrity sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw== dependencies: esbuild "^0.18.10" postcss "^8.4.27"