From 15077b7838a5a72d3c197069cb21f4dd6167e6dd Mon Sep 17 00:00:00 2001
From: Ralph Kuepper <ralph.kuepper@skelpo.com>
Date: Tue, 16 Jul 2019 08:10:58 -0400
Subject: [PATCH] dependency update

---
 Package.resolved | 30 ++++++++++++++++++++++++------
 Package.swift    |  8 ++++----
 2 files changed, 28 insertions(+), 10 deletions(-)

diff --git a/Package.resolved b/Package.resolved
index 43cd20d..04b48cb 100644
--- a/Package.resolved
+++ b/Package.resolved
@@ -6,8 +6,8 @@
         "repositoryURL": "https://github.com/vapor/auth.git",
         "state": {
           "branch": null,
-          "revision": "90868627c7587ea207c0b6d4054265e68f6a33ef",
-          "version": "2.0.1"
+          "revision": "e6f61b403727ec124214beb3e57deff579f31d00",
+          "version": "2.0.4"
         }
       },
       {
@@ -55,6 +55,15 @@
           "version": "3.1.2"
         }
       },
+      {
+        "package": "FluentSQLite",
+        "repositoryURL": "https://github.com/vapor/fluent-sqlite.git",
+        "state": {
+          "branch": null,
+          "revision": "c32f5bda84bf4ea691d19afe183d40044f579e11",
+          "version": "3.0.0"
+        }
+      },
       {
         "package": "HTTP",
         "repositoryURL": "https://github.com/vapor/http.git",
@@ -78,8 +87,8 @@
         "repositoryURL": "https://github.com/skelpo/JWTVapor.git",
         "state": {
           "branch": null,
-          "revision": "0c4097615712947e7717d077b75f25cc79c0dd97",
-          "version": "0.12.0"
+          "revision": "eb5a41d354d694976ec5762ffc6544b0efbe630c",
+          "version": "0.13.0"
         }
       },
       {
@@ -118,6 +127,15 @@
           "version": "2.2.0"
         }
       },
+      {
+        "package": "SQLite",
+        "repositoryURL": "https://github.com/vapor/sqlite.git",
+        "state": {
+          "branch": null,
+          "revision": "314d9cd21165bcf14215e336a23ff8214f40e411",
+          "version": "3.2.1"
+        }
+      },
       {
         "package": "swift-nio",
         "repositoryURL": "https://github.com/apple/swift-nio.git",
@@ -186,8 +204,8 @@
         "repositoryURL": "https://github.com/vapor/vapor.git",
         "state": {
           "branch": null,
-          "revision": "157d3b15336caa882662cc75024dd04b2e225246",
-          "version": "3.1.0"
+          "revision": "c86ada59b31c69f08a6abd4f776537cba48d5df6",
+          "version": "3.3.0"
         }
       },
       {
diff --git a/Package.swift b/Package.swift
index 751cb1e..a270308 100644
--- a/Package.swift
+++ b/Package.swift
@@ -8,10 +8,10 @@ let package = Package(
         .library(name: "JWTMiddleware", targets: ["JWTMiddleware", "JWTAuthenticatable"]),
     ],
     dependencies: [
-        .package(url: "https://github.com/skelpo/vapor-request-storage.git", from: "0.3.0"),
-        .package(url: "https://github.com/skelpo/JWTVapor.git", from: "0.9.0"),
-        .package(url: "https://github.com/vapor/vapor.git", from: "3.0.0"),
-        .package(url: "https://github.com/vapor/auth.git", from: "2.0.0-rc")
+        .package(url: "https://github.com/skelpo/vapor-request-storage.git", from: "0.4.0"),
+        .package(url: "https://github.com/skelpo/JWTVapor.git", from: "0.13.0"),
+        .package(url: "https://github.com/vapor/vapor.git", from: "3.3.0"),
+        .package(url: "https://github.com/vapor/auth.git", from: "2.0.4")
     ],
     targets: [
         .target(name: "JWTAuthenticatable", dependencies: ["Vapor", "Authentication", "JWTVapor", "VaporRequestStorage"]),