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
kimata committed Apr 30, 2024
1 parent b599352 commit c17c952
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ stages:

build-angular:
stage: build-webapp
image: node:20.5
image: node:20.12
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.11.4-bookworm as build
FROM python:3.12.3-bookworm as build

RUN apt-get update && apt-get install --assume-yes \
gcc \
Expand All @@ -19,7 +19,7 @@ RUN poetry config virtualenvs.create false \
&& poetry install \
&& rm -rf ~/.cache

FROM python:3.11.4-slim-bookworm as prod
FROM python:3.12.3-slim-bookworm as prod

ARG IMAGE_BUILD_DATE

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"rxjs": "~7.8.1",
"tslib": "^2.6.1",
"uuid": "^9.0.0",
"zone.js": "~0.13.1"
"zone.js": "~0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~16.2.0",
"@angular-eslint/eslint-plugin-template": "^16.1.0",
"@angular/cli": "~16.2.0",
"@angular/compiler-cli": "~16.2.0",
"@types/jasmine": "~4.3.5",
"@types/jasmine": "~4.6.0",
"@types/node": "^20.4.6",
"@types/uuid": "^9.0.2",
"angular-build-info": "^2.0.1",
Expand All @@ -48,6 +48,6 @@
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.1.6"
"typescript": "~5.4.0"
}
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Flask-Cors = "^4.0.0"
PyYAML = "^6.0"
coloredlogs = "^15.0.1"
docopt = "^0.6.2"
fluent-logger = "^0.10.0"
fluent-logger = "^0.11.0"
influxdb-client = {extras = ["ciso"], version = "^1.36.1"}
psutil = "^5.9.5"
python = "^3.10"
Expand Down

0 comments on commit c17c952

Please sign in to comment.