From cbc2ee8fe61abbc71193d5f3c753689a1fe41fc9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Oct 2024 06:14:47 +0000 Subject: [PATCH] fix: examples/simple_with_mini_toastr/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VUE-8219889 - https://snyk.io/vuln/SNYK-JS-VUECOMPILERSFC-8219886 --- examples/simple_with_mini_toastr/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simple_with_mini_toastr/package.json b/examples/simple_with_mini_toastr/package.json index e869cf0..9740b6b 100644 --- a/examples/simple_with_mini_toastr/package.json +++ b/examples/simple_with_mini_toastr/package.json @@ -11,7 +11,7 @@ "dependencies": { "core-js": "^2.6.5", "mini-toastr": "0.8.1", - "vue": "^2.6.10", + "vue": "^3.0.0", "vue-notifications": "1.0.0" }, "devDependencies": {