diff --git a/package.json b/package.json index a7a8cbea3..71af9f5ef 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "lru-cache": "6.0.0", "memoizee": "0.4.14", "mkdirp": "0.5.2", - "moment": "2.21.0", + "moment": "2.29.1", "mustache": "2.3.0", "node-fetch": "2.6.1", "node-forge": "0.10.0", diff --git a/ts/util/lint/exceptions.json b/ts/util/lint/exceptions.json index 51aea3442..2a4fe43dc 100644 --- a/ts/util/lint/exceptions.json +++ b/ts/util/lint/exceptions.json @@ -8945,6 +8945,12 @@ "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, + { + "rule": "jQuery-$(", + "path": "node_modules/moment/min/moment.min.js", + "reasonCategory": "falseMatch", + "updated": "2021-05-07T01:39:53.992Z" + }, { "rule": "jQuery-load(", "path": "node_modules/nconf/lib/nconf/provider.js", diff --git a/yarn.lock b/yarn.lock index f5f9be36e..c728838a6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12028,10 +12028,10 @@ mocha@~6.2.0: yargs-parser "13.0.0" yargs-unparser "1.5.0" -moment@2.21.0: - version "2.21.0" - resolved "https://registry.yarnpkg.com/moment/-/moment-2.21.0.tgz#2a114b51d2a6ec9e6d83cf803f838a878d8a023a" - integrity sha512-TCZ36BjURTeFTM/CwRcViQlfkMvL1/vFISuNLO5GkcVm1+QHfbSiNqZuWeMFjj1/3+uAjXswgRk30j1kkLYJBQ== +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"