summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarkus Pettersson <markus.pettersson@mullvad.net>2025-04-01 10:27:19 +0200
committerMarkus Pettersson <markus.pettersson@mullvad.net>2025-04-01 10:27:19 +0200
commit3ca51349ad246b56a4610309f0d1ae567347b6c4 (patch)
tree08f6a980c27fc34b36246a7c35743943ac3c328f
parent07d65d20750e85ed24c9705c0afc4a7da4b47ad2 (diff)
parent0f44890efeb7b1f6f2f1d57601e662bf61a649ef (diff)
downloadmullvadvpn-3ca51349ad246b56a4610309f0d1ae567347b6c4.tar.xz
mullvadvpn-3ca51349ad246b56a4610309f0d1ae567347b6c4.zip
Merge branch 'upgrade-vite'
-rw-r--r--desktop/package-lock.json16
-rw-r--r--desktop/package.json2
-rw-r--r--desktop/packages/mullvad-vpn/package.json2
3 files changed, 10 insertions, 10 deletions
diff --git a/desktop/package-lock.json b/desktop/package-lock.json
index cc93b65dcc..32bc2ce9d4 100644
--- a/desktop/package-lock.json
+++ b/desktop/package-lock.json
@@ -14975,9 +14975,9 @@
}
},
"node_modules/vite": {
- "version": "6.2.3",
- "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.3.tgz",
- "integrity": "sha512-IzwM54g4y9JA/xAeBPNaDXiBF8Jsgl3VBQ2YQ/wOY6fyW3xMdSoltIV3Bo59DErdqdE6RxUfv8W69DvUorE4Eg==",
+ "version": "6.2.4",
+ "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.4.tgz",
+ "integrity": "sha512-veHMSew8CcRzhL5o8ONjy8gkfmFJAd5Ac16oxBUjlwgX3Gq2Wqr+qNC3TjPIpy7TPV/KporLga5GT9HqdrCizw==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -15744,7 +15744,7 @@
"tsc-watch": "^5.0.3",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
- "vite": "6.2.3",
+ "vite": "6.2.4",
"vite-plugin-electron": "^0.29.0",
"xvfb-maybe": "^0.2.1"
},
@@ -23987,7 +23987,7 @@
"tsc-watch": "^5.0.3",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
- "vite": "6.2.3",
+ "vite": "6.2.4",
"vite-plugin-electron": "^0.29.0",
"windows-utils": "0.0.0",
"xvfb-maybe": "^0.2.1"
@@ -27222,9 +27222,9 @@
}
},
"vite": {
- "version": "6.2.3",
- "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.3.tgz",
- "integrity": "sha512-IzwM54g4y9JA/xAeBPNaDXiBF8Jsgl3VBQ2YQ/wOY6fyW3xMdSoltIV3Bo59DErdqdE6RxUfv8W69DvUorE4Eg==",
+ "version": "6.2.4",
+ "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.4.tgz",
+ "integrity": "sha512-veHMSew8CcRzhL5o8ONjy8gkfmFJAd5Ac16oxBUjlwgX3Gq2Wqr+qNC3TjPIpy7TPV/KporLga5GT9HqdrCizw==",
"dev": true,
"requires": {
"esbuild": "^0.25.0",
diff --git a/desktop/package.json b/desktop/package.json
index 35cebbf494..0c662914b9 100644
--- a/desktop/package.json
+++ b/desktop/package.json
@@ -33,7 +33,7 @@
"typescript-eslint": "^8.15.0"
},
"overrides": {
- "vite": "6.2.3"
+ "vite": "6.2.4"
},
"engines": {
"node": ">=16",
diff --git a/desktop/packages/mullvad-vpn/package.json b/desktop/packages/mullvad-vpn/package.json
index 8d923e8ba7..c12010d1dd 100644
--- a/desktop/packages/mullvad-vpn/package.json
+++ b/desktop/packages/mullvad-vpn/package.json
@@ -71,7 +71,7 @@
"tsc-watch": "^5.0.3",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
- "vite": "6.2.3",
+ "vite": "6.2.4",
"vite-plugin-electron": "^0.29.0",
"xvfb-maybe": "^0.2.1"
},