From 43f44bc419d62e7c9139a4b327d9bc2e3920dd62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 16:23:20 +0000 Subject: [PATCH] Bump github.com/lucaszischka/bottomsheet from 3.1.0 to 3.1.1 Bumps [github.com/lucaszischka/bottomsheet](https://github.com/lucaszischka/BottomSheet) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/lucaszischka/BottomSheet/releases) - [Commits](https://github.com/lucaszischka/BottomSheet/compare/3.1.0...3.1.1) --- updated-dependencies: - dependency-name: github.com/lucaszischka/bottomsheet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Package.resolved | 22 ++++++++++++++++++++-- Package.swift | 2 +- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/Package.resolved b/Package.resolved index df102642..e0b59035 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,13 +1,31 @@ { "object": { "pins": [ + { + "package": "DeclarationAccessibility", + "repositoryURL": "https://github.com/Orange-OpenSource/accessibility-statement-lib-ios.git", + "state": { + "branch": null, + "revision": "f438a7176f133728735d09889ea7a60ea99ca6c1", + "version": "1.0.0" + } + }, { "package": "BottomSheet", "repositoryURL": "https://github.com/lucaszischka/BottomSheet", "state": { "branch": null, - "revision": "4c9ef84552712e0117c37d4893270fdc28fb9288", - "version": "3.1.0" + "revision": "720ddbd1371fef2a09cc1ab65fc503df37767f9c", + "version": "3.1.1" + } + }, + { + "package": "Flow", + "repositoryURL": "https://github.com/tevelee/SwiftUI-Flow", + "state": { + "branch": null, + "revision": "76c03c9fa9fa0e5470cb6d8f2da17466b2efd63d", + "version": "1.1.0" } } ] diff --git a/Package.swift b/Package.swift index ceeaf2d6..88b4ebfc 100644 --- a/Package.swift +++ b/Package.swift @@ -35,7 +35,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/tevelee/SwiftUI-Flow", .exact("1.1.0")), - .package(url: "https://github.com/lucaszischka/BottomSheet", .exact("3.1.0")), + .package(url: "https://github.com/lucaszischka/BottomSheet", .exact("3.1.1")), .package(url: "https://github.com/Orange-OpenSource/accessibility-statement-lib-ios.git", .exact("1.0.0")) ], targets: [