Skip to content

Commit

Permalink
Bump moment version (#240)
Browse files Browse the repository at this point in the history
merge
  • Loading branch information
Findeton committed Aug 18, 2022
1 parent ea1c7be commit 7514932
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/libCommon-v6.1.5.js
Original file line number Diff line number Diff line change
Expand Up @@ -10332,7 +10332,7 @@ function(window, angular) {
return secondStr && result.push(parseInt(secondStr, 10)), result;
}
function configFromRFC2822(config) {
var obsOffset, hm, m = rfc2822.exec(config._i.replace(/\([^)]*\)|[\n\t]/g, " ").replace(/(\s\s+)/g, " ").replace(/^\s\s*/, "").replace(/\s\s*$/, ""));
var obsOffset, hm, m = rfc2822.exec(config._i.replace(/\([^()]*\)|[\n\t]/g, " ").replace(/(\s\s+)/g, " ").replace(/^\s\s*/, "").replace(/\s\s*$/, ""));
m ? (hm = extractFromRFC2822Strings(m[4], m[3], m[2], m[5], m[6], m[7]), function(weekdayStr, parsedInput, config) {
return !weekdayStr || defaultLocaleWeekdaysShort.indexOf(weekdayStr) === new Date(parsedInput[0], parsedInput[1], parsedInput[2]).getDay() || (getParsingFlags(config).weekdayMismatch = !0,
void (config._isValid = !1));
Expand Down Expand Up @@ -11374,7 +11374,7 @@ function(window, angular) {
config._d = new Date(1e3 * parseFloat(input));
}), addParseToken("x", function(input, array, config) {
config._d = new Date(toInt(input));
}), hooks.version = "2.29.2", hookCallback = createLocal, hooks.fn = proto, hooks.min = function() {
}), hooks.version = "2.29.4", hookCallback = createLocal, hooks.fn = proto, hooks.min = function() {
return pickBy("isBefore", [].slice.call(arguments, 0));
}, hooks.max = function() {
return pickBy("isAfter", [].slice.call(arguments, 0));
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"less": "3.11.1",
"load-grunt-tasks": "^3.5.0",
"lodash": "^4.17.21",
"moment": "2.29.2",
"moment": "2.29.4",
"nanoscroller": "^0.8.7",
"ng-autofocus": "~0.0.1",
"ng-file-upload": "3.0.7",
Expand All @@ -82,12 +82,11 @@
"karma-ng-html2js-preprocessor": "^1.0.0"
},
"resolutions": {
"**/angular": "1.8.3",
"**/angular": "~1.8",
"**/async": "3.2.2",
"**/shelljs": ">=0.8.5",
"**/json-schema": ">=0.4.0",
"**/xmlhttprequest-ssl": "1.6.2",
"**/angular": "~1.8",
"**/ws": "7.4.6",
"**/lodash": "^4.17.21",
"**/hosted-git-info": "3.0.8",
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4005,7 +4005,12 @@ mkdirp@~1.0.4:
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==

[email protected], "moment@>=2.8.0 <3.0.0":
[email protected]:
version "2.29.4"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108"
integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==

"moment@>=2.8.0 <3.0.0":
version "2.29.2"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.2.tgz#00910c60b20843bcba52d37d58c628b47b1f20e4"
integrity sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==
Expand Down

0 comments on commit 7514932

Please sign in to comment.