Updated packages.

This commit is contained in:
Mike Cao 2025-07-21 10:58:58 -07:00
parent ab0826d91a
commit 5828445313
2 changed files with 267 additions and 196 deletions

View file

@ -1,6 +1,6 @@
{
"name": "umami",
"version": "2.18.1",
"version": "2.19.0",
"description": "A modern, privacy-focused alternative to Google Analytics.",
"author": "Umami Software, Inc. <hello@umami.is>",
"license": "MIT",
@ -11,7 +11,7 @@
},
"scripts": {
"dev": "next dev",
"dev-turbo": "next dev -p 3001 --turbopack",
"dev-turbo": "next dev -p 3000 --turbopack",
"build": "npm-run-all check-env build-db check-db build-tracker build-geo build-app",
"start": "next start",
"build-docker": "npm-run-all build-db build-tracker build-geo build-app",
@ -100,6 +100,7 @@
"is-localhost-ip": "^1.4.0",
"isbot": "^5.1.16",
"jsonwebtoken": "^9.0.2",
"jszip": "^3.10.1",
"kafkajs": "^2.1.0",
"maxmind": "^4.3.24",
"md5": "^2.3.0",