From bf357e504d6f5a51cad52363624261cfcdc8d30e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 06:37:08 +0000 Subject: [PATCH] Bump swr from 0.4.2 to 0.5.3 in /nextjs Bumps [swr](https://github.com/vercel/swr) from 0.4.2 to 0.5.3. - [Release notes](https://github.com/vercel/swr/releases) - [Commits](https://github.com/vercel/swr/compare/0.4.2...0.5.3) Signed-off-by: dependabot[bot] --- nextjs/package.json | 2 +- nextjs/yarn.lock | 15 ++++----------- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/nextjs/package.json b/nextjs/package.json index 6309a893..07274c2a 100644 --- a/nextjs/package.json +++ b/nextjs/package.json @@ -19,7 +19,7 @@ "react-dom": "^17.0.1", "react-markdown": "^5.0.3", "remark-unwrap-images": "^2.0.0", - "swr": "^0.4.2", + "swr": "^0.5.3", "tailwindcss": "^2.0.3" }, "devDependencies": { diff --git a/nextjs/yarn.lock b/nextjs/yarn.lock index 34100c18..854a12f5 100644 --- a/nextjs/yarn.lock +++ b/nextjs/yarn.lock @@ -792,11 +792,6 @@ depd@~1.1.2: resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9" integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= -dequal@2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/dequal/-/dequal-2.0.2.tgz#85ca22025e3a87e65ef75a7a437b35284a7e319d" - integrity sha512-q9K8BlJVxK7hQYqa6XISGmBZbtQQWVXSrRrWreHC94rMt1QL/Impruc+7p2CYSYuVIUr+YCt6hjrs1kkdJRTug== - des.js@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/des.js/-/des.js-1.0.1.tgz#5382142e1bdc53f85d86d53e5f4aa7deb91e0843" @@ -2496,12 +2491,10 @@ supports-color@^7.1.0: dependencies: has-flag "^4.0.0" -swr@^0.4.2: - version "0.4.2" - resolved "https://registry.yarnpkg.com/swr/-/swr-0.4.2.tgz#4a9ed5e9948088af145c79d716d294cb99712a29" - integrity sha512-SKGxcAfyijj/lE5ja5zVMDqJNudASH3WZPRUakDVOePTM18FnsXgugndjl9BSRwj+jokFCulMDe7F2pQL+VhEw== - dependencies: - dequal "2.0.2" +swr@^0.5.3: + version "0.5.3" + resolved "https://registry.yarnpkg.com/swr/-/swr-0.5.3.tgz#7290a9a61329d930583ef365317e636b8dbaa8bb" + integrity sha512-RUE3RWn3jt9e4qLPat2A9vbHG/5N6konsc27xKjE65jFSiGv0P7HLD8IGvwAv6DRKktL7Od2UcayX0plKb2awg== tailwindcss@^2.0.3: version "2.0.3"