From 3c1e4294e196bb406d9ad6d68da91d4bf53f3c30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 08:27:23 +0000 Subject: [PATCH] chore(deps): bump @next/bundle-analyzer from 13.4.16 to 13.4.19 Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) from 13.4.16 to 13.4.19. - [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/v13.4.19/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 91db4c49..cf1d4b1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "dependencies": { "@geist-ui/core": "^2.3.8", "@geist-ui/icons": "^1.0.2", - "@next/bundle-analyzer": "^13.4.16", + "@next/bundle-analyzer": "^13.4.19", "@prisma/client": "^5.2.0", "@tanstack/react-query": "^4.32.6", "@tanstack/react-query-devtools": "^4.33.0", @@ -1093,9 +1093,9 @@ } }, "node_modules/@next/bundle-analyzer": { - "version": "13.4.16", - "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-13.4.16.tgz", - "integrity": "sha512-9YO6o7YeWAn7j5zlYE5oVKYxpP/3aCnh7q4niwOBeHmafmWjhkVrxi0g0t2ds19vnsBm73hNcyeXzTi/T2hE+Q==", + "version": "13.4.19", + "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-13.4.19.tgz", + "integrity": "sha512-nXKHz63dM0Kn3XPFOKrv2wK+hP9rdBg2iR1PsxuXLHVBoZhMyS1/ldRcX80YFsm2VUws9zM4a0E/1HlLI+P92g==", "dependencies": { "webpack-bundle-analyzer": "4.7.0" } diff --git a/package.json b/package.json index de401a4b..5eb69c88 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "@geist-ui/core": "^2.3.8", "@geist-ui/icons": "^1.0.2", - "@next/bundle-analyzer": "^13.4.16", + "@next/bundle-analyzer": "^13.4.19", "@prisma/client": "^5.2.0", "@tanstack/react-query": "^4.32.6", "@tanstack/react-query-devtools": "^4.33.0",