diff --git a/package.json b/package.json index 8b4241dd8..d992c44db 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "mac-screen-capture-permissions": "2.0.0", "memoizee": "0.4.14", "mkdirp": "0.5.2", - "moment": "2.29.1", + "moment": "2.29.2", "mustache": "2.3.0", "node-fetch": "2.6.7", "node-forge": "1.3.0", diff --git a/ts/util/lint/exceptions.json b/ts/util/lint/exceptions.json index 0549221b7..fa80c7186 100644 --- a/ts/util/lint/exceptions.json +++ b/ts/util/lint/exceptions.json @@ -4507,6 +4507,12 @@ "reasonCategory": "falseMatch", "updated": "2021-05-07T01:39:53.992Z" }, + { + "rule": "jQuery-$(", + "path": "node_modules/moment/min/moment-with-locales.min.js", + "reasonCategory": "falseMatch", + "updated": "2022-04-11T17:11:47.521Z" + }, { "rule": "jQuery-insertBefore(", "path": "node_modules/neo-async/async.js", diff --git a/yarn.lock b/yarn.lock index 47d8e8f91..7a9dcb8f6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10465,10 +10465,10 @@ mocha@9.1.3, mocha@^9.1.1: yargs-parser "20.2.4" yargs-unparser "2.0.0" -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== +moment@2.29.2: + version "2.29.2" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.2.tgz#00910c60b20843bcba52d37d58c628b47b1f20e4" + integrity sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg== move-concurrently@^1.0.1: version "1.0.1"