Skip to content

Commit 6749523

Browse files
committed
update dependencies
1 parent 80032e4 commit 6749523

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Package.resolved

+4-4
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"repositoryURL": "https://github.com/parse-community/Parse-Swift.git",
6161
"state": {
6262
"branch": null,
63-
"revision": "e54a22c392c803d8827dc9a449d534a992e76484",
64-
"version": "4.13.1"
63+
"revision": "085f5ad30d26c43251d82a3d0f412bfb9be3b473",
64+
"version": "4.14.0"
6565
}
6666
},
6767
{
@@ -186,8 +186,8 @@
186186
"repositoryURL": "https://github.com/vapor/vapor.git",
187187
"state": {
188188
"branch": null,
189-
"revision": "971becba16d6faf5c4cb869d2e3026e822d09059",
190-
"version": "4.65.1"
189+
"revision": "dda0de537e7906414dccd551e77095be1e34e3da",
190+
"version": "4.65.2"
191191
}
192192
},
193193
{

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ let package = Package(
1111
],
1212
dependencies: [
1313
// 💧 A server-side Swift web framework.
14-
.package(url: "https://github.com/vapor/vapor.git", .upToNextMajor(from: "4.65.1")),
14+
.package(url: "https://github.com/vapor/vapor.git", .upToNextMajor(from: "4.65.2")),
1515
.package(url: "https://github.com/vapor/leaf.git", .upToNextMajor(from: "4.2.1")),
1616
.package(url: "https://github.com/parse-community/Parse-Swift.git",
17-
.upToNextMajor(from: "4.13.1")),
17+
.upToNextMajor(from: "4.14.0")),
1818
],
1919
targets: [
2020
.target(

0 commit comments

Comments
 (0)