From c1ecd763279d16b5b9cecf50466ec75b4c279f6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 May 2021 06:15:23 +0000 Subject: [PATCH 1/2] Bump ws from 7.4.5 to 7.4.6 Bumps [ws](https://github.com/websockets/ws) from 7.4.5 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.4.5...7.4.6) Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 63e4c57..d7134fa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5669,9 +5669,9 @@ write-file-atomic@^3.0.0: typedarray-to-buffer "^3.1.5" ws@^7.4.4: - version "7.4.5" - resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.5.tgz#a484dd851e9beb6fdb420027e3885e8ce48986c1" - integrity sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g== + version "7.4.6" + resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c" + integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A== xml-name-validator@^3.0.0: version "3.0.0" From e3d7a3e3b112c28f6d8b837953ba1780cfbc8eb1 Mon Sep 17 00:00:00 2001 From: Naman Goel Date: Sat, 29 May 2021 01:16:04 -0700 Subject: [PATCH 2/2] Bump patch number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a3acd4e..e9feb66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-timeago", - "version": "6.2.0", + "version": "6.2.1", "description": "A simple Time-Ago component for ReactJs", "main": "lib/index.js", "module": "es6/index.js",