Skip to content

Commit 569b5fa

Browse files
Merge branch 'main' into feat/404
2 parents 7bebddb + 1b40c63 commit 569b5fa

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Use the latest LTS version of Node.js
22
# https://hub.docker.com/_/node
3-
FROM node:22@sha256:e515259afd26f60db74957c62203c93d45760f2ba864d94accfa2edfc1ac17cf AS build-stage
3+
FROM node:22@sha256:37ff334612f77d8f999c10af8797727b731629c26f2e83caa6af390998bdc49c AS build-stage
44
WORKDIR /usr/src/app
55

66
# Copy package.json and package-lock.json

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@hookform/resolvers": "^5.0.0",
3434
"@sentry/node": "^9.39.0",
3535
"@sentry/react": "^9.39.0",
36-
"@sentry/vite-plugin": "^3.6.0",
36+
"@sentry/vite-plugin": "^4.0.0",
3737
"@ui5/webcomponents": "^2.7.2",
3838
"@ui5/webcomponents-fiori": "^2.7.2",
3939
"@ui5/webcomponents-icons": "^2.7.2",

0 commit comments

Comments
 (0)