From 738aac33b1832cc1d89785a933c4430f1a27dd8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 04:44:28 +0000 Subject: [PATCH] Bump @next/bundle-analyzer in /ui in the misc group 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.5 to 14.2.11 - [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.11/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] --- 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 a6de041c..6bd12bd2 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.5", + "@next/bundle-analyzer": "^14.2.11", "@tanstack/react-query-devtools": "^5.56.2", "@types/leaflet": "^1.9.12", "@types/node": "22.5.5", @@ -3281,9 +3281,9 @@ } }, "node_modules/@next/bundle-analyzer": { - "version": "14.2.5", - "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-14.2.5.tgz", - "integrity": "sha512-BtBbI8VUnB7s4m9ut6CkeJ8Hyx+aq+86mbH+uAld7ZGG0/eH4+5hcPnkHKsQM/yj74iClazS0fninI8yZbIZWA==", + "version": "14.2.11", + "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-14.2.11.tgz", + "integrity": "sha512-wFPjuXVlLkheng8BTG/K8UN8lRg93E5ZdE9gSmxpRP0XwC58w1B8wITXWeTD/Js4ObxyhxhiCrZzt2X+QJrrMw==", "dev": true, "dependencies": { "webpack-bundle-analyzer": "4.10.1" diff --git a/ui/package.json b/ui/package.json index 7d80602e..57dbe6bf 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.5", + "@next/bundle-analyzer": "^14.2.11", "@tanstack/react-query-devtools": "^5.56.2", "@types/leaflet": "^1.9.12", "@types/node": "22.5.5",