Skip to content

Commit 2437ef5

Browse files
committed
External Libraries: Update the Moment library to version 2.29.4.
This is a minor bug fix release. Props dilipbheda. Fixes #56031. git-svn-id: https://develop.svn.wordpress.org/trunk@53725 602fd350-edb4-49c9-b593-d223f7449a82
1 parent e49f452 commit 2437ef5

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"jquery-hoverintent": "1.10.2",
145145
"lodash": "4.17.21",
146146
"masonry-layout": "4.2.2",
147-
"moment": "2.29.3",
147+
"moment": "2.29.4",
148148
"objectFitPolyfill": "2.3.5",
149149
"polyfill-library": "4.0.0",
150150
"react": "17.0.2",

src/wp-includes/script-loader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function wp_default_packages_vendor( $scripts ) {
106106
'react' => '17.0.1',
107107
'react-dom' => '17.0.1',
108108
'regenerator-runtime' => '0.13.9',
109-
'moment' => '2.29.3',
109+
'moment' => '2.29.4',
110110
'lodash' => '4.17.19',
111111
'wp-polyfill-fetch' => '3.6.2',
112112
'wp-polyfill-formdata' => '4.0.10',

0 commit comments

Comments
 (0)