diff --git a/messaging/package-lock.json b/messaging/package-lock.json index f504c09f3..f3610a82c 100644 --- a/messaging/package-lock.json +++ b/messaging/package-lock.json @@ -15,7 +15,7 @@ "@types/jsrsasign": "^10.5.8", "prettier": "^3.0.3", "typescript": "^5.1.6", - "vite": "^4.4.9" + "vite": "^4.5.1" }, "engines": { "node": ">=18.0.0 <=20.0.0", @@ -1364,9 +1364,9 @@ "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" }, "node_modules/vite": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.0.tgz", - "integrity": "sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.1.tgz", + "integrity": "sha512-AXXFaAJ8yebyqzoNB9fu2pHoo/nWX+xZlaRwoeYUxEqBO+Zj4msE5G+BhGBll9lYEKv9Hfks52PAF2X7qDYXQA==", "dev": true, "dependencies": { "esbuild": "^0.18.10", diff --git a/messaging/package.json b/messaging/package.json index 56517e8c3..23c75d403 100644 --- a/messaging/package.json +++ b/messaging/package.json @@ -20,7 +20,7 @@ "@types/jsrsasign": "^10.5.8", "prettier": "^3.0.3", "typescript": "^5.1.6", - "vite": "^4.4.9" + "vite": "^4.5.1" }, "scripts": { "dev": "vite",