Skip to content

Commit

Permalink
chore(deps): update dependency moment to ^2.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 20, 2020
1 parent a719d66 commit 8151961
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -21,7 +21,7 @@
"test": "yarn lint && jest"
},
"dependencies": {
"moment": "^2.25.3",
"moment": "^2.26.0",
"moment-locales-webpack-plugin": "^1.2.0",
"moment-timezone": "^0.5.31",
"moment-timezone-data-webpack-plugin": "^1.3.0"
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Expand Up @@ -7360,11 +7360,16 @@ moment-timezone@^0.5.31:
dependencies:
moment ">= 2.9.0"

"moment@>= 2.9.0", moment@^2.11.2, moment@^2.25.3:
"moment@>= 2.9.0", moment@^2.11.2:
version "2.25.3"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.25.3.tgz#252ff41319cf41e47761a1a88cab30edfe9808c0"
integrity sha512-PuYv0PHxZvzc15Sp8ybUCoQ+xpyPWvjOuK72a5ovzp2LI32rJXOiIfyoFoYvG3s6EwwrdkMyWuRiEHSZRLJNdg==

moment@^2.26.0:
version "2.26.0"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.26.0.tgz#5e1f82c6bafca6e83e808b30c8705eed0dcbd39a"
integrity sha512-oIixUO+OamkUkwjhAVE18rAMfRJNsNe/Stid/gwHSOfHrOtw9EhAY2AHvdKZ/k/MggcYELFCJz/Sn2pL8b8JMw==

move-concurrently@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92"
Expand Down

0 comments on commit 8151961

Please sign in to comment.