From 6b74e17a476f5a84246583310ea223e5685a503e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 16:06:15 +0000 Subject: [PATCH] Bump @next/bundle-analyzer in /ui in the misc group (#687) Bumps the misc group in /ui with 1 update: [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer). Updates `@next/bundle-analyzer` from 14.2.11 to 14.2.15 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v14.2.15/packages/next-bundle-analyzer) --- updated-dependencies: - dependency-name: "@next/bundle-analyzer" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: misc ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/package-lock.json | 8 ++++---- ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",