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 #186

Merged
merged 1 commit into from
Apr 20, 2024
Merged
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 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN npm ci
COPY . .
RUN npm run build

FROM nginx:1.25.4-alpine-slim@sha256:b841779b72c127bdcb6e58b2ae3d810f890e020460858d84c7bd38d15cf26ddf
FROM nginx:1.25.5-alpine-slim@sha256:b27fd01b23890c5f807a00f48b7d636929356f50c1432579ae291752e49465f4

RUN echo -e "\
server_tokens off;\
Expand Down
180 changes: 97 additions & 83 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"autoprefixer": "10.4.19",
"bootstrap": "5.3.3",
"downshift": "^9.0.0",
"keycloak-js": "24.0.2",
"keycloak-js": "24.0.3",
"md5": "2.3.0",
"moment": "2.30.1",
"moment-duration-format": "2.3.2",
Expand All @@ -18,7 +18,7 @@
"react-cookie-consent": "9.0.0",
"react-dom": "17.0.2",
"react-flip-move": "3.0.5",
"react-icons": "5.0.1",
"react-icons": "5.1.0",
"react-moment": "1.1.3",
"react-router": "5.3.4",
"react-router-bootstrap": "0.25.0",
Expand Down