diff --git a/package.json b/package.json index d17c5b1683..ad36442a45 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "blueimp-canvas-to-blob": "3.14.0", "blueimp-load-image": "2.18.0", "blurhash": "1.1.3", - "bunyan": "1.8.12", + "bunyan": "1.8.15", "classnames": "2.2.5", "config": "1.28.1", "copy-text-to-clipboard": "2.1.0", diff --git a/ts/util/lint/exceptions.json b/ts/util/lint/exceptions.json index b3f77cd459..917cf0dc40 100644 --- a/ts/util/lint/exceptions.json +++ b/ts/util/lint/exceptions.json @@ -2460,24 +2460,10 @@ "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, - { - "rule": "jQuery-$(", - "path": "node_modules/bunyan/node_modules/moment/min/locales.min.js", - "lineNumber": 75, - "reasonCategory": "falseMatch", - "updated": "2018-09-19T21:59:32.770Z" - }, - { - "rule": "jQuery-$(", - "path": "node_modules/bunyan/node_modules/moment/min/moment-with-locales.min.js", - "lineNumber": 1, - "reasonCategory": "falseMatch", - "updated": "2018-09-19T21:59:32.770Z" - }, { "rule": "jQuery-$(", "path": "node_modules/bunyan/node_modules/moment/min/moment.min.js", - "lineNumber": 6, + "lineNumber": 1, "reasonCategory": "falseMatch", "updated": "2018-09-19T21:59:32.770Z" }, diff --git a/yarn.lock b/yarn.lock index 5d1cbaa06e..4ddcf5ebd1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4495,13 +4495,13 @@ builtin-status-codes@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8" -bunyan@1.8.12: - version "1.8.12" - resolved "https://registry.yarnpkg.com/bunyan/-/bunyan-1.8.12.tgz#f150f0f6748abdd72aeae84f04403be2ef113797" - integrity sha1-8VDw9nSKvdcq6uhPBEA74u8RN5c= +bunyan@1.8.15: + version "1.8.15" + resolved "https://registry.yarnpkg.com/bunyan/-/bunyan-1.8.15.tgz#8ce34ca908a17d0776576ca1b2f6cbd916e93b46" + integrity sha512-0tECWShh6wUysgucJcBAoYegf3JJoZWibxdqhTm7OHPeT42qdjkZ29QCMcKwbgU1kiH+auSIasNRXMLWXafXig== optionalDependencies: dtrace-provider "~0.8" - moment "^2.10.6" + moment "^2.19.3" mv "~2" safe-json-stringify "~1" @@ -11083,9 +11083,10 @@ moment@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.10.6: - version "2.18.1" - resolved "https://registry.yarnpkg.com/moment/-/moment-2.18.1.tgz#c36193dd3ce1c2eed2adb7c802dbbc77a81b1c0f" +moment@^2.19.3: + 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"