diff --git a/package-lock.json b/package-lock.json index bc7704d..03b26cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@nextcloud/vue": "^9.11.0", "debounce": "^3.0.0", "is-svg": "^6.1.0", - "qrcode.vue": "^3.10.0", + "qrcode.vue": "^3.11.0", "uuid": "^14.0.2", "vue": "^3.5.0" }, @@ -8459,7 +8459,9 @@ "license": "MIT" }, "node_modules/qrcode.vue": { - "version": "3.10.0", + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/qrcode.vue/-/qrcode.vue-3.11.0.tgz", + "integrity": "sha512-PnaO9yqcEVsH9euUmo4Nn0JZMkNwk4u6fDUosKjDTXv2Cgv7rHZhr2D8Iq54clBvSycOESwgUE/rw/tBRBjIVg==", "license": "MIT", "peerDependencies": { "vue": "^3.0.0" diff --git a/package.json b/package.json index 2c5f8ad..f955251 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@nextcloud/vue": "^9.11.0", "debounce": "^3.0.0", "is-svg": "^6.1.0", - "qrcode.vue": "^3.10.0", + "qrcode.vue": "^3.11.0", "uuid": "^14.0.2", "vue": "^3.5.0" },