Skip to content

Commit

Permalink
Merge pull request #8237 from rajeshkumaravel/release-4.10.2
Browse files Browse the repository at this point in the history
Issue #SB-30710 fix: Reverted moment npm version
  • Loading branch information
rajeshkumaravel authored Aug 17, 2022
2 parents 9d22c81 + 9774c82 commit 935af3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/app/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"lodash-es": "^4.17.15",
"marked": "1.1.1",
"md5": "2.2.1",
"moment": "2.24.0",
"moment": "2.29.1",
"moment-duration-format": "2.3.2",
"ng-recaptcha": "^5.0.0",
"ng-svg-editor": "0.0.24",
Expand Down Expand Up @@ -162,6 +162,6 @@
"typescript": "~4.0.8"
},
"resolutions": {
"moment": "2.24.0"
"moment": "2.29.1"
}
}
8 changes: 4 additions & 4 deletions src/app/client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10101,10 +10101,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/moment-duration-format/-/moment-duration-format-2.3.2.tgz#5fa2b19b941b8d277122ff3f87a12895ec0d6212"
integrity sha512-cBMXjSW+fjOb4tyaVHuaVE/A5TqkukDWiOfxxAjY+PEqmmBQlLwn+8OzwPiG3brouXKY5Un4pBjAeB6UToXHaQ==

moment@2.24.0, moment@^2.10.2, moment@^2.29.1:
version "2.24.0"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.24.0.tgz#0d055d53f5052aa653c9f6eb68bb5d12bf5c2b5b"
integrity sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==
moment@2.29.1, moment@^2.10.2, 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"
Expand Down

0 comments on commit 935af3a

Please sign in to comment.