diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 763c3805..cfe163ec 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -9708,9 +9708,9 @@ "dev": true }, "qrcode.vue": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/qrcode.vue/-/qrcode.vue-1.6.3.tgz", - "integrity": "sha512-zQqA2L3oNuH7+MN0qiA4UW3MCTKutLQOuq794u0TcBvvWJonmrMf+7gA5UDAYxdMqooEPupptUhEtmc0843tvg==" + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/qrcode.vue/-/qrcode.vue-1.7.0.tgz", + "integrity": "sha512-R7t6Y3fDDtcU7L4rtqwGUDP9xD64gJhIwpfjhRCTKmBoYF6SS49PIJHRJ048cse6OI7iwTwgyy2C46N9Ygoc6g==" }, "qs": { "version": "6.5.2", diff --git a/frontend/package.json b/frontend/package.json index 98ffe7ab..7e55be18 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -17,7 +17,7 @@ "moment": "^2.24.0", "normalize.css": "^8.0.1", "noty": "^3.2.0-beta", - "qrcode.vue": "^1.6.3", + "qrcode.vue": "^1.7.0", "vue": "^2.6.10", "vue-i18n": "^8.15.0", "vue-router": "^3.1.3",