Skip to content

Commit 591dc96

Browse files
fix(deps): update all non-major dependencies
1 parent 3e4fe82 commit 591dc96

File tree

11 files changed

+141
-479
lines changed

11 files changed

+141
-479
lines changed

docker-compose.fd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ services:
6565
POSTGRES_USER: dev
6666
POSTGRES_PASSWORD: dev
6767
POSTGRES_DB: importer-db
68-
image: postgres:13.1
68+
image: postgres:13.18
6969
ports:
7070
- 15234:5432
7171
volumes:
@@ -99,7 +99,7 @@ services:
9999
importer-redis:
100100
command: [ "redis-server", "--appendonly", "yes", "--port", "6379" ]
101101
container_name: sis-importer-redis
102-
image: redis:5.0.7
102+
image: redis:5.0.14
103103
ports:
104104
- 16379:6379
105105
volumes:
@@ -108,7 +108,7 @@ services:
108108
importer-nats:
109109
command: -cid importer-nats -m 8222 --hb_fail_count 2 --hb_timeout 10s --hb_interval 10s --auth dev --file_slice_max_bytes 0 --file_slice_max_age 60s --max_msgs 5000 -store file -dir datastore
110110
container_name: sis-importer-nats
111-
image: nats-streaming:0.16.2
111+
image: nats-streaming:0.25.6
112112
ports:
113113
- 8223:8222 # Monitoring at http://localhost:8223/
114114
volumes:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ services:
5555
POSTGRES_USER: dev
5656
POSTGRES_PASSWORD: dev
5757
POSTGRES_DB: importer-db
58-
image: postgres:15.8
58+
image: postgres:15.10
5959
ports:
6060
- 5432:5432
6161
volumes:

importer-api/package-lock.json

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

importer-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"knex": "^3.0.0",
1818
"lodash": "^4.17.21",
1919
"node-cron": "^3.0.1",
20-
"node-nats-streaming": "^0.2.6",
20+
"node-nats-streaming": "^0.3.0",
2121
"pg": "^8.12.0",
2222
"redis": "^4.0.0",
2323
"winston": "^3.2.1",

0 commit comments

Comments
 (0)