From 5d503970d00f5fe4a275969f3c793033641a4bfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 00:08:47 +0000 Subject: [PATCH] Bump @next/bundle-analyzer from 13.3.1 to 13.3.4 Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) from 13.3.1 to 13.3.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/v13.3.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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 58b74bf..bd446bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@hookform/resolvers": "^2.9.11", - "@next/bundle-analyzer": "13.3.1", + "@next/bundle-analyzer": "13.3.4", "@prisma/client": "^4.13.0", "@sentry/nextjs": "^7.50.0", "@tronweb3/tronwallet-adapter-react-hooks": "^1.1.2", @@ -2052,9 +2052,9 @@ "integrity": "sha512-z+ILK8Q3y+nfUl43ctCPuR4Y2bIxk/ooCQFwZxhtci1EhAtMDzMAx2W25qx8G1PPL9UUOdnUax19+F0OjXoj4w==" }, "node_modules/@next/bundle-analyzer": { - "version": "13.3.1", - "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-13.3.1.tgz", - "integrity": "sha512-Qkd0ENOczIyJlKjjN7ENwQ2S5B6wqrTnVlzfWqAImw38VNgaVqZRgaM9Ph8JM43E6iLPjsMOHh8EN/7FxHyQ/g==", + "version": "13.3.4", + "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-13.3.4.tgz", + "integrity": "sha512-MyL4AhmyPCuIuH5JzV4SxcOPb2UxpgClIGEaYXiC79HTiNaQ8xDpzpDi46M93GfKOlWH9ck4OFyn/1yWO2d8aQ==", "dependencies": { "webpack-bundle-analyzer": "4.7.0" } @@ -11779,9 +11779,9 @@ "integrity": "sha512-z+ILK8Q3y+nfUl43ctCPuR4Y2bIxk/ooCQFwZxhtci1EhAtMDzMAx2W25qx8G1PPL9UUOdnUax19+F0OjXoj4w==" }, "@next/bundle-analyzer": { - "version": "13.3.1", - "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-13.3.1.tgz", - "integrity": "sha512-Qkd0ENOczIyJlKjjN7ENwQ2S5B6wqrTnVlzfWqAImw38VNgaVqZRgaM9Ph8JM43E6iLPjsMOHh8EN/7FxHyQ/g==", + "version": "13.3.4", + "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-13.3.4.tgz", + "integrity": "sha512-MyL4AhmyPCuIuH5JzV4SxcOPb2UxpgClIGEaYXiC79HTiNaQ8xDpzpDi46M93GfKOlWH9ck4OFyn/1yWO2d8aQ==", "requires": { "webpack-bundle-analyzer": "4.7.0" } diff --git a/package.json b/package.json index 0994d3c..80a573b 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@hookform/resolvers": "^2.9.11", - "@next/bundle-analyzer": "13.3.1", + "@next/bundle-analyzer": "13.3.4", "@prisma/client": "^4.13.0", "@sentry/nextjs": "^7.50.0", "@tronweb3/tronwallet-adapter-react-hooks": "^1.1.2",