External Libraries: Update Moment.js to version 2.27.0.

A full list of changes in this update can be found on GitHub: https://github.com/moment/moment/compare/2.26.0...2.27.0

Props hareesh-pillai, desrosj.
Previously [48075].
Fixes #50408.

git-svn-id: https://develop.svn.wordpress.org/trunk@48269 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2020-07-01 20:27:51 +00:00
parent 35e7658df8
commit ebc856482e
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -17795,9 +17795,9 @@
}
},
"moment": {
"version": "2.26.0",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.26.0.tgz",
"integrity": "sha512-oIixUO+OamkUkwjhAVE18rAMfRJNsNe/Stid/gwHSOfHrOtw9EhAY2AHvdKZ/k/MggcYELFCJz/Sn2pL8b8JMw=="
"version": "2.27.0",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.27.0.tgz",
"integrity": "sha512-al0MUK7cpIcglMv3YF13qSgdAIqxHTO7brRtaz3DlSULbqfazqkc5kEjNrLDOM7fsjshoFIihnU8snrP7zUvhQ=="
},
"moment-timezone": {
"version": "0.5.31",

View File

@ -138,7 +138,7 @@
"jquery-ui": "https://github.com/jquery/jquery-ui/archive/1.11.4.tar.gz",
"lodash": "4.17.15",
"masonry-layout": "4.2.2",
"moment": "2.26.0",
"moment": "2.27.0",
"polyfill-library": "3.42.0",
"react": "16.9.0",
"react-dom": "16.9.0",