Update dependency in security/jwt.md translations (#1035)

Update dependency in security/jwt.md translations:

- Chinese
- Dutch
- English
- German
This commit is contained in:
Ale Mohamad ⌘ 2024-12-16 16:40:03 +01:00 committed by GitHub
parent b2fb239506
commit 512138578a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ let package = Package(
name: "my-app", name: "my-app",
dependencies: [ dependencies: [
// Andere Abhängigkeiten... // Andere Abhängigkeiten...
.package(url: "https://github.com/vapor/jwt.git", from: "5.0.0-beta"), .package(url: "https://github.com/vapor/jwt.git", from: "5.0.0"),
], ],
targets: [ targets: [
.target(name: "App", dependencies: [ .target(name: "App", dependencies: [

View File

@ -17,7 +17,7 @@ let package = Package(
name: "my-app", name: "my-app",
dependencies: [ dependencies: [
// Other dependencies... // Other dependencies...
.package(url: "https://github.com/vapor/jwt.git", from: "5.0.0-rc"), .package(url: "https://github.com/vapor/jwt.git", from: "5.0.0"),
], ],
targets: [ targets: [
.target(name: "App", dependencies: [ .target(name: "App", dependencies: [

View File

@ -15,7 +15,7 @@ let package = Package(
name: "my-app", name: "my-app",
dependencies: [ dependencies: [
// Andere afhankelijkheden... // Andere afhankelijkheden...
.package(url: "https://github.com/vapor/jwt.git", from: "4.0.0"), .package(url: "https://github.com/vapor/jwt.git", from: "5.0.0"),
], ],
targets: [ targets: [
.target(name: "App", dependencies: [ .target(name: "App", dependencies: [

View File

@ -14,7 +14,7 @@ let package = Package(
name: "my-app", name: "my-app",
dependencies: [ dependencies: [
// Other dependencies... // Other dependencies...
.package(url: "https://github.com/vapor/jwt.git", from: "4.0.0"), .package(url: "https://github.com/vapor/jwt.git", from: "5.0.0"),
], ],
targets: [ targets: [
.target(name: "App", dependencies: [ .target(name: "App", dependencies: [