Skip to content

Commit

Permalink
Require PostgresKit 2.10.1 for CVE-2023-31136 fix (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne authored May 4, 2023
1 parent afc0746 commit c7cd020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/vapor/async-kit.git", from: "1.14.0"),
.package(url: "https://github.com/vapor/fluent-kit.git", from: "1.36.0"),
.package(url: "https://github.com/vapor/postgres-kit.git", from: "2.9.0"),
.package(url: "https://github.com/vapor/postgres-kit.git", from: "2.10.1"),
],
targets: [
.target(name: "FluentPostgresDriver", dependencies: [
Expand Down

0 comments on commit c7cd020

Please sign in to comment.