From cc4cd38b6d7b37ed5124ec8609b9eb59a116cad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 13:16:38 +0000 Subject: [PATCH] build(deps): bump inferno-create-element from 7.4.11 to 8.0.6 Bumps [inferno-create-element](https://github.com/infernojs/inferno/tree/HEAD/packages/inferno-create-element) from 7.4.11 to 8.0.6. - [Release notes](https://github.com/infernojs/inferno/releases) - [Changelog](https://github.com/infernojs/inferno/blob/master/documentation/v6-release.md) - [Commits](https://github.com/infernojs/inferno/commits/v8.0.6/packages/inferno-create-element) --- updated-dependencies: - dependency-name: inferno-create-element 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 0f19365..5770ea1 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "hexo-renderer-stylus": "^2.1.0", "hexo-util": "^2.4.0", "inferno": "^7.3.3", - "inferno-create-element": "^7.3.3", + "inferno-create-element": "^8.0.6", "moment": "^2.22.2", "semver": ">=5.0.0" },