From ee5f37ba33630b6f30e2efacadd138be0d9f43d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 06:11:42 +0000 Subject: [PATCH] fix(deps): update dependency handlebars to v4.7.7 [security] --- commands/protractor/package.json | 2 +- yarn.lock | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/commands/protractor/package.json b/commands/protractor/package.json index 425c28fb7..edb830ac0 100644 --- a/commands/protractor/package.json +++ b/commands/protractor/package.json @@ -26,7 +26,7 @@ "@after-work.js/utils": "7.0.0-alpha.1", "extend": "3.0.2", "globby": "11.0.1", - "handlebars": "4.7.6", + "handlebars": "4.7.7", "highlight.js": "10.1.2", "import-cwd": "3.0.0", "jimp": "0.16.1", diff --git a/yarn.lock b/yarn.lock index 6eee648af..8a17fd24d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6345,7 +6345,19 @@ handle-thing@^2.0.0: resolved "https://registry.yarnpkg.com/handle-thing/-/handle-thing-2.0.1.tgz#857f79ce359580c340d43081cc648970d0bb234e" integrity sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg== -handlebars@4.7.6, handlebars@^4.7.6: +handlebars@4.7.7: + 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== + dependencies: + minimist "^1.2.5" + neo-async "^2.6.0" + source-map "^0.6.1" + wordwrap "^1.0.0" + optionalDependencies: + uglify-js "^3.1.4" + +handlebars@^4.7.6: version "4.7.6" resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.6.tgz#d4c05c1baf90e9945f77aa68a7a219aa4a7df74e" integrity sha512-1f2BACcBfiwAfStCKZNrUCgqNZkGsAT7UM3kkYtXuLo0KnaVfjKOyf7PRzB6++aK9STyT1Pd2ZCPe3EGOXleXA==