From a4224cea4883cbeef4bceaffb8d31905f1069fd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 04:07:58 +0000 Subject: [PATCH] Bump javascript-time-ago from 2.3.12 to 2.3.13 Bumps [javascript-time-ago](https://gitlab.com/catamphetamine/javascript-time-ago) from 2.3.12 to 2.3.13. - [Release notes](https://gitlab.com/catamphetamine/javascript-time-ago/tags) - [Changelog](https://gitlab.com/catamphetamine/javascript-time-ago/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/catamphetamine/javascript-time-ago/compare/v2.3.12...v2.3.13) --- updated-dependencies: - dependency-name: javascript-time-ago dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 05516ce2..a0f2a406 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "buffer": "^6.0.3", "dompurify": "^2.3.5", "hotkeys-js": "^3.8.7", - "javascript-time-ago": "^2.3.12", + "javascript-time-ago": "^2.3.13", "mux.js": "^6.0.1", "shaka-player": "3.3.1", "stream": "^0.0.2", diff --git a/yarn.lock b/yarn.lock index 400d7587..295288ee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2405,12 +2405,12 @@ jake@^10.6.1: filelist "^1.0.1" minimatch "^3.0.4" -javascript-time-ago@^2.3.12: - version "2.3.12" - resolved "https://registry.yarnpkg.com/javascript-time-ago/-/javascript-time-ago-2.3.12.tgz#12c6cccce153d89e36b7e64c81f157570e72b1fe" - integrity sha512-GXDLkoejgc4nDE/Q0LpgFVSodq9of8bSAFXiqgVox/HSv8Gykv7YOaFpV5Nf3GeaiKiQiyYDlbghsloVce9rnA== +javascript-time-ago@^2.3.13: + version "2.3.13" + resolved "https://registry.yarnpkg.com/javascript-time-ago/-/javascript-time-ago-2.3.13.tgz#ccea41f5c07d26483e1b707c28b1ec71442ccdca" + integrity sha512-LiNqRLERXpePGLejdqjbxfMkFlwx+2RDz21Jfw/3l2mH20fTa6nAtwOFQmAK5l0SfaV7HvixJgTCxyph9VmG1Q== dependencies: - relative-time-format "^1.0.6" + relative-time-format "^1.0.7" jest-worker@^26.2.1: version "26.6.2" @@ -2813,10 +2813,10 @@ regjsparser@^0.7.0: dependencies: jsesc "~0.5.0" -relative-time-format@^1.0.6: - version "1.0.6" - resolved "https://registry.yarnpkg.com/relative-time-format/-/relative-time-format-1.0.6.tgz#4956f6aa161f63cbab8a7f2d8b2e92d7b6a888a3" - integrity sha512-voemOJLxlKun4P1fAo4PEg2WXNGjhqfE/G8Xen4gcy24Hyu/djn5bT5axmhx4MnjynoZ8f0HCOjk3RZpsY6X/g== +relative-time-format@^1.0.7: + version "1.0.7" + resolved "https://registry.yarnpkg.com/relative-time-format/-/relative-time-format-1.0.7.tgz#c88423fa3fd7ee6d0d87e4e74a9260b4f367f201" + integrity sha512-BoLPaoL5y94ngPI4iJ9mNHqRS8NA+Hjs6oYHL5UYkbnA7/iTlvJiMoQQt8txhHhc+Y3e6yXWhwTAKvsQhnx2yg== require-from-string@^2.0.2: version "2.0.2"