From 13e25a1df06665359277ad82c561c3e2ac9a1542 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 18:24:24 +0000 Subject: [PATCH] Bump @next/bundle-analyzer from 14.0.3 to 14.0.4 Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) from 14.0.3 to 14.0.4. - [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.0.4/packages/next-bundle-analyzer) --- updated-dependencies: - dependency-name: "@next/bundle-analyzer" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3b18a662..48f9caf7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@mantine/charts": "^7.4.0", "@mantine/core": "7.4.0", "@mantine/hooks": "7.4.0", - "@next/bundle-analyzer": "^14.0.1", + "@next/bundle-analyzer": "^14.0.4", "@tabler/icons-react": "^2.45.0", "next": "14.0.3", "react": "^18", @@ -274,9 +274,9 @@ } }, "node_modules/@next/bundle-analyzer": { - "version": "14.0.3", - "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-14.0.3.tgz", - "integrity": "sha512-+UriXNEn2vGR2IxTiiuen45G7lXUbtMh0hgS/UH2o2E4TnScwjEEepqT76pY8fdpa5JEZ+gvBy6aSnrw4G2P2w==", + "version": "14.0.4", + "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-14.0.4.tgz", + "integrity": "sha512-Nn2PiCkFBJBlVmpSGVNItpISws0fuc9E8AkCafBz/moRv1cfASOpFBBVzSRfWLP9BPdAhfDkb6TafN0rvs2IJQ==", "dependencies": { "webpack-bundle-analyzer": "4.7.0" } diff --git a/package.json b/package.json index 0032f095..a4e375f0 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@mantine/charts": "^7.4.0", "@mantine/core": "7.4.0", "@mantine/hooks": "7.4.0", - "@next/bundle-analyzer": "^14.0.1", + "@next/bundle-analyzer": "^14.0.4", "@tabler/icons-react": "^2.45.0", "next": "14.0.3", "react": "^18",