Skip to content

Commit f613365

Browse files
authored
fix: Update dependencies (#29)
* fix: Update dependencies * Bump ParseSwift
1 parent a0ab2cf commit f613365

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Package.resolved

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"kind" : "remoteSourceControl",
4242
"location" : "https://github.com/netreconlab/Parse-Swift.git",
4343
"state" : {
44-
"revision" : "8e8a84725ed69fe6ec1302f3d9d18018deb0b914",
45-
"version" : "5.5.1"
44+
"revision" : "0902da8b34cd11d6ba69e04d208d5a8505f0be9d",
45+
"version" : "5.6.0"
4646
}
4747
},
4848
{
@@ -176,17 +176,17 @@
176176
"kind" : "remoteSourceControl",
177177
"location" : "https://github.com/vapor/vapor.git",
178178
"state" : {
179-
"revision" : "f4b00a5350238fe896d865d96d64f12fcbbeda95",
180-
"version" : "4.76.0"
179+
"revision" : "b42287f2c3909930be6329922906a6a8092943d2",
180+
"version" : "4.76.2"
181181
}
182182
},
183183
{
184184
"identity" : "websocket-kit",
185185
"kind" : "remoteSourceControl",
186186
"location" : "https://github.com/vapor/websocket-kit.git",
187187
"state" : {
188-
"revision" : "2166cbe932b29b6419f9cd751e8b27c647e1238e",
189-
"version" : "2.8.0"
188+
"revision" : "17c0afbf24f4e288e183bc34317dc97b5cd084bd",
189+
"version" : "2.9.0"
190190
}
191191
}
192192
],

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ let package = Package(
1414
.library(name: "ParseServerSwift", targets: ["ParseServerSwift"])
1515
],
1616
dependencies: [
17-
.package(url: "https://github.com/vapor/vapor.git", .upToNextMajor(from: "4.76.0")),
17+
.package(url: "https://github.com/vapor/vapor.git", .upToNextMajor(from: "4.76.2")),
1818
.package(url: "https://github.com/netreconlab/Parse-Swift.git",
19-
.upToNextMajor(from: "5.5.1")),
19+
.upToNextMajor(from: "5.6.0")),
2020
],
2121
targets: [
2222
.target(

0 commit comments

Comments
 (0)