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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-04-07 10:37:55 +03:00 committed by GitHub
parent a6a3e11dd0
commit e070a90cfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -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"
}

View File

@ -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",