From 1fa7e2a432bc26b021c98e0c958fd9e0e56f3824 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 04:08:50 +0000 Subject: [PATCH] Bump javascript-time-ago from 2.5.1 to 2.5.2 Bumps [javascript-time-ago](https://gitlab.com/catamphetamine/javascript-time-ago) from 2.5.1 to 2.5.2. - [Release notes](https://gitlab.com/catamphetamine/javascript-time-ago/tags) - [Changelog](https://gitlab.com/catamphetamine/javascript-time-ago/blob/main/CHANGELOG.md) - [Commits](https://gitlab.com/catamphetamine/javascript-time-ago/compare/v2.5.1...v2.5.2) --- 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 709c33ec..db9ee31c 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "buffer": "^6.0.3", "dompurify": "^2.3.8", "hotkeys-js": "^3.9.3", - "javascript-time-ago": "^2.5.1", + "javascript-time-ago": "^2.5.2", "mux.js": "^6.0.1", "shaka-player": "4.0.1", "stream": "^0.0.2", diff --git a/yarn.lock b/yarn.lock index 13a3cf0e..7fcf793e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2478,12 +2478,12 @@ jake@^10.8.5: filelist "^1.0.1" minimatch "^3.0.4" -javascript-time-ago@^2.5.1: - version "2.5.1" - resolved "https://registry.yarnpkg.com/javascript-time-ago/-/javascript-time-ago-2.5.1.tgz#b91c6e780d1f62f60ce3529f81d064986cb1a142" - integrity sha512-jB5PlImQRpWoniY+lMzb4cLaU878yHkNSU6heB9gIdNBYqZmu9NuVlLyeI82cvtzv4pLuF8Xo9giVo2YIC9L0w== +javascript-time-ago@^2.5.2: + version "2.5.2" + resolved "https://registry.yarnpkg.com/javascript-time-ago/-/javascript-time-ago-2.5.2.tgz#7a3768e4b98a7c42d0fedb13aeedeaa7b40d857d" + integrity sha512-YvVhsRDwfwoA11ODy+Rp1j9OBPVTH9K59BwIOk14fsSoNWPaSgtCmWqtIOs6sqqRKdsFMhts6thTnfjVNeh2jg== dependencies: - relative-time-format "^1.0.8" + relative-time-format "^1.1.2" jest-worker@^26.2.1: version "26.6.2" @@ -2913,10 +2913,10 @@ regjsparser@^0.8.2: dependencies: jsesc "~0.5.0" -relative-time-format@^1.0.8: - version "1.1.1" - resolved "https://registry.yarnpkg.com/relative-time-format/-/relative-time-format-1.1.1.tgz#5082dcc5becaa2d178ecc50d05d01a14fab23209" - integrity sha512-Gj3cF5mOYANOq9pbgO4xEXbyfB2nFqUBwe15ficeAwXE6EaTX/nBR1MnuIpQO6mqTL4BqH22Lg2AbnNGxobMDQ== +relative-time-format@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/relative-time-format/-/relative-time-format-1.1.2.tgz#65d811ffbfdafc1c6ca7f311a8fac97cb0e5c7f0" + integrity sha512-sMNgiPKLIJb+jeB44YEkgGC5ngyFnLs0gAEdwARV8f501B0w8qJNtIEGcdikWeX5xVgqP7JwJICAZPqW4J9/vg== require-from-string@^2.0.2: version "2.0.2"