From 836f114866a957b8a146090bf26b469d14fae459 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 06:37:57 +0000 Subject: [PATCH] Bump hexo-deployer-git from 3.0.0 to 4.0.0 Bumps [hexo-deployer-git](https://github.com/hexojs/hexo-deployer-git) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/hexojs/hexo-deployer-git/releases) - [Commits](https://github.com/hexojs/hexo-deployer-git/compare/3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: hexo-deployer-git dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 80 +++++++++++++++++++++++++++++++++++------------ package.json | 2 +- 2 files changed, 61 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index 06742202..38800c5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "hexo": "^6.3.0", "hexo-asset-img": "github:unparalleled-calvin/hexo-asset-img#main", "hexo-book-card": "github:Unparalleled-Calvin/hexo-book-card#master", - "hexo-deployer-git": "^3.0.0", + "hexo-deployer-git": "^4.0.0", "hexo-excerpt": "^1.3.0", "hexo-filter-mermaid-diagrams": "^1.0.5", "hexo-generator-archive": "^1.0.0", @@ -994,19 +994,33 @@ } }, "node_modules/hexo-deployer-git": { - "version": "3.0.0", - "resolved": "https://registry.npmmirror.com/hexo-deployer-git/-/hexo-deployer-git-3.0.0.tgz", - "integrity": "sha512-U2Xewjab+rvUDNTcuYYnOxitkDXL3f5VMUH32jKDHs3OC4YFVGRoEaTTDVHskqr3KRi78Wohjc6BSRHOoG3oxA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/hexo-deployer-git/-/hexo-deployer-git-4.0.0.tgz", + "integrity": "sha512-28t1Q+4taB/UaBAP52W3mD/wcCwa2y2zBieUfBJFBZudbmVgiKJB5YedYILeyI5QByaUKAOwoupmdTbocdQ+CQ==", "dependencies": { - "bluebird": "^3.5.0", - "chalk": "^4.0.0", - "hexo-fs": "^3.0.1", - "hexo-util": "^2.1.0", - "moment": "^2.18.0", - "nunjucks": "^3.2.1" + "bluebird": "^3.7.2", + "hexo-fs": "^4.0.0", + "hexo-util": "^2.7.0", + "luxon": "^3.0.4", + "nunjucks": "^3.2.3", + "picocolors": "^1.0.0" }, "engines": { - "node": ">=8.6.0" + "node": ">=14" + } + }, + "node_modules/hexo-deployer-git/node_modules/hexo-fs": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/hexo-fs/-/hexo-fs-4.1.1.tgz", + "integrity": "sha512-aDysNTyv8ElcerbFVbPLRXnYt+QDY6gAOZZ5DLbCxudY0Ywppqd+uZ03gZ2BDypIBvmNB27WYWYz76M+Yv/YXw==", + "dependencies": { + "bluebird": "^3.7.2", + "chokidar": "^3.5.3", + "graceful-fs": "^4.2.10", + "hexo-util": "^2.7.0" + }, + "engines": { + "node": ">=14" } }, "node_modules/hexo-excerpt": { @@ -1591,6 +1605,14 @@ "tslib": "^2.0.3" } }, + "node_modules/luxon": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.3.0.tgz", + "integrity": "sha512-An0UCfG/rSiqtAIiBPO0Y9/zAnHUZxAMiCpTd5h2smgsj7GGmcenvrvww2cqNA8/4A5ZrD1gJpHN2mIHZQF+Mg==", + "engines": { + "node": ">=12" + } + }, "node_modules/marked": { "version": "4.1.1", "resolved": "https://registry.npmmirror.com/marked/-/marked-4.1.1.tgz", @@ -3310,16 +3332,29 @@ } }, "hexo-deployer-git": { - "version": "3.0.0", - "resolved": "https://registry.npmmirror.com/hexo-deployer-git/-/hexo-deployer-git-3.0.0.tgz", - "integrity": "sha512-U2Xewjab+rvUDNTcuYYnOxitkDXL3f5VMUH32jKDHs3OC4YFVGRoEaTTDVHskqr3KRi78Wohjc6BSRHOoG3oxA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/hexo-deployer-git/-/hexo-deployer-git-4.0.0.tgz", + "integrity": "sha512-28t1Q+4taB/UaBAP52W3mD/wcCwa2y2zBieUfBJFBZudbmVgiKJB5YedYILeyI5QByaUKAOwoupmdTbocdQ+CQ==", "requires": { - "bluebird": "^3.5.0", - "chalk": "^4.0.0", - "hexo-fs": "^3.0.1", - "hexo-util": "^2.1.0", - "moment": "^2.18.0", - "nunjucks": "^3.2.1" + "bluebird": "^3.7.2", + "hexo-fs": "^4.0.0", + "hexo-util": "^2.7.0", + "luxon": "^3.0.4", + "nunjucks": "^3.2.3", + "picocolors": "^1.0.0" + }, + "dependencies": { + "hexo-fs": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/hexo-fs/-/hexo-fs-4.1.1.tgz", + "integrity": "sha512-aDysNTyv8ElcerbFVbPLRXnYt+QDY6gAOZZ5DLbCxudY0Ywppqd+uZ03gZ2BDypIBvmNB27WYWYz76M+Yv/YXw==", + "requires": { + "bluebird": "^3.7.2", + "chokidar": "^3.5.3", + "graceful-fs": "^4.2.10", + "hexo-util": "^2.7.0" + } + } } }, "hexo-excerpt": { @@ -3780,6 +3815,11 @@ "tslib": "^2.0.3" } }, + "luxon": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.3.0.tgz", + "integrity": "sha512-An0UCfG/rSiqtAIiBPO0Y9/zAnHUZxAMiCpTd5h2smgsj7GGmcenvrvww2cqNA8/4A5ZrD1gJpHN2mIHZQF+Mg==" + }, "marked": { "version": "4.1.1", "resolved": "https://registry.npmmirror.com/marked/-/marked-4.1.1.tgz", diff --git a/package.json b/package.json index e5dfdfcc..8bfcc172 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "hexo": "^6.3.0", "hexo-asset-img": "github:unparalleled-calvin/hexo-asset-img#main", "hexo-book-card": "github:Unparalleled-Calvin/hexo-book-card#master", - "hexo-deployer-git": "^3.0.0", + "hexo-deployer-git": "^4.0.0", "hexo-excerpt": "^1.3.0", "hexo-filter-mermaid-diagrams": "^1.0.5", "hexo-generator-archive": "^1.0.0",