Skip to content

Commit

Permalink
Framework: Bump Lodash dependencies to 4.17.14 (#16567)
Browse files Browse the repository at this point in the history
* Framework: Refresh package-lock.json by latest NPM

See: https://github.com/WordPress/gutenberg/pull/16404/files#r303057081

* Framework: Bump Lodash to 4.17.4 for all packages

* Framework: Pin vulnerable dependencies to updated minors
  • Loading branch information
aduth authored Jul 12, 2019
1 parent 69bc538 commit 174b8f2
Show file tree
Hide file tree
Showing 32 changed files with 139 additions and 117 deletions.
7 changes: 7 additions & 0 deletions lib/client-assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,13 @@ function gutenberg_register_vendor_scripts() {
'https://unpkg.com/[email protected]/umd/react-dom' . $react_suffix . '.js',
array( 'react' )
);

// TODO: This is necessarily only so long as core ships with v4.17.11, and
// can be removed at such time a newer version is available.
gutenberg_register_vendor_script(
'lodash',
'https://unpkg.com/[email protected]/lodash' . $suffix . '.js'
);
}

/**
Expand Down
Loading

0 comments on commit 174b8f2

Please sign in to comment.