From 02b9ca16b8f60338ec902bc7b6e3480c1953ed1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2020 04:23:37 +0000 Subject: [PATCH] Bump swr from 0.3.1 to 0.3.2 Bumps [swr](https://github.com/vercel/swr) from 0.3.1 to 0.3.2. - [Release notes](https://github.com/vercel/swr/releases) - [Commits](https://github.com/vercel/swr/compare/0.3.1...0.3.2) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5d1ed48..11a9836 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23141,9 +23141,9 @@ } }, "swr": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/swr/-/swr-0.3.1.tgz", - "integrity": "sha512-g9JrXXMo54CSc+DU+KS0S8+5r6cpeBmBmVLhCu23ifQL9u0KKirkJpNX3Za3eOttmUuRQLXA8N1YPpoc8ejdpA==", + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/swr/-/swr-0.3.2.tgz", + "integrity": "sha512-Bs5Bihq1hQ66O5bdKaL47iZ2nlAaBsd8tTLRLkw9stZeuBEfH7zSuQI95S2TpchL0ybsMq3isWwuso2uPvCfHA==", "requires": { "fast-deep-equal": "2.0.1" }, diff --git a/package.json b/package.json index 0462c94..a3a4340 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "ethjs": "^0.4.0", "ms": "^2.1.2", "shortid": "^2.2.15", - "swr": "^0.3.1" + "swr": "^0.3.2" }, "devDependencies": { "@babel/core": "^7.11.4",