From 867a4b02dd0ae1fb0f588cc41914e9ba7ee87949 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 11 Sep 2023 03:07:57 +0000 Subject: [PATCH] fix: upgrade hoek from 6.1.2 to 6.1.3 Snyk has created this PR to upgrade hoek from 6.1.2 to 6.1.3. See this package in npm: See this project in Snyk: https://app.snyk.io/org/mayank1513/project/e44ef50e-bdca-4e12-bcba-1ef7a61c8309?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b88a44c727..5faa942708 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "hexo-renderer-marked": "^0.3.2", "hexo-renderer-stylus": "^2.1.0", "hexo-server": "^3.0.0", - "hoek": "^6.1.2", + "hoek": "^6.1.3", "js-yaml": "^4.1.0" } } diff --git a/yarn.lock b/yarn.lock index a6571d151b..3761fbb7a1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -689,10 +689,10 @@ highlight.js@^9.4.0: resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.18.5.tgz#d18a359867f378c138d6819edfc2a8acd5f29825" integrity sha512-a5bFyofd/BHCX52/8i8uJkjr9DYwXIPnM/plwI6W7ezItLGqzt7X2G2nXuYSfsIJdkwwj/g9DG1LkcGJI/dDoA== -hoek@^6.1.2: - version "6.1.2" - resolved "https://registry.yarnpkg.com/hoek/-/hoek-6.1.2.tgz#99e6d070561839de74ee427b61aa476bd6bddfd6" - integrity sha512-6qhh/wahGYZHFSFw12tBbJw5fsAhhwrrG/y3Cs0YMTv2WzMnL0oLPnQJjv1QJvEfylRSOFuP+xCu+tdx0tD16Q== +hoek@^6.1.3: + version "6.1.3" + resolved "https://registry.yarnpkg.com/hoek/-/hoek-6.1.3.tgz#73b7d33952e01fe27a38b0457294b79dd8da242c" + integrity sha512-YXXAAhmF9zpQbC7LEcREFtXfGq5K1fmd+4PHkBq8NUqmzW3G+Dq10bI/i0KucLRwss3YYFQ0fSfoxBZYiGUqtQ== html-entities@^1.2.0: version "1.2.1"