From 08f363f2eb77f6ad9ecfd61aa5542f06cfa6cba4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 15:27:23 -0400 Subject: [PATCH] Bump react-refresh from 0.12.0 to 0.13.0 (#5558) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 143c0431a3..ac3960e14e 100644 --- a/package.json +++ b/package.json @@ -388,7 +388,7 @@ "postcss-loader": "^6.2.1", "randomcolor": "^0.6.2", "react-beautiful-dnd": "^13.1.0", - "react-refresh": "^0.12.0", + "react-refresh": "^0.13.0", "react-refresh-typescript": "^2.0.5", "react-router-dom": "^5.3.3", "react-select": "^5.3.2", diff --git a/yarn.lock b/yarn.lock index fc3c74b964..b9b8822ead 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10931,10 +10931,10 @@ react-refresh-typescript@^2.0.5: resolved "https://registry.yarnpkg.com/react-refresh-typescript/-/react-refresh-typescript-2.0.5.tgz#8b0a3879be5cfb6e1f316e5315d605e587b20a98" integrity sha512-TlcxF9VMBBS8dHvMD+3dklgArXeIhjbtT7R09ycsXvhPPYmv70J67kiGT8mxe6/tYzkql9aCHaZAY6QYdutLdw== -react-refresh@^0.12.0: - version "0.12.0" - resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.12.0.tgz#28ac0a2c30ef2bb3433d5fd0621e69a6d774c3a4" - integrity sha512-suLIhrU2IHKL5JEKR/fAwJv7bbeq4kJ+pJopf77jHwuR+HmJS/HbrPIGsTBUVfw7tXPOmYv7UJ7PCaN49e8x4A== +react-refresh@^0.13.0: + version "0.13.0" + resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.13.0.tgz#cbd01a4482a177a5da8d44c9755ebb1f26d5a1c1" + integrity sha512-XP8A9BT0CpRBD+NYLLeIhld/RqG9+gktUjW1FkE+Vm7OCinbG1SshcK5tb9ls4kzvjZr9mOQc7HYgBngEyPAXg== react-router-dom@^5.3.3: version "5.3.3"