Skip to content

Commit

Permalink
Update lodash to 4.17.10 (#13651)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta authored and youknowriad committed Mar 6, 2019
1 parent 856217b commit a396693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client-assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ function gutenberg_register_vendor_scripts() {
);
gutenberg_register_vendor_script(
'lodash',
'https://unpkg.com/lodash@4.17.5/lodash' . $suffix . '.js'
'https://unpkg.com/lodash@4.17.10/lodash' . $suffix . '.js'
);
wp_add_inline_script( 'lodash', 'window.lodash = _.noConflict();' );
gutenberg_register_vendor_script(
Expand Down

0 comments on commit a396693

Please sign in to comment.