From 5b75f5767085ca65833fad0c76812fad227d2bad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 14:25:22 +0000 Subject: [PATCH] build(deps): bump inferno-create-element from 7.4.11 to 8.0.4 Bumps [inferno-create-element](https://github.com/infernojs/inferno/tree/HEAD/packages/inferno-create-element) from 7.4.11 to 8.0.4. - [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.4/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..2abb7a7 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.4", "moment": "^2.22.2", "semver": ">=5.0.0" },