From 99cf5ad672c9d228090e2e775be58d265fa9a7ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 08:35:34 +0000 Subject: [PATCH] chore(deps-dev): bump @next/bundle-analyzer from 14.2.3 to 14.2.4 Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) from 14.2.3 to 14.2.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.2.4/packages/next-bundle-analyzer) --- updated-dependencies: - dependency-name: "@next/bundle-analyzer" dependency-type: direct:development 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 bafce9d..9eea4db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@exile-watch/typescript-config": "^1.1.0", "@exile-watch/unit-testing-config": "^1.1.4", "@naxodev/nx-cloudflare": "^3.0.0", - "@next/bundle-analyzer": "^14.2.3", + "@next/bundle-analyzer": "^14.2.4", "@nx/next": "19.1.1", "@types/lodash": "^4.17.4", "@types/node": "^20.14.8", @@ -4838,9 +4838,9 @@ } }, "node_modules/@next/bundle-analyzer": { - "version": "14.2.3", - "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-14.2.3.tgz", - "integrity": "sha512-Z88hbbngMs7njZKI8kTJIlpdLKYfMSLwnsqYe54AP4aLmgL70/Ynx/J201DQ+q2Lr6FxFw1uCeLGImDrHOl2ZA==", + "version": "14.2.4", + "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-14.2.4.tgz", + "integrity": "sha512-ydSDikSgGhYmBlnvzS4tgdGyn40SCFI9uWDldbkRSwXS60tg4WBJR4qJoTSERTmdAFb1PeUYCyFdfC80i2WL1w==", "dev": true, "dependencies": { "webpack-bundle-analyzer": "4.10.1" diff --git a/package.json b/package.json index 23b8f2c..b6734b2 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@exile-watch/typescript-config": "^1.1.0", "@exile-watch/unit-testing-config": "^1.1.4", "@naxodev/nx-cloudflare": "^3.0.0", - "@next/bundle-analyzer": "^14.2.3", + "@next/bundle-analyzer": "^14.2.4", "@nx/next": "19.1.1", "@types/lodash": "^4.17.4", "@types/node": "^20.14.8",