From d3dc37cc5cb72ea32dbfa55140abf7aacadc8997 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 07:38:10 +0000 Subject: [PATCH] Bump react-lottie and @types/react-lottie Bumps [react-lottie](https://github.com/chenqingspring/react-lottie) and [@types/react-lottie](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-lottie). These dependencies needed to be updated together. Updates `react-lottie` from 1.2.3 to 1.2.4 - [Changelog](https://github.com/chenqingspring/react-lottie/blob/master/CHANGELOG.md) - [Commits](https://github.com/chenqingspring/react-lottie/compare/v1.2.3...v1.2.4) Updates `@types/react-lottie` from 1.2.6 to 1.2.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-lottie) --- updated-dependencies: - dependency-name: react-lottie dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: "@types/react-lottie" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/ui-components/package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index b30cd7e..3073e5c 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -50,7 +50,7 @@ "lottie-web": "^5.11.0", "react-blockies": "^1.4.1", "react-dropzone": "^14.2.2", - "react-lottie": "^1.2.3", + "react-lottie": "^1.2.4", "ts-node": "^10.9.1" }, "devDependencies": { @@ -67,7 +67,7 @@ "@storybook/testing-library": "^0.0.13", "@svgr/rollup": "^7.0.0", "@types/react-blockies": "^1.4.1", - "@types/react-lottie": "^1.2.6", + "@types/react-lottie": "^1.2.10", "@types/styled-components": "^5.1.26", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.42.1", diff --git a/yarn.lock b/yarn.lock index 351e956..e827484 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4248,10 +4248,10 @@ dependencies: "@types/react" "*" -"@types/react-lottie@^1.2.6": - version "1.2.6" - resolved "https://registry.yarnpkg.com/@types/react-lottie/-/react-lottie-1.2.6.tgz#4f351dfdf5f93a46a3a9714fbb319f1e0f030eaf" - integrity sha512-fvGJHD7SeUdVESHo7f7erRnXkTWaa/6Mo5TB+R0/ieSftKoFspA4sMlF2qMH6BljXI7ehFJbBtrD5bzDxPCkGg== +"@types/react-lottie@^1.2.10": + version "1.2.10" + resolved "https://registry.yarnpkg.com/@types/react-lottie/-/react-lottie-1.2.10.tgz#220f68a2dfa0d4b131ab4930e8bf166b9442c68c" + integrity sha512-rCd1p3US4ELKJlqwVnP0h5b24zt5p9OCvKUoNpYExLqwbFZMWEiJ6EGLMmH7nmq5V7KomBIbWO2X/XRFsL0vCA== dependencies: "@types/react" "*" @@ -15540,10 +15540,10 @@ react-is@^16.12.0, react-is@^16.13.1, react-is@^16.7.0: resolved "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz" integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== -react-lottie@^1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/react-lottie/-/react-lottie-1.2.3.tgz#8544b96939e088658072eea5e12d912cdaa3acc1" - integrity sha512-qLCERxUr8M+4mm1LU0Ruxw5Y5Fn/OmYkGfnA+JDM/dZb3oKwVAJCjwnjkj9TMHtzR2U6sMEUD3ZZ1RaHagM7kA== +react-lottie@^1.2.4: + version "1.2.4" + resolved "https://registry.yarnpkg.com/react-lottie/-/react-lottie-1.2.4.tgz#999ccabff8afc82074588bc50bd75be6f8945161" + integrity sha512-kBGxI+MIZGBf4wZhNCWwHkMcVP+kbpmrLWH/SkO0qCKc7D7eSPcxQbfpsmsCo8v2KCBYjuGSou+xTqK44D/jMg== dependencies: babel-runtime "^6.26.0" lottie-web "^5.1.3"