Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent b0e8dbb commit f493bdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"engines": {
"node": "22"
},
"packageManager": "pnpm@9.13.1",
"packageManager": "pnpm@9.13.2",
"scripts": {
"prepare": "husky"
},
Expand Down
2 changes: 1 addition & 1 deletion src/development/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ services:
environment:
POSTGRES_DB: drinks
POSTGRES_PASSWORD: postgres
image: postgres:17.0-alpine@sha256:d388be15cfb665c723da47cccdc7ea5c003ed71f700c5419bbd075033227ce1f
image: postgres:17.1-alpine@sha256:0d9624535618a135c5453258fd629f4963390338b11aaffb92292c12df3a6c17
volumes:
- postgres-data:/var/lib/postgresql/data
- ../production/data/postgres/01-schema.sql:/docker-entrypoint-initdb.d/01-schema.sql
Expand Down

0 comments on commit f493bdc

Please sign in to comment.