diff --git a/common/maxmind-db/GeoLite2-ASN.mmdb b/common/maxmind-db/GeoLite2-ASN.mmdb index f461d7a1..74bff0f1 100644 Binary files a/common/maxmind-db/GeoLite2-ASN.mmdb and b/common/maxmind-db/GeoLite2-ASN.mmdb differ diff --git a/common/maxmind-db/GeoLite2-City.mmdb b/common/maxmind-db/GeoLite2-City.mmdb index 34656391..9c5a4f0a 100644 Binary files a/common/maxmind-db/GeoLite2-City.mmdb and b/common/maxmind-db/GeoLite2-City.mmdb differ diff --git a/index.html b/index.html index dc850491..f2aecae2 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - + diff --git a/package.json b/package.json index cebc0fe9..9035bf2b 100644 --- a/package.json +++ b/package.json @@ -18,27 +18,27 @@ "analytics": "^0.8.14", "bootstrap": "^5.3.3", "bootstrap-icons": "^1.11.3", - "code-inspector-plugin": "^0.15.2", - "concurrently": "^8.2.2", + "code-inspector-plugin": "^0.16.1", + "concurrently": "^9.0.0", "country-code-lookup": "^0.1.3", "dotenv": "^16.4.5", "express": "^4.19.2", "express-rate-limit": "^7.4.0", "express-slow-down": "^2.0.3", "flag-icons": "^7.2.3", - "http-proxy-middleware": "^3.0.0", + "http-proxy-middleware": "^3.0.2", "maxmind": "^4.3.21", "nodemon": "^3.1.4", "pinia": "^2.2.2", "svgmap": "^2.11.1", - "vue": "^3.4.38", + "vue": "^3.5.3", "vue-i18n": "^9.14.0", "vue-router": "^4.4.3", "whoiser": "^1.18.0" }, "devDependencies": { - "@vitejs/plugin-vue": "^5.1.2", - "vite": "^5.4.1", - "vite-plugin-pwa": "^0.20.1" + "@vitejs/plugin-vue": "^5.1.3", + "vite": "^5.4.3", + "vite-plugin-pwa": "^0.20.5" } }