diff --git a/package-lock.json b/package-lock.json index 6d84bc0..884321a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@quasar/extras": "^1.16.17", - "quasar": "^2.17.7", + "quasar": "^2.18.0", "sass": "^1.85.0", "vue": "^3.5.13", "vue-router": "^4.5.0" @@ -3290,9 +3290,10 @@ } }, "node_modules/quasar": { - "version": "2.17.7", - "resolved": "https://registry.npmjs.org/quasar/-/quasar-2.17.7.tgz", - "integrity": "sha512-nPJdHoONlcW7WEU2Ody907Wx945Zfyuea/KP4LBaEn5AcL95PUWp8Gz/0zDYNnFw0aCWRtye3SUAdQl5tmrn5w==", + "version": "2.18.0", + "resolved": "https://registry.npmjs.org/quasar/-/quasar-2.18.0.tgz", + "integrity": "sha512-poaTNL9afzxieIE1D6G8AQB9gGCHhmQsCQTMCwkcd/FFZBQqqhKREWzgO7rEo6REDyPHLKBuBJ9QxLAahE55YA==", + "license": "MIT", "engines": { "node": ">= 10.18.1", "npm": ">= 6.13.4", diff --git a/package.json b/package.json index 0d19227..1f71482 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@quasar/extras": "^1.16.17", - "quasar": "^2.17.7", + "quasar": "^2.18.0", "sass": "^1.85.0", "vue": "^3.5.13", "vue-router": "^4.5.0"