Skip to content

Commit

Permalink
Update dependency javascript-time-ago to v2.5.10 (#332)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 7, 2024
1 parent 2a39433 commit bbfe193
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 23 deletions.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"electron-store": "8.0.1",
"express": "4.19.2",
"firebase": "9.14.0",
"javascript-time-ago": "2.5.9",
"javascript-time-ago": "2.5.10",
"mixpanel": "0.18.0",
"lodash": "4.17.21",
"node-machine-id": "1.1.12",
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dayjs": "1.11.5",
"firebase": "9.12.1",
"history": "4.10.1",
"javascript-time-ago": "2.5.7",
"javascript-time-ago": "2.5.10",
"react": "17.0.2",
"react-country-flag": "3.0.2",
"react-dom": "17.0.2",
Expand All @@ -40,7 +40,7 @@
"@testing-library/react": "12.1.2",
"@testing-library/user-event": "13.5.0",
"@types/history": "4.7.11",
"@types/javascript-time-ago": "2.0.3",
"@types/javascript-time-ago": "2.0.8",
"@types/jest": "27.0.2",
"@types/node": "^16.7.2",
"@types/react": "17.0.34",
Expand Down
28 changes: 8 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4616,10 +4616,10 @@
dependencies:
"@types/istanbul-lib-report" "*"

"@types/[email protected].3":
version "2.0.3"
resolved "https://registry.yarnpkg.com/@types/javascript-time-ago/-/javascript-time-ago-2.0.3.tgz#0cb6afd91f0a8fd876b4d7ffae1d080f2d8e8193"
integrity sha512-G6SdYh6gHxgCTU0s4cMIRHwRO4p3f7jQSZbDPfUOZpUAG1od3rTjT0e8rxGThUiTTWQHwpBRws8eHO8D2QqfkA==
"@types/[email protected].8":
version "2.0.8"
resolved "https://registry.yarnpkg.com/@types/javascript-time-ago/-/javascript-time-ago-2.0.8.tgz#e778029ce2e348edfec8671f557a0e892878d2cb"
integrity sha512-X77q3xUzWVn0qohgurKE1G5NiXZjee8VbLqaukW/HXVkz7bdCFJgOPQ3JVB4IkrDhMS4CviFTmpZuNVg0i2QFA==

"@types/jest@*", "@types/[email protected]":
version "27.0.2"
Expand Down Expand Up @@ -11184,17 +11184,10 @@ jake@^10.6.1:
filelist "^1.0.1"
minimatch "^3.0.4"

[email protected]:
version "2.5.7"
resolved "https://registry.yarnpkg.com/javascript-time-ago/-/javascript-time-ago-2.5.7.tgz#a99a77c23e2e59810da4b41b935801928e209c87"
integrity sha512-EGvh6K4hpJz0S0aZinbW2EfXDqT/JBB84HfMOFDTzGg7yjpjql9feSgtlG1JQ6b6/NkIxl+PoKSUTEMsatTuTg==
dependencies:
relative-time-format "^1.1.4"

[email protected]:
version "2.5.9"
resolved "https://registry.yarnpkg.com/javascript-time-ago/-/javascript-time-ago-2.5.9.tgz#3c5d8012cd493d764c6b26a0ffe6e8b20afcf1fe"
integrity sha512-pQ8mNco/9g9TqWXWWjP0EWl6i/lAQScOyEeXy5AB+f7MfLSdgyV9BJhiOD1zrIac/lrxPYOWNbyl/IW8CW5n0A==
[email protected]:
version "2.5.10"
resolved "https://registry.yarnpkg.com/javascript-time-ago/-/javascript-time-ago-2.5.10.tgz#f1c188496203a1aa37318276703a2ebd2941c1b1"
integrity sha512-EUxp4BP74QH8xiYHyeSHopx1XhMMJ9qEX4rcBdFtpVWmKRdzpxbNzz2GSbuekZr5wt0rmLehuyp0PE34EAJT9g==
dependencies:
relative-time-format "^1.1.6"

Expand Down Expand Up @@ -16040,11 +16033,6 @@ relateurl@^0.2.7:
resolved "https://registry.yarnpkg.com/relateurl/-/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9"
integrity sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=

relative-time-format@^1.1.4:
version "1.1.4"
resolved "https://registry.yarnpkg.com/relative-time-format/-/relative-time-format-1.1.4.tgz#50c308a482985333a13df119b1ff2763e3eb0685"
integrity sha512-WRWEDEZFTD/95oYMd58kzlYHI6QzexMpPkxvi4/P+NLdzli/tteNonmAa5jYLm8ehJVTGiM2siNg7i1Dkn/gDw==

relative-time-format@^1.1.6:
version "1.1.6"
resolved "https://registry.yarnpkg.com/relative-time-format/-/relative-time-format-1.1.6.tgz#724a5fbc3794b8e0471b6b61419af2ce699eb9f1"
Expand Down

0 comments on commit bbfe193

Please sign in to comment.