From d37613f8432a4475c2ec0825fcac5fcf57f52f17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Aug 2022 13:09:55 +0000 Subject: [PATCH] chore(deps-dev): bump @next/bundle-analyzer from 12.1.5 to 12.2.5 Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) from 12.1.5 to 12.2.5. - [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/v12.2.5/packages/next-bundle-analyzer) --- updated-dependencies: - dependency-name: "@next/bundle-analyzer" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7a5e9a31..ffca2f72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,8 +15,8 @@ "next-offline": "5.0.5", "node-fetch": "2.6.2", "pino": "7.10.0", - "react": "latest", - "react-dom": "latest" + "react": "*", + "react-dom": "*" }, "devDependencies": { "@babel/cli": "7.17.6", @@ -27,7 +27,7 @@ "@babel/preset-env": "7.16.11", "@commitlint/cli": "^13.1.0", "@commitlint/config-conventional": "^13.1.0", - "@next/bundle-analyzer": "12.1.5", + "@next/bundle-analyzer": "12.2.5", "@storybook/addon-a11y": "6.4.21", "@storybook/addon-controls": "6.4.21", "@storybook/addon-essentials": "6.4.21", @@ -6140,9 +6140,9 @@ "dev": true }, "node_modules/@next/bundle-analyzer": { - "version": "12.1.5", - "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-12.1.5.tgz", - "integrity": "sha512-A9MkhWCPvSp1vl0Ox7IjJ/qpugDC5YAb40btGGIPPXHQtkal107Sf8dbay4fqw4Hekee5gdS0WUMfe1BaSur7w==", + "version": "12.2.5", + "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-12.2.5.tgz", + "integrity": "sha512-lj7ese4GnfbO8tCc9/g1O3/hzgb+pVkrsNgfF929CgZHCFQxplqxY++MIO4aCFwzt0vDx0KL78LOVxzjDDKjlA==", "dev": true, "dependencies": { "webpack-bundle-analyzer": "4.3.0" @@ -41761,9 +41761,9 @@ } }, "@next/bundle-analyzer": { - "version": "12.1.5", - "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-12.1.5.tgz", - "integrity": "sha512-A9MkhWCPvSp1vl0Ox7IjJ/qpugDC5YAb40btGGIPPXHQtkal107Sf8dbay4fqw4Hekee5gdS0WUMfe1BaSur7w==", + "version": "12.2.5", + "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-12.2.5.tgz", + "integrity": "sha512-lj7ese4GnfbO8tCc9/g1O3/hzgb+pVkrsNgfF929CgZHCFQxplqxY++MIO4aCFwzt0vDx0KL78LOVxzjDDKjlA==", "dev": true, "requires": { "webpack-bundle-analyzer": "4.3.0" diff --git a/package.json b/package.json index 7d85d5b7..37729cca 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@babel/preset-env": "7.16.11", "@commitlint/cli": "^13.1.0", "@commitlint/config-conventional": "^13.1.0", - "@next/bundle-analyzer": "12.1.5", + "@next/bundle-analyzer": "12.2.5", "@storybook/addon-a11y": "6.4.21", "@storybook/addon-controls": "6.4.21", "@storybook/addon-essentials": "6.4.21",