From 2b578c4e97d68eb2ae75cd61f387364ce1c74a59 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Aug 2023 15:35:40 +0000 Subject: [PATCH] fix: upgrade handlebars from 4.7.7 to 4.7.8 Snyk has created this PR to upgrade handlebars from 4.7.7 to 4.7.8. See this package in npm: See this project in Snyk: https://app.snyk.io/org/joeworkman/project/f4544a25-eeb6-4d5d-a05e-e6d4755c501d?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 16 ++++++++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index bba57ac..139ebab 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "dependencies": { "cheerio": "^1.0.0-rc.2", - "handlebars": "^4.5.3", + "handlebars": "^4.7.8", "highlight.js": "^9.16.2", "inky": "^1.4.1", "js-beautify": "^1.14.4", diff --git a/yarn.lock b/yarn.lock index c2ecf76..7030a90 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3553,7 +3553,7 @@ gulplog@^1.0.0: dependencies: glogg "^1.0.0" -handlebars@^4.0.5, handlebars@^4.1.2, handlebars@^4.5.3: +handlebars@^4.0.5, handlebars@^4.1.2: version "4.7.7" resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.7.tgz#9ce33416aad02dbd6c8fafa8240d5d98004945a1" integrity sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA== @@ -3565,6 +3565,18 @@ handlebars@^4.0.5, handlebars@^4.1.2, handlebars@^4.5.3: optionalDependencies: uglify-js "^3.1.4" +handlebars@^4.7.8: + version "4.7.8" + resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.8.tgz#41c42c18b1be2365439188c77c6afae71c0cd9e9" + integrity sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ== + dependencies: + minimist "^1.2.5" + neo-async "^2.6.2" + source-map "^0.6.1" + wordwrap "^1.0.0" + optionalDependencies: + uglify-js "^3.1.4" + har-schema@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92" @@ -5195,7 +5207,7 @@ negotiator@0.6.2: resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb" integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw== -neo-async@^2.6.0: +neo-async@^2.6.0, neo-async@^2.6.2: version "2.6.2" resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f" integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==