From 07728bb72df6fbd2ac365c9c3fac5fda786af0cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 17:37:07 +0000 Subject: [PATCH] chore: bump vite-plugin-wasm from 3.3.0 to 3.4.1 in /web/playground (#5069) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/playground/package-lock.json | 10 +++++----- web/playground/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/web/playground/package-lock.json b/web/playground/package-lock.json index f7bfcf4dd163..7cd852835c5a 100644 --- a/web/playground/package-lock.json +++ b/web/playground/package-lock.json @@ -25,7 +25,7 @@ "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@vitejs/plugin-react": "^4.3.0", "vite": "^5.4.6", - "vite-plugin-wasm": "^3.3.0" + "vite-plugin-wasm": "^3.4.1" } }, "../../prqlc/bindings/js": { @@ -2928,12 +2928,12 @@ } }, "node_modules/vite-plugin-wasm": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/vite-plugin-wasm/-/vite-plugin-wasm-3.3.0.tgz", - "integrity": "sha512-tVhz6w+W9MVsOCHzxo6SSMSswCeIw4HTrXEi6qL3IRzATl83jl09JVO1djBqPSwfjgnpVHNLYcaMbaDX5WB/pg==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/vite-plugin-wasm/-/vite-plugin-wasm-3.4.1.tgz", + "integrity": "sha512-ja3nSo2UCkVeitltJGkS3pfQHAanHv/DqGatdI39ja6McgABlpsZ5hVgl6wuR8Qx5etY3T5qgDQhOWzc5RReZA==", "dev": true, "peerDependencies": { - "vite": "^2 || ^3 || ^4 || ^5" + "vite": "^2 || ^3 || ^4 || ^5 || ^6" } }, "node_modules/web-vitals": { diff --git a/web/playground/package.json b/web/playground/package.json index 85a8dd0b6b1d..40227f6d5aee 100644 --- a/web/playground/package.json +++ b/web/playground/package.json @@ -29,7 +29,7 @@ "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@vitejs/plugin-react": "^4.3.0", "vite": "^5.4.6", - "vite-plugin-wasm": "^3.3.0" + "vite-plugin-wasm": "^3.4.1" }, "eslintConfig": { "extends": [