Skip to content

Commit b72c12a

Browse files
Bump handlebars from 4.1.2 to 4.7.6 in /InstabugSample
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.6. - [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.1.2...v4.7.6) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 96ada24 commit b72c12a

File tree

1 file changed

+13
-30
lines changed

1 file changed

+13
-30
lines changed

InstabugSample/yarn.lock

Lines changed: 13 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1560,7 +1560,7 @@ combined-stream@^1.0.6, combined-stream@~1.0.6:
15601560
dependencies:
15611561
delayed-stream "~1.0.0"
15621562

1563-
commander@^2.19.0, commander@~2.20.0:
1563+
commander@^2.19.0:
15641564
version "2.20.0"
15651565
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.0.tgz#d58bb2b5c1ee8f87b0d340027e9e94e222c5a422"
15661566

@@ -2561,12 +2561,13 @@ growly@^1.3.0:
25612561
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
25622562

25632563
handlebars@^4.1.2:
2564-
version "4.1.2"
2565-
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.1.2.tgz#b6b37c1ced0306b221e094fc7aca3ec23b131b67"
2564+
version "4.7.6"
2565+
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.6.tgz#d4c05c1baf90e9945f77aa68a7a219aa4a7df74e"
25662566
dependencies:
2567+
minimist "^1.2.5"
25672568
neo-async "^2.6.0"
2568-
optimist "^0.6.1"
25692569
source-map "^0.6.1"
2570+
wordwrap "^1.0.0"
25702571
optionalDependencies:
25712572
uglify-js "^3.1.4"
25722573

@@ -2756,7 +2757,7 @@ inquirer@^6.4.1:
27562757
through "^2.3.6"
27572758

27582759
instabug-reactnative@../:
2759-
version "8.7.1"
2760+
version "9.1.7"
27602761

27612762
invariant@^2.2.4:
27622763
version "2.2.4"
@@ -3936,13 +3937,9 @@ [email protected]:
39363937
version "0.0.8"
39373938
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
39383939

3939-
minimist@^1.1.1, minimist@^1.2.0:
3940-
version "1.2.0"
3941-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
3942-
3943-
minimist@~0.0.1:
3944-
version "0.0.10"
3945-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"
3940+
minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5:
3941+
version "1.2.5"
3942+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
39463943

39473944
minipass@^2.2.1, minipass@^2.3.5:
39483945
version "2.5.0"
@@ -4049,8 +4046,8 @@ [email protected]:
40494046
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb"
40504047

40514048
neo-async@^2.6.0:
4052-
version "2.6.1"
4053-
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz#ac27ada66167fa8849a6addd837f6b189ad2081c"
4049+
version "2.6.2"
4050+
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
40544051

40554052
nice-try@^1.0.4:
40564053
version "1.0.5"
@@ -4249,13 +4246,6 @@ open@^6.2.0:
42494246
dependencies:
42504247
is-wsl "^1.1.0"
42514248

4252-
optimist@^0.6.1:
4253-
version "0.6.1"
4254-
resolved "https://registry.yarnpkg.com/optimist/-/optimist-0.6.1.tgz#da3ea74686fa21a19a111c326e90eb15a0196686"
4255-
dependencies:
4256-
minimist "~0.0.1"
4257-
wordwrap "~0.0.2"
4258-
42594249
optionator@^0.8.1, optionator@^0.8.2:
42604250
version "0.8.2"
42614251
resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.2.tgz#364c5e409d3f4d6301d6c0b4c05bba50180aeb64"
@@ -5553,11 +5543,8 @@ uglify-es@^3.1.9:
55535543
source-map "~0.6.1"
55545544

55555545
uglify-js@^3.1.4:
5556-
version "3.6.0"
5557-
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.6.0.tgz#704681345c53a8b2079fb6cec294b05ead242ff5"
5558-
dependencies:
5559-
commander "~2.20.0"
5560-
source-map "~0.6.1"
5546+
version "3.10.3"
5547+
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.10.3.tgz#f0d2f99736c14de46d2d24649ba328be3e71c3bf"
55615548

55625549
55635550
version "1.0.2"
@@ -5742,10 +5729,6 @@ wordwrap@^1.0.0, wordwrap@~1.0.0:
57425729
version "1.0.0"
57435730
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
57445731

5745-
wordwrap@~0.0.2:
5746-
version "0.0.3"
5747-
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107"
5748-
57495732
wrap-ansi@^2.0.0:
57505733
version "2.1.0"
57515734
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-2.1.0.tgz#d8fc3d284dd05794fe84973caecdd1cf824fdd85"

0 commit comments

Comments
 (0)