diff --git a/package-lock.json b/package-lock.json index 7129955..2ecacb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,9 +18,9 @@ "@capacitor/status-bar": "^7.0.2", "@capawesome/capacitor-android-edge-to-edge-support": "^7.2.3", "@ionic/cli": "^7.2.1", - "@ionic/core": "^8.7.15", - "@ionic/vue": "^8.7.15", - "@ionic/vue-router": "^8.7.15", + "@ionic/core": "^8.7.17", + "@ionic/vue": "^8.7.17", + "@ionic/vue-router": "^8.7.17", "@soerenmartius/vue3-clipboard": "^0.1.2", "axios": "^1.13.2", "chart.js": "^4.5.1", @@ -46,7 +46,7 @@ }, "devDependencies": { "@capacitor/cli": "^7.4.3", - "@types/node": "^25.0.3", + "@types/node": "^25.0.9", "@typescript-eslint/eslint-plugin": "^8.51.0", "@typescript-eslint/parser": "^8.51.0", "@vue/cli-plugin-babel": "~5.0.8", @@ -60,8 +60,8 @@ "eslint": "^9.39.2", "eslint-config-google": "^0.14.0", "eslint-config-prettier": "^10.1.8", - "eslint-plugin-prettier": "^5.5.4", - "eslint-plugin-vue": "^10.6.2", + "eslint-plugin-prettier": "^5.5.5", + "eslint-plugin-vue": "^10.7.0", "eslint-webpack-plugin": "^5.0.2", "typescript": "^5.9.3", "vue-loader-v16": "npm:vue-loader@^17.4.2" @@ -2295,9 +2295,9 @@ } }, "node_modules/@ionic/core": { - "version": "8.7.15", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.7.15.tgz", - "integrity": "sha512-u1w9c6dx2iuatXIW5X1JY0ighDhQPjBwOHZsrOcnpm891pktuEjJDdyhDulWFa6kKVkXw1q7khwxXBEurvKc2g==", + "version": "8.7.17", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.7.17.tgz", + "integrity": "sha512-gp7PIEJX27NX/FkjiUlpjQUtJiFFE5W1lofRC5CfORQ8p4PrLh9wJO9EJH0YryCr2qZS0k47sYgRQP5FwiXlpg==", "dependencies": { "@stencil/core": "4.38.0", "ionicons": "^8.0.13", @@ -2446,21 +2446,21 @@ } }, "node_modules/@ionic/vue": { - "version": "8.7.15", - "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-8.7.15.tgz", - "integrity": "sha512-F94GoGBsLoFFkJLe+W401SynIfUzEL1Z+Y4YUQ2EGpulnFpY4tXKzDhRNrisPnM0k3BWQRh8AA8fwTtMqEiISw==", + "version": "8.7.17", + "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-8.7.17.tgz", + "integrity": "sha512-S/UQc/ytauWxcAtM6cLz1mbpqwv8xuSdTzF8aslPi8zGELdXJSg48QBP6ehhFj+uv8qsblrRd4TjCQYyskyMCQ==", "dependencies": { - "@ionic/core": "8.7.15", + "@ionic/core": "8.7.17", "@stencil/vue-output-target": "0.10.7", "ionicons": "^8.0.13" } }, "node_modules/@ionic/vue-router": { - "version": "8.7.15", - "resolved": "https://registry.npmjs.org/@ionic/vue-router/-/vue-router-8.7.15.tgz", - "integrity": "sha512-AUoKeVz326V0hUbLC6UuHM5pRUmyYbRnZd3B+su+uwlB+OhPBD3M0kP1rT7eK0jWLap+EJRM8GLWFSCkjxPmJQ==", + "version": "8.7.17", + "resolved": "https://registry.npmjs.org/@ionic/vue-router/-/vue-router-8.7.17.tgz", + "integrity": "sha512-RQ50mrbTmNJGYOBq1UFjCUuEWhTwqStgb5ETf4g7r5qYLHpbjUINsr6K9Uj2FYzJR1Kvpu7mJn0HlaPwYuC2sQ==", "dependencies": { - "@ionic/vue": "8.7.15" + "@ionic/vue": "8.7.17" } }, "node_modules/@isaacs/balanced-match": { @@ -2774,7 +2774,6 @@ "resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.2.9.tgz", "integrity": "sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==", "dev": true, - "license": "MIT", "engines": { "node": "^12.20.0 || ^14.18.0 || >=16.0.0" }, @@ -3364,9 +3363,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.0.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.3.tgz", - "integrity": "sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==", + "version": "25.0.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.9.tgz", + "integrity": "sha512-/rpCXHlCWeqClNBwUhDcusJxXYDjZTyE8v5oTO7WbL8eij2nKhUeU89/6xgjU7N4/Vh3He0BtyhJdQbDyhiXAw==", "dependencies": { "undici-types": "~7.16.0" } @@ -7965,14 +7964,13 @@ } }, "node_modules/eslint-plugin-prettier": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.4.tgz", - "integrity": "sha512-swNtI95SToIz05YINMA6Ox5R057IMAmWZ26GqPxusAp1TZzj+IdY9tXNWWD3vkF/wEqydCONcwjTFpxybBqZsg==", + "version": "5.5.5", + "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.5.tgz", + "integrity": "sha512-hscXkbqUZ2sPithAuLm5MXL+Wph+U7wHngPBv9OMWwlP8iaflyxpjTYZkmdgB4/vPIhemRlBEoLrH7UC1n7aUw==", "dev": true, - "license": "MIT", "dependencies": { - "prettier-linter-helpers": "^1.0.0", - "synckit": "^0.11.7" + "prettier-linter-helpers": "^1.0.1", + "synckit": "^0.11.12" }, "engines": { "node": "^14.18.0 || >=16.0.0" @@ -7996,9 +7994,9 @@ } }, "node_modules/eslint-plugin-vue": { - "version": "10.6.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.6.2.tgz", - "integrity": "sha512-nA5yUs/B1KmKzvC42fyD0+l9Yd+LtEpVhWRbXuDj0e+ZURcTtyRbMDWUeJmTAh2wC6jC83raS63anNM2YT3NPw==", + "version": "10.7.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.7.0.tgz", + "integrity": "sha512-r2XFCK4qlo1sxEoAMIoTTX0PZAdla0JJDt1fmYiworZUX67WeEGqm+JbyAg3M+pGiJ5U6Mp5WQbontXWtIW7TA==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", @@ -8590,8 +8588,7 @@ "version": "1.3.0", "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz", "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==", - "dev": true, - "license": "Apache-2.0" + "dev": true }, "node_modules/fast-glob": { "version": "3.3.3", @@ -13421,11 +13418,10 @@ } }, "node_modules/prettier-linter-helpers": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz", - "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.1.tgz", + "integrity": "sha512-SxToR7P8Y2lWmv/kTzVLC1t/GDI2WGjMwNhLLE9qtH8Q13C+aEmuRlzDst4Up4s0Wc8sF2M+J57iB3cMLqftfg==", "dev": true, - "license": "MIT", "dependencies": { "fast-diff": "^1.1.2" }, @@ -15558,11 +15554,10 @@ } }, "node_modules/synckit": { - "version": "0.11.11", - "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.11.11.tgz", - "integrity": "sha512-MeQTA1r0litLUf0Rp/iisCaL8761lKAZHaimlbGK4j0HysC4PLfqygQj9srcs0m2RdtDYnF8UuYyKpbjHYp7Jw==", + "version": "0.11.12", + "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.11.12.tgz", + "integrity": "sha512-Bh7QjT8/SuKUIfObSXNHNSK6WHo6J1tHCqJsuaFDP7gP0fkzSfTxI8y85JrppZ0h8l0maIgc2tfuZQ6/t3GtnQ==", "dev": true, - "license": "MIT", "dependencies": { "@pkgr/core": "^0.2.9" }, diff --git a/package.json b/package.json index d1e4e21..c78d109 100644 --- a/package.json +++ b/package.json @@ -25,9 +25,9 @@ "@capacitor/status-bar": "^7.0.2", "@capawesome/capacitor-android-edge-to-edge-support": "^7.2.3", "@ionic/cli": "^7.2.1", - "@ionic/core": "^8.7.15", - "@ionic/vue": "^8.7.15", - "@ionic/vue-router": "^8.7.15", + "@ionic/core": "^8.7.17", + "@ionic/vue": "^8.7.17", + "@ionic/vue-router": "^8.7.17", "@soerenmartius/vue3-clipboard": "^0.1.2", "axios": "^1.13.2", "chart.js": "^4.5.1", @@ -53,7 +53,7 @@ }, "devDependencies": { "@capacitor/cli": "^7.4.3", - "@types/node": "^25.0.3", + "@types/node": "^25.0.9", "@typescript-eslint/eslint-plugin": "^8.51.0", "@typescript-eslint/parser": "^8.51.0", "@vue/cli-plugin-babel": "~5.0.8", @@ -67,9 +67,9 @@ "eslint": "^9.39.2", "eslint-config-google": "^0.14.0", "eslint-config-prettier": "^10.1.8", - "eslint-plugin-prettier": "^5.5.4", + "eslint-plugin-prettier": "^5.5.5", "eslint-webpack-plugin": "^5.0.2", - "eslint-plugin-vue": "^10.6.2", + "eslint-plugin-vue": "^10.7.0", "typescript": "^5.9.3", "vue-loader-v16": "npm:vue-loader@^17.4.2" }