Skip to content

Commit

Permalink
chore: Upgrade moment to 2.29.3
Browse files Browse the repository at this point in the history
  • Loading branch information
charliecruzan-stripe committed Apr 18, 2022
1 parent 7d363ae commit 9611773
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@
],
"rules": {
"no-shadow": "off",
"@typescript-eslint/no-shadow": ["error"],
"@typescript-eslint/no-shadow": [
"error"
],
"prettier/prettier": [
"error",
{
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9356,9 +9356,9 @@ moment-timezone@^0.5.26, moment-timezone@^0.x:
moment ">= 2.9.0"

"moment@>= 2.9.0", moment@^2.24.0:
version "2.29.1"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3"
integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==
version "2.29.3"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.3.tgz#edd47411c322413999f7a5940d526de183c031f3"
integrity sha512-c6YRvhEo//6T2Jz/vVtYzqBzwvPT95JBQ+smCytzf7c50oMZRsR/a4w88aD34I+/QVSfnoAnSBFPJHItlOMJVw==

morgan@^1.9.0:
version "1.10.0"
Expand Down

0 comments on commit 9611773

Please sign in to comment.