Skip to content

Commit b33e39a

Browse files
authored
fix: security update for dependencies (#103)
1 parent acbcb68 commit b33e39a

3 files changed

Lines changed: 721 additions & 830 deletions

File tree

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
click==8.3.2
22
Flask==3.1.3
3-
Flask-Cors==4.0.1
3+
Flask-Cors==6.0.0
44
itsdangerous==2.2.0
55
Jinja2==3.1.6
66
MarkupSafe==3.0.3

frontend/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,9 @@
2323
},
2424
"dependencies": {
2525
"cors": "^2.8.5"
26+
},
27+
"resolutions": {
28+
"uuid": "^14.0.0",
29+
"follow-redirects": "^1.16.0"
2630
}
2731
}

0 commit comments

Comments
 (0)