Skip to content

Commit 34dd753

Browse files
fix(deps): update orm
1 parent b03981a commit 34dd753

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
timeout-minutes: 10
4646
services:
4747
database:
48-
image: mongo:6.0.15-jammy
48+
image: mongo:6.0.26-jammy
4949
env:
5050
MONGO_INITDB_ROOT_USERNAME: acid
5151
MONGO_INITDB_ROOT_PASSWORD: password

.github/workflows/pull_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
timeout-minutes: 10
5151
services:
5252
database:
53-
image: mongo:6.0.15-jammy
53+
image: mongo:6.0.26-jammy
5454
env:
5555
MONGO_INITDB_ROOT_USERNAME: acid
5656
MONGO_INITDB_ROOT_PASSWORD: password

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.7'
22
services:
33
db:
4-
image: mongo:6.0.15-jammy
4+
image: mongo:6.0.26-jammy
55
environment:
66
MONGO_INITDB_ROOT_USERNAME: acid
77
MONGO_INITDB_ROOT_PASSWORD: password

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)