Skip to content

Commit 32405a0

Browse files
dependabot-preview[bot]lynchbomb
authored andcommitted
chore(deps): [security] bump handlebars from 4.7.6 to 4.7.7
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. **This update includes a security fix.** - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) - [Commits](handlebars-lang/handlebars.js@v4.7.6...v4.7.7) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 96b9756 commit 32405a0

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

yarn.lock

+10-13
Original file line numberDiff line numberDiff line change
@@ -4559,7 +4559,7 @@ [email protected]:
45594559
dependencies:
45604560
graceful-readlink ">= 1.0.0"
45614561

4562-
commander@^2.20.0, commander@^2.6.0, commander@~2.20.3:
4562+
commander@^2.20.0, commander@^2.6.0:
45634563
version "2.20.3"
45644564
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
45654565
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
@@ -7095,9 +7095,9 @@ growly@^1.3.0:
70957095
integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=
70967096

70977097
handlebars@^4.0.4, handlebars@^4.7.3, handlebars@^4.7.4, handlebars@^4.7.6:
7098-
version "4.7.6"
7099-
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.6.tgz#d4c05c1baf90e9945f77aa68a7a219aa4a7df74e"
7100-
integrity sha512-1f2BACcBfiwAfStCKZNrUCgqNZkGsAT7UM3kkYtXuLo0KnaVfjKOyf7PRzB6++aK9STyT1Pd2ZCPe3EGOXleXA==
7098+
version "4.7.7"
7099+
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.7.tgz#9ce33416aad02dbd6c8fafa8240d5d98004945a1"
7100+
integrity sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==
71017101
dependencies:
71027102
minimist "^1.2.5"
71037103
neo-async "^2.6.0"
@@ -8794,9 +8794,9 @@ [email protected]:
87948794
integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==
87958795

87968796
neo-async@^2.6.0:
8797-
version "2.6.1"
8798-
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz#ac27ada66167fa8849a6addd837f6b189ad2081c"
8799-
integrity sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==
8797+
version "2.6.2"
8798+
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
8799+
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
88008800

88018801
nice-try@^1.0.4:
88028802
version "1.0.5"
@@ -11013,12 +11013,9 @@ uc.micro@^1.0.1, uc.micro@^1.0.5:
1101311013
integrity sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==
1101411014

1101511015
uglify-js@^3.1.4:
11016-
version "3.8.1"
11017-
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.8.1.tgz#43bb15ce6f545eaa0a64c49fd29375ea09fa0f93"
11018-
integrity sha512-W7KxyzeaQmZvUFbGj4+YFshhVrMBGSg2IbcYAjGWGvx8DHvJMclbTDMpffdxFUGPBHjIytk7KJUR/KUXstUGDw==
11019-
dependencies:
11020-
commander "~2.20.3"
11021-
source-map "~0.6.1"
11016+
version "3.13.5"
11017+
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.13.5.tgz#5d71d6dbba64cf441f32929b1efce7365bb4f113"
11018+
integrity sha512-xtB8yEqIkn7zmOyS2zUNBsYCBRhDkvlNxMMY2smuJ/qA8NCHeQvKCF3i9Z4k8FJH4+PJvZRtMrPynfZ75+CSZw==
1102211019

1102311020
underscore.string@^3.2.2, underscore.string@~3.3.4:
1102411021
version "3.3.5"

0 commit comments

Comments
 (0)