Skip to content

Commit

Permalink
Update all minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 1, 2023
1 parent 6316660 commit 0183fa2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ VOLUME /etc/geomapfish \

###############################################################################

FROM node:20.8-slim AS custom-build
FROM node:20.9-slim AS custom-build

WORKDIR /app
COPY package.json package-lock.json ./
Expand Down
10 changes: 5 additions & 5 deletions custom/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion custom/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cee-syslog-handler = "0.6.0"
PyJWT = "2.8.0"
redis = "5.0.1"
PyYAML = "6.0.1"
sentry-sdk = "1.31.0"
sentry-sdk = "1.33.1"
requests-oauthlib = "1.3.1"
ujson = "5.8.0"

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"devDependencies": {
"lit": "3.0.1",
"typescript": "5.2.2",
"vite": "4.4.9"
"vite": "4.5.0"
}
}

0 comments on commit 0183fa2

Please sign in to comment.