Skip to content

Commit 173e86f

Browse files
upgraded the validator js dependency (#2189)
1 parent 33ab15b commit 173e86f

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

frontend/package-lock.json

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

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"react-router-dom": "^6.28.0",
3232
"sass": "^1.82.0",
3333
"uuid": "^9.0.1",
34-
"validator": "^13.12.0"
34+
"validator": "^13.15.20"
3535
},
3636
"scripts": {
3737
"build": "tsc && vite build",
@@ -66,7 +66,7 @@
6666
"@types/react": "^18.3.14",
6767
"@types/react-dom": "^18.3.2",
6868
"@types/react-modal": "^3.16.3",
69-
"@types/validator": "^13.12.2",
69+
"@types/validator": "^13.15.4",
7070
"@typescript-eslint/eslint-plugin": "^7.18.0",
7171
"@typescript-eslint/parser": "^7.18.0",
7272
"@vitejs/plugin-react-swc": "^3.7.2",

0 commit comments

Comments
 (0)