From fa6e7448fe2129b08fb07a8c2eeed9a3be1d5fa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 23:02:52 +0000 Subject: [PATCH] chore(deps): bump @loadable/component and @types/loadable__component Bumps [@loadable/component](https://github.com/gregberge/loadable-components) and [@types/loadable__component](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/loadable__component). These dependencies needed to be updated together. Updates `@loadable/component` from 5.15.0 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.0...v5.15.3) Updates `@types/loadable__component` from 5.13.4 to 5.13.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/loadable__component) --- updated-dependencies: - dependency-name: "@loadable/component" dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: "@types/loadable__component" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../gatsby-theme-jamfire-conference/package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/gatsby-theme-jamfire-conference/package.json b/packages/gatsby-theme-jamfire-conference/package.json index b8db0646..17e8b446 100644 --- a/packages/gatsby-theme-jamfire-conference/package.json +++ b/packages/gatsby-theme-jamfire-conference/package.json @@ -33,7 +33,7 @@ "react-dom": "^17.0.1" }, "dependencies": { - "@loadable/component": "^5.15.0", + "@loadable/component": "^5.15.3", "@reach/router": "^1.3.4", "@supercharge/request-ip": "^1.1.2", "axios": "^0.24.0", @@ -98,7 +98,7 @@ "@graphql-codegen/typescript-operations": "^2.1.7", "@netlify/plugin-gatsby": "^1.0.3", "@types/leaflet": "^1.7.3", - "@types/loadable__component": "^5.13.3", + "@types/loadable__component": "^5.13.5", "@types/luxon": "^2.0.5", "@types/markdown-it": "^12.0.3", "@types/reach__router": "^1.3.7", diff --git a/yarn.lock b/yarn.lock index f171ff5f..8f8b042a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3327,10 +3327,10 @@ dependencies: "@babel/plugin-syntax-dynamic-import" "^7.7.4" -"@loadable/component@^5.15.0": - version "5.15.0" - resolved "https://registry.yarnpkg.com/@loadable/component/-/component-5.15.0.tgz#48b9524237be553f48b158f8c9152593f3f3fded" - integrity sha512-g63rQzypPOZi0BeGsK4ST2MYhsFR+i7bhL8k/McUoWDNMDuTTdUlQ2GACKxqh5sI/dNC/6nVoPrycMnSylnAgQ== +"@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" @@ -4045,10 +4045,10 @@ resolved "https://registry.yarnpkg.com/@types/linkify-it/-/linkify-it-3.0.2.tgz#fd2cd2edbaa7eaac7e7f3c1748b52a19143846c9" integrity sha512-HZQYqbiFVWufzCwexrvh694SOim8z2d+xJl5UNamcvQFejLY/2YUtzXHYi3cHdI7PMlS8ejH2slRAOJQ32aNbA== -"@types/loadable__component@^5.13.3": - version "5.13.4" - resolved "https://registry.yarnpkg.com/@types/loadable__component/-/loadable__component-5.13.4.tgz#a4646b2406b1283efac1a9d9485824a905b33d4a" - integrity sha512-YhoCCxyuvP2XeZNbHbi8Wb9EMaUJuA2VGHxJffcQYrJKIKSkymJrhbzsf9y4zpTmr5pExAAEh5hbF628PAZ8Dg== +"@types/loadable__component@^5.13.5": + version "5.13.5" + resolved "https://registry.yarnpkg.com/@types/loadable__component/-/loadable__component-5.13.5.tgz#8e9e40e4381fbfb0e6475f926039a5d7d8849bf5" + integrity sha512-YMpOC3hkzuLKi0ZBRn1LFglw4cDP70cGeQ9ZXBh5mYCLo+dJtw+DflNTx55VGl7BQ3MATiS+VNd8apEtaQcl5w== dependencies: "@types/react" "*"