Skip to content
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
32 changes: 17 additions & 15 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"react-router-dom": "^6.28.0",
"sass": "^1.82.0",
"uuid": "^9.0.1",
"validator": "^13.12.0"
"validator": "^13.15.20"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you check the vehicles, dops, scheduler, and policy packages as well to see if they're using validator package, and whether or not they need to be updated as well?

},
"scripts": {
"build": "tsc && vite build",
Expand Down Expand Up @@ -66,7 +66,7 @@
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react-modal": "^3.16.3",
"@types/validator": "^13.12.2",
"@types/validator": "^13.15.4",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react-swc": "^3.7.2",
Expand Down
Loading