From e6f88b46f68a9eb3165034fb7a8808fc97fc5ff5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 03:04:35 +0000 Subject: [PATCH] chore(deps): bump inferno from 7.4.11 to 8.0.2 Bumps [inferno](https://github.com/infernojs/inferno/tree/HEAD/packages/inferno) from 7.4.11 to 8.0.2. - [Release notes](https://github.com/infernojs/inferno/releases) - [Commits](https://github.com/infernojs/inferno/commits/v8.0.2/packages/inferno) --- updated-dependencies: - dependency-name: inferno dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ca8012..297f5c6 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@babel/preset-env": "^7.7.7", "@babel/register": "^7.7.7", "babel-plugin-inferno": "^6.1.0", - "inferno": "^7.3.3", + "inferno": "^8.0.2", "inferno-create-element": "^7.3.3", "inferno-server": "^7.3.3" },