Skip to content

Commit

Permalink
Revert dependabot update commits, last 6 (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreambeyondorange authored Sep 5, 2024
1 parent 5a5e9f6 commit 98a2a50
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 22 deletions.
30 changes: 15 additions & 15 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@cloudscape-design/design-tokens": "^3.0.11",
"@cloudscape-design/global-styles": "^1.0.8",
"@reduxjs/toolkit": "^1.6.1",
"axios": "^1.7.4",
"axios": "^1.6.7",
"i18next": "^21.8.13",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
Expand Down
6 changes: 3 additions & 3 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Flask-Cors==5.0.0
Flask-Cors==3.0.10
Flask==2.3.3
Werkzeug==3.0.3
Werkzeug==2.3.8
boto3==1.24.30
requests==2.32.0
requests==2.31.0
urllib3==1.26.18
# Installing cryptography backend since it is the recommended one: https://pypi.org/project/python-jose/
python-jose[cryptography]==3.3.0
Expand Down
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ flask==2.3.3
# via
# -r requirements.in
# flask-cors
flask-cors==5.0.0
flask-cors==3.0.10
# via -r requirements.in
idna==3.4
# via requests
Expand Down Expand Up @@ -84,7 +84,7 @@ python-jose[cryptography]==3.3.0
# via -r requirements.in
pyyaml==6.0
# via -r requirements.in
requests==2.32.0
requests==2.31.0
# via -r requirements.in
rsa==4.9
# via python-jose
Expand All @@ -93,6 +93,7 @@ s3transfer==0.6.1
six==1.16.0
# via
# ecdsa
# flask-cors
# python-dateutil
tomli==2.0.1
# via pytest
Expand All @@ -101,7 +102,7 @@ urllib3==1.26.18
# -r requirements.in
# botocore
# requests
werkzeug==3.0.3
werkzeug==2.3.8
# via
# -r requirements.in
# flask
Expand Down

0 comments on commit 98a2a50

Please sign in to comment.