diff --git a/ui/package-lock.json b/ui/package-lock.json index 9feb7863..ef46104f 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -40,7 +40,7 @@ "@graphql-codegen/typescript": "^4.0.9", "@graphql-codegen/typescript-operations": "^4.2.3", "@graphql-codegen/typescript-react-query": "^6.1.0", - "@next/bundle-analyzer": "^14.2.11", + "@next/bundle-analyzer": "^14.2.15", "@tanstack/react-query-devtools": "^5.59.13", "@types/leaflet": "^1.9.12", "@types/node": "22.5.5", @@ -3047,9 +3047,9 @@ } }, "node_modules/@next/bundle-analyzer": { - "version": "14.2.11", - "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-14.2.11.tgz", - "integrity": "sha512-wFPjuXVlLkheng8BTG/K8UN8lRg93E5ZdE9gSmxpRP0XwC58w1B8wITXWeTD/Js4ObxyhxhiCrZzt2X+QJrrMw==", + "version": "14.2.15", + "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-14.2.15.tgz", + "integrity": "sha512-W6iyrp/3G7WbIztDcNt+owYX1iv37m9f4RJs0fa/Ayw4EDdjNPX6qKQrC7gBrESHV3FuchED+8R+CNiw1i78eQ==", "dev": true, "dependencies": { "webpack-bundle-analyzer": "4.10.1" diff --git a/ui/package.json b/ui/package.json index 8a48f77d..7e6d0700 100644 --- a/ui/package.json +++ b/ui/package.json @@ -48,7 +48,7 @@ "@graphql-codegen/typescript": "^4.0.9", "@graphql-codegen/typescript-operations": "^4.2.3", "@graphql-codegen/typescript-react-query": "^6.1.0", - "@next/bundle-analyzer": "^14.2.11", + "@next/bundle-analyzer": "^14.2.15", "@tanstack/react-query-devtools": "^5.59.13", "@types/leaflet": "^1.9.12", "@types/node": "22.5.5",