From ec1a489daef23106495fea40095a1411e810b4e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 13:03:33 +0000 Subject: [PATCH] Update dependency vite-plugin-top-level-await to v1.4.1 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9420f89..2d0a182 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@nimiq/vue3-components": "github:nimiq/vue3-components#build/full", "@nuxtjs/tailwindcss": "^6.8.0", "nuxt": "3.9.3", - "vite-plugin-top-level-await": "1.3.1", + "vite-plugin-top-level-await": "1.4.1", "vite-plugin-wasm": "3.3.0" }, "devDependencies": { @@ -13117,13 +13117,13 @@ } }, "node_modules/vite-plugin-top-level-await": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/vite-plugin-top-level-await/-/vite-plugin-top-level-await-1.3.1.tgz", - "integrity": "sha512-55M1h4NAwkrpxPNOJIBzKZFihqLUzIgnElLSmPNPMR2Fn9+JHKaNg3sVX1Fq+VgvuBksQYxiD3OnwQAUu7kaPQ==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/vite-plugin-top-level-await/-/vite-plugin-top-level-await-1.4.1.tgz", + "integrity": "sha512-hogbZ6yT7+AqBaV6lK9JRNvJDn4/IJvHLu6ET06arNfo0t2IsyCaon7el9Xa8OumH+ESuq//SDf8xscZFE0rWw==", "dependencies": { - "@rollup/plugin-virtual": "^3.0.1", - "@swc/core": "^1.3.10", - "uuid": "^9.0.0" + "@rollup/plugin-virtual": "^3.0.2", + "@swc/core": "^1.3.100", + "uuid": "^9.0.1" }, "peerDependencies": { "vite": ">=2.8" diff --git a/package.json b/package.json index ff778d1..6095ae6 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@nimiq/vue3-components": "github:nimiq/vue3-components#build/full", "@nuxtjs/tailwindcss": "^6.8.0", "nuxt": "3.9.3", - "vite-plugin-top-level-await": "1.3.1", + "vite-plugin-top-level-await": "1.4.1", "vite-plugin-wasm": "3.3.0" }, "devDependencies": {