Build/Test Tools: Update package-lock.json file with several package updates.

These updates result from running `npm install`.

Also, update the version of `grunt-patch-wordpress` in the lock file from `3.0.0` to `3.0.1`.

See #51801.
Built from https://develop.svn.wordpress.org/trunk@49780


git-svn-id: http://core.svn.wordpress.org/trunk@49503 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2020-12-09 19:33:06 +00:00
parent 2e90ec8789
commit e9feb6fca3

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.7-alpha-49779';
$wp_version = '5.7-alpha-49780';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.