Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions fdm-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog fdm-app

## 0.26.4

### Patch Changes

- e367ca6: Update dependencies of fdm-app to patch for CVE-2025-15284

## 0.26.3

### Patch Changes
Expand Down
22 changes: 11 additions & 11 deletions fdm-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svenvw/fdm-app",
"version": "0.26.3",
"version": "0.26.4",
"private": true,
"sideEffects": false,
"type": "module",
Expand All @@ -19,7 +19,7 @@
"@hookform/resolvers": "^5.2.2",
"@lucide/lab": "^0.1.2",
"@mapbox/geojson-extent": "^1.0.1",
"@maplibre/maplibre-gl-geocoder": "^1.9.3",
"@maplibre/maplibre-gl-geocoder": "^1.9.4",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.8",
Expand All @@ -28,14 +28,14 @@
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@react-email/components": "^1.0.2",
"@react-email/tailwind": "^2.0.2",
"@react-email/components": "^1.0.3",
"@react-email/tailwind": "^2.0.3",
"@react-router/node": "^7.11.0",
"@react-router/serve": "^7.11.0",
"@remix-run/file-storage": "^0.13.0",
"@remix-run/form-data-parser": "^0.14.0",
"@sentry/profiling-node": "^10.32.0",
"@sentry/react-router": "^10.32.0",
"@sentry/profiling-node": "^10.32.1",
"@sentry/react-router": "^10.32.1",
"@svenvw/fdm-calculator": "workspace:^",
"@svenvw/fdm-core": "workspace:^",
"@svenvw/fdm-data": "workspace:*",
Expand All @@ -51,8 +51,8 @@
"cmdk": "1.1.1",
"date-fns": "^4.1.0",
"drizzle-orm": "catalog:",
"file-type": "^21.1.1",
"flatgeobuf": "^4.3.4",
"file-type": "^21.3.0",
"flatgeobuf": "^4.4.0",
"framer-motion": "^12.23.26",
"fuzzysort": "^3.1.0",
"input-otp": "^1.4.2",
Expand All @@ -63,15 +63,15 @@
"nanoid": "^5.1.6",
"next-themes": "^0.4.6",
"postgres": "^3.4.7",
"posthog-js": "^1.309.1",
"posthog-node": "^5.17.4",
"posthog-js": "^1.313.0",
"posthog-node": "^5.18.1",
"postmark": "^4.0.5",
"proj4": "^2.20.2",
"radix-ui": "^1.4.3",
"react": "^19.2.3",
"react-day-picker": "9.13.0",
"react-dom": "^19.2.3",
"react-hook-form": "^7.68.0",
"react-hook-form": "^7.70.0",
"react-map-gl": "^8.1.0",
"react-markdown": "^10.1.0",
"react-router": "^7.11.0",
Expand Down
Loading