Skip to content
This repository was archived by the owner on May 28, 2024. It is now read-only.

Commit 6ee2fd0

Browse files
dependabot[bot]amotarao
authored andcommitted
chore(deps): bump handlebars from 4.2.1 to 4.5.3 (#38)
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.1 to 4.5.3. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](handlebars-lang/handlebars.js@v4.2.1...v4.5.3) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1383132 commit 6ee2fd0

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

yarn.lock

+13-8
Original file line numberDiff line numberDiff line change
@@ -3080,7 +3080,7 @@ [email protected]:
30803080
resolved "https://registry.yarnpkg.com/commander/-/commander-2.17.1.tgz#bd77ab7de6de94205ceacc72f1716d29f20a77bf"
30813081
integrity sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg==
30823082

3083-
commander@^2.11.0, commander@^2.20.0, commander@~2.20.0:
3083+
commander@^2.11.0, commander@^2.20.0:
30843084
version "2.20.0"
30853085
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.0.tgz#d58bb2b5c1ee8f87b0d340027e9e94e222c5a422"
30863086
integrity sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ==
@@ -3090,6 +3090,11 @@ commander@~2.19.0:
30903090
resolved "https://registry.yarnpkg.com/commander/-/commander-2.19.0.tgz#f6198aa84e5b83c46054b94ddedbfed5ee9ff12a"
30913091
integrity sha512-6tvAOO+D6OENvRAh524Dh9jcfKTYDQAqvqezbCW82xj5X0pSrcpxtvRKHLG0yBY6SD7PSDrJaj+0AiOcKVd1Xg==
30923092

3093+
commander@~2.20.3:
3094+
version "2.20.3"
3095+
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
3096+
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
3097+
30933098
common-tags@^1.8.0:
30943099
version "1.8.0"
30953100
resolved "https://registry.yarnpkg.com/common-tags/-/common-tags-1.8.0.tgz#8e3153e542d4a39e9b10554434afaaf98956a937"
@@ -5100,9 +5105,9 @@ handle-thing@^2.0.0:
51005105
integrity sha512-d4sze1JNC454Wdo2fkuyzCr6aHcbL6PGGuFAz0Li/NcOm1tCHGnWDRmJP85dh9IhQErTc2svWFEX5xHIOo//kQ==
51015106

51025107
handlebars@^4.1.2:
5103-
version "4.2.1"
5104-
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.2.1.tgz#dc69c0e61604224f0c23b38b5b6741db210b57da"
5105-
integrity sha512-bqPIlDk06UWbVEIFoYj+LVo42WhK96J+b25l7hbFDpxrOXMphFM3fNIm+cluwg4Pk2jiLjWU5nHQY7igGE75NQ==
5108+
version "4.5.3"
5109+
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.5.3.tgz#5cf75bd8714f7605713511a56be7c349becb0482"
5110+
integrity sha512-3yPecJoJHK/4c6aZhSvxOyG4vJKDshV36VHp0iVCDVh7o9w2vwi3NSnL2MMPj3YdduqaBcu7cGbggJQM0br9xA==
51065111
dependencies:
51075112
neo-async "^2.6.0"
51085113
optimist "^0.6.1"
@@ -10773,11 +10778,11 @@ [email protected]:
1077310778
source-map "~0.6.1"
1077410779

1077510780
uglify-js@^3.1.4:
10776-
version "3.6.0"
10777-
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.6.0.tgz#704681345c53a8b2079fb6cec294b05ead242ff5"
10778-
integrity sha512-W+jrUHJr3DXKhrsS7NUVxn3zqMOFn0hL/Ei6v0anCIMoKC93TjcflTagwIHLW7SfMFfiQuktQyFVCFHGUE0+yg==
10781+
version "3.7.3"
10782+
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.7.3.tgz#f918fce9182f466d5140f24bb0ff35c2d32dcc6a"
10783+
integrity sha512-7tINm46/3puUA4hCkKYo4Xdts+JDaVC9ZPRcG8Xw9R4nhO/gZgUM3TENq8IF4Vatk8qCig4MzP/c8G4u2BkVQg==
1077910784
dependencies:
10780-
commander "~2.20.0"
10785+
commander "~2.20.3"
1078110786
source-map "~0.6.1"
1078210787

1078310788
unicode-canonical-property-names-ecmascript@^1.0.4:

0 commit comments

Comments
 (0)