From 0ed92ec61700754cb75322323fcee4a4f4181fd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 15:11:10 +0100 Subject: [PATCH] chore(deps): bump @next/bundle-analyzer from 15.0.4 to 15.1.3 (#2848) Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) from 15.0.4 to 15.1.3. - [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/v15.1.3/packages/next-bundle-analyzer) --- updated-dependencies: - dependency-name: "@next/bundle-analyzer" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 ++++----- templates/nextjs/template/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b017129376..4ede0e8ec9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5956,10 +5956,9 @@ } }, "node_modules/@next/bundle-analyzer": { - "version": "15.0.4", - "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-15.0.4.tgz", - "integrity": "sha512-0If3/mxqUWYC0lAdV5cChGA1Xs1BENjaLyJkdqpI2df86HqprcDZagiB2IU1xc5ph7xZHRdi5mT2cY7VkyibTQ==", - "license": "MIT", + "version": "15.1.3", + "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-15.1.3.tgz", + "integrity": "sha512-dh5i2KBONWVhQzJnL10sv9+ImsKgGtOHHeA1dWp/H3MXphWBt1uGjXCwPCcitwimvNncHBmxaOyTm2FwfOLRSA==", "dependencies": { "webpack-bundle-analyzer": "4.10.1" } @@ -42989,7 +42988,7 @@ "name": "next-app", "version": "2.0.0", "dependencies": { - "@next/bundle-analyzer": "^15.0.3", + "@next/bundle-analyzer": "^15.1.3", "@sumup-oss/circuit-ui": "^9.0.0", "@sumup-oss/design-tokens": "^8.0.0", "@sumup-oss/icons": "^5.0.0", diff --git a/templates/nextjs/template/package.json b/templates/nextjs/template/package.json index 1e8cd0de32..271d1862bc 100644 --- a/templates/nextjs/template/package.json +++ b/templates/nextjs/template/package.json @@ -13,7 +13,7 @@ "test:ci": "mkdir -p __reports__ && jest --ci --coverage --runInBand --json --outputFile=__reports__/jest-results.json --reporters default --reporters \"github-actions\"" }, "dependencies": { - "@next/bundle-analyzer": "^15.0.3", + "@next/bundle-analyzer": "^15.1.3", "@sumup-oss/circuit-ui": "^9.0.0", "@sumup-oss/design-tokens": "^8.0.0", "@sumup-oss/icons": "^5.0.0",