Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#526)
Browse files Browse the repository at this point in the history
* fix(deps): update all non-major dependencies

* Hold back reflect-metadata for nestjs upgrade

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Derek Roberts <[email protected]>
  • Loading branch information
renovate[bot] and DerekRoberts authored Jan 2, 2024
1 parent 12da900 commit 442fe5c
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 50 deletions.
15 changes: 8 additions & 7 deletions admin/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 admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@ng-bootstrap/ng-bootstrap": "^14.0.0",
"@rxweb/reactive-form-validators": "~13.0.0",
"aws-amplify": "^5.3.2",
"bootstrap": "~5.2.0",
"bootstrap": "~5.3.0",
"file-saver": "^2.0.5",
"jquery": "^3.6.0",
"leaflet": "~1.9.0",
Expand Down
42 changes: 21 additions & 21 deletions api/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 api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"helmet": "^7.0.0",
"joi": "^17.9.1",
"jsonwebtoken": "^9.0.0",
"jwks-rsa": "3.0.1",
"jwks-rsa": "3.1.0",
"lodash": "^4.17.21",
"minio": "^7.1.0",
"nestjs-pino": "^3.1.3",
Expand Down
14 changes: 7 additions & 7 deletions libs/package-lock.json

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

4 changes: 2 additions & 2 deletions libs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"@types/jest": "^29.5.0",
"@types/leaflet": "~1.9.0",
"@types/leaflet.markercluster": "~1.5.1",
"jest-sonar-reporter": "^2.0.0",
"reflect-metadata": "^0.1.13",
"jest": "^29.5.0",
"jest-sonar-reporter": "^2.0.0",
"reflect-metadata": "^0.1.14",
"ts-jest": "^29.1.0",
"ts-node": "~9.1.1",
"typescript": "^4.8.0"
Expand Down
4 changes: 2 additions & 2 deletions public/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG build_dir=public
ARG port=4300

# Build container
FROM node:18.16.1-alpine3.17 AS build
FROM node:18.19.0-alpine3.17 AS build

# Install dependencies and build static content
ARG build_dir
Expand All @@ -16,7 +16,7 @@ RUN cd libs && npm ci && cd .. && \


# Deploy container
FROM caddy:2.6.4-alpine
FROM caddy:2.7.6-alpine

# Copy over Caddyfile and static content
ARG build_dir
Expand Down
16 changes: 8 additions & 8 deletions public/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 public/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@ng-bootstrap/ng-bootstrap": "^14.0.0",
"@rxweb/reactive-form-validators": "~13.0.0",
"bootstrap": "~5.2.0",
"bootstrap": "~5.3.0",
"file-saver": "^2.0.5",
"jquery": "^3.6.0",
"leaflet": "~1.9.0",
Expand Down

0 comments on commit 442fe5c

Please sign in to comment.