Skip to content

Commit c7cd020

Browse files
authored
Require PostgresKit 2.10.1 for CVE-2023-31136 fix (#206)
1 parent afc0746 commit c7cd020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
dependencies: [
1616
.package(url: "https://github.com/vapor/async-kit.git", from: "1.14.0"),
1717
.package(url: "https://github.com/vapor/fluent-kit.git", from: "1.36.0"),
18-
.package(url: "https://github.com/vapor/postgres-kit.git", from: "2.9.0"),
18+
.package(url: "https://github.com/vapor/postgres-kit.git", from: "2.10.1"),
1919
],
2020
targets: [
2121
.target(name: "FluentPostgresDriver", dependencies: [

0 commit comments

Comments
 (0)