From eee09602655d23fd0d72e1937998e658c84f02d0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Nov 2025 10:22:14 +0000 Subject: [PATCH] fix: upgrade vue-router from 4.5.1 to 4.6.0 Snyk has created this PR to upgrade vue-router from 4.5.1 to 4.6.0. See this package in npm: vue-router See this project in Snyk: https://app.snyk.io/org/dominicusin/project/29b6de99-1385-4970-80af-d9854c987bd0?utm_source=github&utm_medium=referral&page=upgrade-pr --- videocall-frontend/package-lock.json | 10 +++++----- videocall-frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/videocall-frontend/package-lock.json b/videocall-frontend/package-lock.json index 3fdb9e8..a557dec 100644 --- a/videocall-frontend/package-lock.json +++ b/videocall-frontend/package-lock.json @@ -15,7 +15,7 @@ "qrcode": "^1.5.3", "socket.io-client": "^4.7.4", "vue": "^3.3.8", - "vue-router": "^4.2.5" + "vue-router": "^4.6.0" }, "devDependencies": { "@types/qrcode": "^1.5.5", @@ -8100,9 +8100,9 @@ } }, "node_modules/vue-router": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.5.1.tgz", - "integrity": "sha512-ogAF3P97NPm8fJsE4by9dwSYtDwXIY1nFY9T6DyQnGHd1E2Da94w9JIolpe42LJGIl0DwOHBi8TcRPlPGwbTtw==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.6.0.tgz", + "integrity": "sha512-YRrWLi4ayHe1d6zyH6sMPwF/WwcDY8XgUOfQGa0Kx4kmugSorLavD1ExrM/Y83B4X2NQMXYpJFSq2pbZh9ildQ==", "license": "MIT", "dependencies": { "@vue/devtools-api": "^6.6.4" @@ -8111,7 +8111,7 @@ "url": "https://github.com/sponsors/posva" }, "peerDependencies": { - "vue": "^3.2.0" + "vue": "^3.5.0" } }, "node_modules/vue-template-compiler": { diff --git a/videocall-frontend/package.json b/videocall-frontend/package.json index 00cbad1..2084d95 100644 --- a/videocall-frontend/package.json +++ b/videocall-frontend/package.json @@ -17,7 +17,7 @@ "qrcode": "^1.5.3", "socket.io-client": "^4.7.4", "vue": "^3.3.8", - "vue-router": "^4.2.5" + "vue-router": "^4.6.0" }, "devDependencies": { "@types/qrcode": "^1.5.5",