Skip to content

Commit

Permalink
Merge pull request #2710 from SwiftPackageIndex/updatePackageDepedencies
Browse files Browse the repository at this point in the history
Package update
  • Loading branch information
finestructure authored Nov 13, 2023
2 parents 4ac9b62 + efecf88 commit 3f86b8b
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
18 changes: 9 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ updates:
dependencies:
patterns:
- "*"
- package-ecosystem: "swift"
directory: "/"
schedule:
interval: "weekly"
time: "02:00"
groups:
dependencies:
patterns:
- "*"
# - package-ecosystem: "swift"
# directory: "/"
# schedule:
# interval: "weekly"
# time: "02:00"
# groups:
# dependencies:
# patterns:
# - "*"
- package-ecosystem: "npm"
directory: "/"
schedule:
Expand Down
18 changes: 9 additions & 9 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -122,17 +122,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/vapor/postgres-nio.git",
"state" : {
"revision" : "21473f547ab195da56dca4bd203d7d2f150c48c1",
"version" : "1.19.0"
"revision" : "036931d968aab819f5e380a932237118ac4e87ba",
"version" : "1.19.1"
}
},
{
"identity" : "routing-kit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/vapor/routing-kit.git",
"state" : {
"revision" : "88077f2c9d12777dcc89562fa581888ff7ba14ae",
"version" : "4.8.1"
"revision" : "17a7a3facce8285fd257aa7c72d5e480351e7698",
"version" : "4.8.2"
}
},
{
Expand Down Expand Up @@ -372,7 +372,7 @@
{
"identity" : "swift-numerics",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-numerics.git",
"location" : "https://github.com/apple/swift-numerics",
"state" : {
"revision" : "0a5bc04095a675662cf24757cc0640aa2204253b",
"version" : "1.0.2"
Expand Down Expand Up @@ -437,8 +437,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/dankinsoid/SwiftOpenAPI.git",
"state" : {
"revision" : "0a790b493edb4450ccc78b11919498cc5085ab28",
"version" : "2.18.1"
"revision" : "dca73b6901e9ab25f11fc0ebdef7c66c85a244f2",
"version" : "2.18.3"
}
},
{
Expand Down Expand Up @@ -473,8 +473,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/dankinsoid/VaporToOpenAPI.git",
"state" : {
"revision" : "0ba6581199d11fdbfe5dc6e7a24a5e69aeef0651",
"version" : "4.3.10"
"revision" : "d13e8e63dbcf4ebd7479c8c0bc107574e1815d24",
"version" : "4.3.11"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ let package = Package(
.package(url: "https://github.com/vapor/fluent-postgres-driver.git", from: "2.0.0"),
.package(url: "https://github.com/vapor/fluent.git", from: "4.0.0"),
.package(url: "https://github.com/vapor/jwt-kit", from: "4.13.0"),
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0"),
.package(url: "https://github.com/vapor/vapor.git", exact: "4.85.1"),
],
targets: [
.executableTarget(name: "Run", dependencies: ["App"]),
Expand Down
4 changes: 2 additions & 2 deletions mon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:

loki:
# https://github.com/grafana/loki/releases
image: grafana/loki:2.9.1
image: grafana/loki:2.9.2
command: -config.file=/loki.yml
configs:
- source: loki_cfg
Expand All @@ -54,7 +54,7 @@ services:
promtail:
# https://github.com/grafana/loki/releases
# (promtail is released in parallel with loki)
image: grafana/promtail:2.9.1
image: grafana/promtail:2.9.2
command: -config.file=/promtail.yml
configs:
- source: promtail_cfg
Expand Down

0 comments on commit 3f86b8b

Please sign in to comment.