Skip to content

Commit 9976fa4

Browse files
authored
chore(deps): fix cves packages (#397)
1 parent c1bceaa commit 9976fa4

File tree

6 files changed

+10296
-3353
lines changed

6 files changed

+10296
-3353
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM nginxinc/nginx-unprivileged:1.29.2-alpine
2+
FROM nginxinc/nginx-unprivileged:1.29.3-alpine
33

44
# Non root user
55
ENV NGINX_USER_ID=101

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "drama-queen",
33
"private": true,
4-
"version": "3.2.0",
4+
"version": "3.2.1-rc.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --port 5001 --strictPort",
@@ -40,7 +40,7 @@
4040
"react-dom": "^18.2.0",
4141
"react-hook-form": "^7.51.1",
4242
"react-hot-keys": "^2.7.3",
43-
"react-router-dom": "^6.26.2",
43+
"react-router-dom": "^6.30.3",
4444
"redux-clean-architecture": "^4.3.2",
4545
"tsafe": "^1.6.6",
4646
"tss-react": "^4.9.13",

0 commit comments

Comments
 (0)