From d6208ba799785d893b12af52b98c641ff5e0a72b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 00:16:37 +0000 Subject: [PATCH] chore(deps): bump @loadable/component from 5.15.2 to 5.15.3 (#3238) Bumps [@loadable/component](https://github.com/gregberge/loadable-components) from 5.15.2 to 5.15.3. - [Release notes](https://github.com/gregberge/loadable-components/releases) - [Changelog](https://github.com/gregberge/loadable-components/blob/main/CHANGELOG.md) - [Commits](https://github.com/gregberge/loadable-components/compare/v5.15.2...v5.15.3) --- updated-dependencies: - dependency-name: "@loadable/component" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] 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 9bee3a10d93..a9703a1bc6e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@fortawesome/fontawesome-svg-core": "^6.2.1", "@fortawesome/free-solid-svg-icons": "^6.2.1", "@fortawesome/react-fontawesome": "^0.2.0", - "@loadable/component": "^5.15.2", + "@loadable/component": "^5.15.3", "@reach/router": "^1.3.4", "date-fns": "^2.29.3", "fs-extra": "^10.1.0", diff --git a/yarn.lock b/yarn.lock index 1613d7a709e..d2a8ecbcad9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2579,10 +2579,10 @@ resolved "https://registry.yarnpkg.com/@lmdb/lmdb-win32-x64/-/lmdb-win32-x64-2.5.3.tgz#c72e8b6faae31d925d23a6db0379cc3fe0216fdd" integrity sha512-cK+Elf3RjEzrm3SerAhrFWL5oQAsZSJ/LmjL1joIpTfEP1etJJ9CTRvdaV6XLYAxaEkfdhk/9hOvHLbR9yIhCA== -"@loadable/component@^5.15.2": - version "5.15.2" - resolved "https://registry.yarnpkg.com/@loadable/component/-/component-5.15.2.tgz#b6c418d592e0a64f16b1d614ca9d3b1443d3b498" - integrity sha512-ryFAZOX5P2vFkUdzaAtTG88IGnr9qxSdvLRvJySXcUA4B4xVWurUNADu3AnKPksxOZajljqTrDEDcYjeL4lvLw== +"@loadable/component@^5.15.3": + version "5.15.3" + resolved "https://registry.yarnpkg.com/@loadable/component/-/component-5.15.3.tgz#7de7dcbdbf3db3799bf48d58cfcbae7a18d1818c" + integrity sha512-VOgYgCABn6+/7aGIpg7m0Ruj34tGetaJzt4bQ345FwEovDQZ+dua+NWLmuJKv8rWZyxOUSfoJkmGnzyDXH2BAQ== dependencies: "@babel/runtime" "^7.7.7" hoist-non-react-statics "^3.3.1"