From 322c7c5205360ce0efb71d42ade7fbd96a02b360 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Sun, 18 Oct 2020 06:10:17 +0000 Subject: [PATCH] update reqs --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6afd071..b51c493 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4186,9 +4186,9 @@ } }, "@quasar/extras": { - "version": "1.9.7", - "resolved": "https://registry.npmjs.org/@quasar/extras/-/extras-1.9.7.tgz", - "integrity": "sha512-LvcY8ILYrW6SV49xH+XeXKPnxFjDRQIX1Uaa10XDarW9y99pL+lUNFUI7wFzO6SwoMP18BlpEnC3BEqnSZ7OAA==" + "version": "1.9.9", + "resolved": "https://registry.npmjs.org/@quasar/extras/-/extras-1.9.9.tgz", + "integrity": "sha512-VQ87H2oyoLMYowVGq/3pYXnW+TYtQU/WUZTqkrMieOWx4NV9UpxfAG3nLj068w4uawY309Ed95NB6qarzl747g==" }, "@quasar/fastclick": { "version": "1.1.4", diff --git a/package.json b/package.json index 63efa6d..604b7d2 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "test:unit": "quasar test --unit jest" }, "dependencies": { - "@quasar/extras": "^1.9.7", + "@quasar/extras": "^1.9.9", "axios": "^0.19.2", "dotenv": "^8.2.0", "qrcode.vue": "^1.7.0",