From 685b9f448e9f84a675348ffd8c8c40a54fad0406 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 10:03:48 +0000 Subject: [PATCH] chore(deps): Bump github.com/swiftlang/swift-syntax Bumps [github.com/swiftlang/swift-syntax](https://github.com/swiftlang/swift-syntax) from 601.0.1 to 602.0.0. - [Release notes](https://github.com/swiftlang/swift-syntax/releases) - [Commits](https://github.com/swiftlang/swift-syntax/compare/601.0.1...602.0.0) --- updated-dependencies: - dependency-name: github.com/swiftlang/swift-syntax dependency-version: 602.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Package.resolved | 6 +++--- Package.swift | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.resolved b/Package.resolved index 81eb237..dbaa642 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,13 +1,13 @@ { - "originHash" : "415e86469ea1d6251bc53e08101947c7ba5d854f1c7d01bce01766df2fdd6ee3", + "originHash" : "619fd6486d4a6338347f1ea77501809e83e51a97e940ac38309c226358f0234b", "pins" : [ { "identity" : "swift-syntax", "kind" : "remoteSourceControl", "location" : "https://github.com/swiftlang/swift-syntax.git", "state" : { - "revision" : "f99ae8aa18f0cf0d53481901f88a0991dc3bd4a2", - "version" : "601.0.1" + "revision" : "4799286537280063c85a32f09884cfbca301b1a1", + "version" : "602.0.0" } } ], diff --git a/Package.swift b/Package.swift index d0ea533..f97afab 100644 --- a/Package.swift +++ b/Package.swift @@ -19,7 +19,7 @@ let package = Package( ), ], dependencies: [ - .package(url: "https://github.com/swiftlang/swift-syntax.git", from: "601.0.1"), + .package(url: "https://github.com/swiftlang/swift-syntax.git", from: "602.0.0"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite.