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",