diff --git a/docker-compose.yml b/docker-compose.yml index 68e3188..e3d9d92 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -159,7 +159,7 @@ services: promtail: profiles: ["observability"] - image: grafana/promtail:2.9.11 + image: grafana/promtail:2.9.10 command: ["-config.file=/etc/promtail.yaml"] volumes: - ./observability/promtail/promtail.yaml:/etc/promtail.yaml diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 35afd25..e20a52f 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -27,7 +27,7 @@ "@vitejs/plugin-react": "4.3.4", "autoprefixer": "10.4.20", "axios": "1.7.9", - "class-variance-authority": "0.7.1", + "class-variance-authority": "0.7.0", "clsx": "2.1.1", "date-fns": "2.30.0", "eslint-config-react-app": "7.0.1", @@ -42,7 +42,7 @@ "react-router-dom": "6.28.0", "recharts": "2.13.3", "tailwind-merge": "1.14.0", - "tailwindcss": "3.4.16", + "tailwindcss": "3.4.15", "tailwindcss-animate": "1.0.7", "typescript": "5.6.3", "vite": "5.4.11", @@ -5221,15 +5221,22 @@ } }, "node_modules/class-variance-authority": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/class-variance-authority/-/class-variance-authority-0.7.1.tgz", - "integrity": "sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==", - "license": "Apache-2.0", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/class-variance-authority/-/class-variance-authority-0.7.0.tgz", + "integrity": "sha512-jFI8IQw4hczaL4ALINxqLEXQbWcNjoSkloa4IaufXCJr6QawJyw7tuRysRsrE8w2p/4gGaxKIt/hX3qz/IbD1A==", "dependencies": { - "clsx": "^2.1.1" + "clsx": "2.0.0" }, "funding": { - "url": "https://polar.sh/cva" + "url": "https://joebell.co.uk" + } + }, + "node_modules/class-variance-authority/node_modules/clsx": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.0.0.tgz", + "integrity": "sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q==", + "engines": { + "node": ">=6" } }, "node_modules/clsx": { @@ -7692,15 +7699,11 @@ } }, "node_modules/lilconfig": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz", - "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==", - "license": "MIT", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", + "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/antonk52" + "node": ">=10" } }, "node_modules/lines-and-columns": { @@ -8666,6 +8669,14 @@ } } }, + "node_modules/postcss-load-config/node_modules/lilconfig": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.0.0.tgz", + "integrity": "sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==", + "engines": { + "node": ">=14" + } + }, "node_modules/postcss-load-config/node_modules/yaml": { "version": "2.3.4", "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.4.tgz", @@ -9874,9 +9885,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.16", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.16.tgz", - "integrity": "sha512-TI4Cyx7gDiZ6r44ewaJmt0o6BrMCT5aK5e0rmJ/G9Xq3w7CX/5VXl/zIPEJZFUK5VEqwByyhqNPycPlvcK4ZNw==", + "version": "3.4.15", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.15.tgz", + "integrity": "sha512-r4MeXnfBmSOuKUWmXe6h2CcyfzJCEk4F0pptO5jlnYSIViUkVmsawj80N5h2lO3gwcmSb4n3PuN+e+GC1Guylw==", "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", @@ -9888,7 +9899,7 @@ "glob-parent": "^6.0.2", "is-glob": "^4.0.3", "jiti": "^1.21.6", - "lilconfig": "^3.1.3", + "lilconfig": "^2.1.0", "micromatch": "^4.0.8", "normalize-path": "^3.0.0", "object-hash": "^3.0.0", diff --git a/frontend/package.json b/frontend/package.json index 843e1ac..403adf7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -26,7 +26,7 @@ "@vitejs/plugin-react": "4.3.4", "autoprefixer": "10.4.20", "axios": "1.7.9", - "class-variance-authority": "0.7.1", + "class-variance-authority": "0.7.0", "clsx": "2.1.1", "date-fns": "2.30.0", "eslint-config-react-app": "7.0.1", @@ -41,7 +41,7 @@ "react-router-dom": "6.28.0", "recharts": "2.13.3", "tailwind-merge": "1.14.0", - "tailwindcss": "3.4.16", + "tailwindcss": "3.4.15", "tailwindcss-animate": "1.0.7", "typescript": "5.6.3", "vite": "5.4.11",