From 3af9339ef89ad81f66ecfb71e64e01329ddc8e04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Dec 2021 05:10:42 +0000 Subject: [PATCH] Bump hexo-theme-icarus from 4.2.0 to 4.5.0 Bumps [hexo-theme-icarus](https://github.com/ppoffice/hexo-theme-icarus) from 4.2.0 to 4.5.0. - [Release notes](https://github.com/ppoffice/hexo-theme-icarus/releases) - [Commits](https://github.com/ppoffice/hexo-theme-icarus/compare/4.2.0...4.5.0) --- updated-dependencies: - dependency-name: hexo-theme-icarus dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b7d89d9..33fcff6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1916,9 +1916,9 @@ } }, "hexo-component-inferno": { - "version": "0.11.3", - "resolved": "https://registry.npmjs.org/hexo-component-inferno/-/hexo-component-inferno-0.11.3.tgz", - "integrity": "sha512-F7rfACEo7BD0bUWGvfBIBva75FDSAxhr2MOtBQWcOXmXwkfrf2BpTsNtN3WQIX5yv3n5wzffrlA7/B6L1eBxdw==", + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/hexo-component-inferno/-/hexo-component-inferno-0.14.0.tgz", + "integrity": "sha512-vjy9TVrcT5xFH7il3v6oav9iAxatIAklkQYiUorVVLQBKz4HDluPGw/xYLJ/fITsIm7jPezv7O5QL5AcLGpgwg==", "requires": { "ajv": "^6.10.2", "inferno": "^7.3.3", @@ -2087,12 +2087,12 @@ } }, "hexo-theme-icarus": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/hexo-theme-icarus/-/hexo-theme-icarus-4.2.0.tgz", - "integrity": "sha512-6QqUMPeEEy2MIR3KWuDm4W6GhCEchs9z/ZwmXdNZGG4Bl0+hEleFqv01sKDehy0g4rUeqjgRlYX67EW7sGd44w==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/hexo-theme-icarus/-/hexo-theme-icarus-4.5.0.tgz", + "integrity": "sha512-U8HUegt6JRGIXW4nwyyd5N1MlG4htgSrkUvWSHfMnr5Mq/u/uevrAPZkgYvWdnO/hAQY5xJQJ6+YiUcGc51sAg==", "requires": { "deepmerge": "^4.2.2", - "hexo-component-inferno": "^0.11.0", + "hexo-component-inferno": "^0.14.0", "inferno": "^7.3.3", "inferno-create-element": "^7.3.3", "moment": "^2.22.2", diff --git a/package.json b/package.json index 30ea33c..f79d25a 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "hexo-renderer-marked": "^4.0.0", "hexo-renderer-stylus": "^2.0.0", "hexo-server": "^2.0.0", - "hexo-theme-icarus": "^4.2.0", + "hexo-theme-icarus": "^4.5.0", "hexo-theme-landscape": "^0.0.3" } }