Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ stages:
build-angular:
stage: build-webapp

image: node:22.6
image: node:22.9
script:
- npm ci --cache .npm --prefer-offline
- npm run build
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.4-bookworm AS build
FROM python:3.12.6-bookworm AS build

RUN --mount=type=cache,target=/var/lib/apt,sharing=locked \
--mount=type=cache,target=/var/cache/apt,sharing=locked \
Expand All @@ -22,7 +22,7 @@ RUN --mount=type=bind,source=pyproject.toml,target=pyproject.toml \
pip install --no-cache-dir -r requirements.lock


FROM python:3.12.4-slim-bookworm AS prod
FROM python:3.12.6-slim-bookworm AS prod

ARG IMAGE_BUILD_DATE

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"rxjs": "~7.8.1",
"tslib": "^2.7.0",
"uuid": "^10.0.0",
"zone.js": "~0.14.10"
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~18.2.4",
Expand All @@ -50,7 +50,7 @@
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.5",
"typescript": "~5.6.0",
"typescript-eslint": "^8.5.0"
}
}
Loading