From e070a90cfc10d1ea92fafd06132eecaedefc05b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Apr 2021 10:37:55 +0300 Subject: [PATCH] Bump @next/bundle-analyzer from 10.1.2 to 10.1.3 (#373) Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) from 10.1.2 to 10.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/v10.1.3/packages/next-bundle-analyzer) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 4293c02d0..31c311dba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@emotion/styled": "^11.1.5", "@hookform/resolvers": "1.3.0", "@lingui/react": "^3.8.2", - "@next/bundle-analyzer": "^10.1.2", + "@next/bundle-analyzer": "^10.1.3", "@prisma/client": "^2.20.1", "@sendou/react-sketch": "^0.5.2", "@trpc/client": "5.0.0", @@ -1477,9 +1477,9 @@ } }, "node_modules/@next/bundle-analyzer": { - "version": "10.1.2", - "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-10.1.2.tgz", - "integrity": "sha512-hlenu9Kq32cVA+mkFC0OYoonv9DSK2W5PNDGPV94Rvv7ZBTcSSQyp8tD5mRDGfV4p9oAq+n5hJVgj/urCfRwUg==", + "version": "10.1.3", + "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-10.1.3.tgz", + "integrity": "sha512-25/I1+f83jJOryarNNGQ0cAlYdGfz5HFyQXmal4skKXhMKyWEBSKOu88tIZzsWktlhOEB8QC7O9KVgAlXPqTyw==", "dependencies": { "webpack-bundle-analyzer": "4.3.0" } @@ -10451,9 +10451,9 @@ } }, "@next/bundle-analyzer": { - "version": "10.1.2", - "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-10.1.2.tgz", - "integrity": "sha512-hlenu9Kq32cVA+mkFC0OYoonv9DSK2W5PNDGPV94Rvv7ZBTcSSQyp8tD5mRDGfV4p9oAq+n5hJVgj/urCfRwUg==", + "version": "10.1.3", + "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-10.1.3.tgz", + "integrity": "sha512-25/I1+f83jJOryarNNGQ0cAlYdGfz5HFyQXmal4skKXhMKyWEBSKOu88tIZzsWktlhOEB8QC7O9KVgAlXPqTyw==", "requires": { "webpack-bundle-analyzer": "4.3.0" } diff --git a/package.json b/package.json index 009c80b34..ab71dc8f0 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@emotion/styled": "^11.1.5", "@hookform/resolvers": "1.3.0", "@lingui/react": "^3.8.2", - "@next/bundle-analyzer": "^10.1.2", + "@next/bundle-analyzer": "^10.1.3", "@prisma/client": "^2.20.1", "@sendou/react-sketch": "^0.5.2", "@trpc/client": "5.0.0",