Bump javascript-time-ago from 2.5.2 to 2.5.3

Bumps [javascript-time-ago](https://gitlab.com/catamphetamine/javascript-time-ago) from 2.5.2 to 2.5.3.
- [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.2...v2.5.3)

---
updated-dependencies:
- dependency-name: javascript-time-ago
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-05-24 04:07:38 +00:00 committed by Kavin
parent 6bc482af9e
commit 23b834b854
2 changed files with 10 additions and 10 deletions

View File

@ -16,7 +16,7 @@
"buffer": "^6.0.3",
"dompurify": "^2.3.8",
"hotkeys-js": "^3.9.4",
"javascript-time-ago": "^2.5.2",
"javascript-time-ago": "^2.5.3",
"mux.js": "^6.0.1",
"shaka-player": "4.0.1",
"stream": "^0.0.2",

View File

@ -2478,12 +2478,12 @@ jake@^10.8.5:
filelist "^1.0.1"
minimatch "^3.0.4"
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==
javascript-time-ago@^2.5.3:
version "2.5.3"
resolved "https://registry.yarnpkg.com/javascript-time-ago/-/javascript-time-ago-2.5.3.tgz#ccb612b82cb45433beec3d8933e976320ad1d325"
integrity sha512-SBObZZXFS6vHzDwi36/EFemDZ2xhaAhF5KLPTNmrnKKkIoUWPkAQg4UPvos6ZqGqmLmM20+7hJOttdQnCl5LqA==
dependencies:
relative-time-format "^1.1.2"
relative-time-format "^1.1.3"
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.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==
relative-time-format@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/relative-time-format/-/relative-time-format-1.1.3.tgz#c07873cf92f3cd580424079f8f8cbfab1c90d0a4"
integrity sha512-DVOwINR+xABcp7IPJk/kMXbafU5/VbaHJ2hm5Kg60KZlVLKLrMBzIYZrqqm4wgDkTz4Yn38WY+ATij0Flq+p3g==
require-from-string@^2.0.2:
version "2.0.2"