From e9e909ac1ed46bb4a9686c2dc629e826b33c9bd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 07:03:59 +0000 Subject: [PATCH] Bump lucide-react from 0.102.0 to 0.123.0 Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.102.0 to 0.123.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/v0.123.0/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c467965..3f11f64 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "framer-motion": "^7.6.12", - "lucide-react": "^0.102.0", + "lucide-react": "^0.123.0", "next": "^13.0.5", "prop-types": "^15.8.1", "react": "^18.1.0", diff --git a/yarn.lock b/yarn.lock index c14759e..b3a47c8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -440,10 +440,10 @@ loose-envify@^1.1.0, loose-envify@^1.4.0: dependencies: js-tokens "^3.0.0 || ^4.0.0" -lucide-react@^0.102.0: - version "0.102.0" - resolved "https://registry.yarnpkg.com/lucide-react/-/lucide-react-0.102.0.tgz#ace76984ac13a761122bfe5689a09a28c48a8bf2" - integrity sha512-h4BOwyZ0cxqKw1Ftk6aQ/Gp7vEFaaq+AbhZWRbqGJCnBKXnAsf0+M8JRoRJxMqhOAxvl5dRje+eWKCGvO0enTg== +lucide-react@^0.123.0: + version "0.123.0" + resolved "https://registry.yarnpkg.com/lucide-react/-/lucide-react-0.123.0.tgz#2c7191927e7cebe9504847dc7b932583750c3fc4" + integrity sha512-HQ8YJHO+wAHrvx/e8AXS1HdYa0lZmxn3IxRxENleompyHk02MiIfviUtY+qh+K1SqoiPMhSzUEJkHOcmUjHgIg== merge2@^1.3.0: version "1.4.1"