Skip to content

Commit

Permalink
chore(deps): update dependency moment to ^2.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 28, 2020
1 parent a719d66 commit 65f7e70
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.29.1",
"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.29.1:
version "2.29.1"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3"
integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==

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 65f7e70

Please sign in to comment.