Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from vamsii777/patch
Browse files Browse the repository at this point in the history
Update Vapor to 4.90.0: Fix for URI Parsing Vulnerability
  • Loading branch information
vamsii777 authored Jan 6, 2024
2 parents b558124 + 02dd267 commit ede89f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/vapor/vapor.git",
"state" : {
"revision" : "67fe736c37b0ad958b9d248f010cff6c1baa5c3a",
"version" : "4.89.3"
"revision" : "6db3d917b5ce5024a84eb265ef65691383305d70",
"version" : "4.90.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/vapor/vapor.git", from: "4.89.3"),
.package(url: "https://github.com/vapor/vapor.git", from: "4.90.0"),
.package(url: "https://github.com/apple/swift-crypto.git", from: "3.1.0"),
.package(url: "https://github.com/vapor/jwt-kit.git", from: "4.13.1")
],
Expand Down

0 comments on commit ede89f6

Please sign in to comment.