From 13b2f664a46f120e21f656edd96045a112c48a35 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Sep 2019 04:15:37 +0000 Subject: [PATCH] chore: upgrade hexo-blog-encrypt from 2.2.3 to 2.2.7 Snyk has created this PR to upgrade hexo-blog-encrypt from 2.2.3 to 2.2.7. See this package in NPM: https://www.npmjs.com/package/hexo-blog-encrypt See this project in Snyk: https://app.snyk.io/org/thinkwee-github-marketplace/project/64c1dbf9-5bc9-41d4-aae2-246a31aeac70?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 806047bb6..152ebfa37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6085,9 +6085,9 @@ } }, "hexo-blog-encrypt": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/hexo-blog-encrypt/-/hexo-blog-encrypt-2.2.3.tgz", - "integrity": "sha512-u2Vhx7DGWKmzh5bRch36cP98u7NSuk8A58fTLzeEmZNxWXwLYQDtiZj3ye5jc8JuyeXWgw2vMsln/xplV4aMvA==", + "version": "2.2.7", + "resolved": "https://registry.npmjs.org/hexo-blog-encrypt/-/hexo-blog-encrypt-2.2.7.tgz", + "integrity": "sha512-kxqFoq4dryrh7fPS6R5H3wu0vwKcqfYJTXfkXi+LdUpIY9eZGY5/gchTT3MLC7QER8eKpaA2hl/FEx6p730Dsg==", "requires": { "crypto-js": "^3.1.9-1", "hexo-fs": "^1.0.2", diff --git a/package.json b/package.json index 2b2bcb5bd..097858696 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "hexo": "^3.9.0", "hexo-asset-image": "^1.0.0", "hexo-baidu-url-submit": "0.0.6", - "hexo-blog-encrypt": "^2.2.3", + "hexo-blog-encrypt": "^2.2.7", "hexo-deployer-git": "^1.0.0", "hexo-filter-cleanup": "^1.2.2", "hexo-filter-sequence": "^1.0.3",