diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 3b50af5..74a526b 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -12,7 +12,7 @@ "axios": "^1.7.9", "dayjs": "^1.11.13", "firebase": "^11.1.0", - "quasar": "^2.17.5", + "quasar": "^2.18.0", "vue": "^3.5.13", "vue-router": "^4.5.0" }, @@ -6040,9 +6040,9 @@ } }, "node_modules/quasar": { - "version": "2.17.5", - "resolved": "https://registry.npmjs.org/quasar/-/quasar-2.17.5.tgz", - "integrity": "sha512-gMpJm4T7dXo7NleeRhkU+phytw5cgjpiB90/Jpmi39p/ll64Xh7NpQNtvAhAvQAtqct0Z+DV0paKrfuGwZ0Ksw==", + "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", diff --git a/frontend/package.json b/frontend/package.json index 1fbb072..d5a39f5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -17,7 +17,7 @@ "axios": "^1.7.9", "dayjs": "^1.11.13", "firebase": "^11.1.0", - "quasar": "^2.17.5", + "quasar": "^2.18.0", "vue": "^3.5.13", "vue-router": "^4.5.0" },