From fb2fa76fa303aa955b3244fdf0127a3cde8f149b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jan 2026 09:31:55 +0000 Subject: [PATCH] fix: playground/vue/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836 --- playground/vue/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/vue/package.json b/playground/vue/package.json index 958904b79f448d..e609b89cf3d166 100644 --- a/playground/vue/package.json +++ b/playground/vue/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "lodash-es": "^4.17.21", + "lodash-es": "^4.17.23", "vue": "^3.2.45" }, "devDependencies": {