Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit d424217

Browse files
Update all
1 parent c0dc517 commit d424217

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ENV NODE_ENV=production
1616
RUN npm run build
1717

1818

19-
FROM nginx:1.25.3-alpine
19+
FROM nginx:1.25.4-alpine
2020

2121
ENV KAFKA_CONNECT_CLUSTERS=http://localhost:8083/
2222

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@
5555
"eslint-plugin-react-hooks": "4.6.0",
5656
"file-loader": "6.2.0",
5757
"html-webpack-plugin": "5.6.0",
58-
"husky": "9.0.10",
58+
"husky": "9.0.11",
5959
"imagemin": "8.0.1",
6060
"jest": "29.6.1",
6161
"jest-environment-jsdom": "29.6.1",
6262
"mini-css-extract-plugin": "2.8.0",
63-
"postcss": "8.4.34",
63+
"postcss": "8.4.35",
6464
"prettier": "3.2.5",
6565
"prop-types": "15.8.1",
6666
"raw-loader": "4.0.2",
@@ -78,7 +78,7 @@
7878
"tslib": "2.6.2",
7979
"typescript": "5.3.3",
8080
"url-loader": "4.1.1",
81-
"webpack": "5.90.1",
81+
"webpack": "5.90.3",
8282
"webpack-bundle-analyzer": "4.10.1",
8383
"webpack-cli": "5.1.4",
8484
"webpack-dev-server": "4.15.1",

0 commit comments

Comments
 (0)