Skip to content

Commit bc28c07

Browse files
authored
[Dependencies] Upgraded nextjs, axios, cryptography and jinja2 (#408)
* [Dependencies] Upgrade nextjs to version 14.2.25 (from 14.2.21). * [Dependencies] Upgrade jinja to version 3.1.6 (from 3.1.5). * [Dependencies] Upgrade cryptography to version 44.0.1 (from 43.0.1). * [Dependencies] Upgrade axios to version 1.8.2 (from 1.7.8).
1 parent 4e92b51 commit bc28c07

File tree

4 files changed

+54
-54
lines changed

4 files changed

+54
-54
lines changed

frontend/package-lock.json

Lines changed: 48 additions & 48 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
@@ -8,11 +8,11 @@
88
"@cloudscape-design/design-tokens": "^3.0.11",
99
"@cloudscape-design/global-styles": "^1.0.8",
1010
"@reduxjs/toolkit": "^1.6.1",
11-
"axios": "1.7.8",
11+
"axios": "1.8.2",
1212
"i18next": "^21.8.13",
1313
"js-yaml": "^4.1.0",
1414
"lodash": "^4.17.21",
15-
"next": "^14.2.21",
15+
"next": "^14.2.25",
1616
"next-transpile-modules": "^10.0.1",
1717
"react": "^18.2.0",
1818
"react-dom": "^18.2.0",

requirements.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ requests==2.32.0
66
urllib3==1.26.19
77
# Installing cryptography backend since it is the recommended one: https://pypi.org/project/python-jose/
88
python-jose[cryptography]==3.4.0
9-
cryptography==43.0.1
9+
cryptography==44.0.1
1010
PyYAML==6.0.2
1111
pytest==7.2.2
1212
pytest-mock==3.8.2
1313
itsdangerous==2.1.2
1414
marshmallow==3.19.0
1515
certifi==2024.7.4
16-
jinja2==3.1.5
16+
jinja2==3.1.6

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ charset-normalizer==2.1.1
2424
# via requests
2525
click==8.1.3
2626
# via flask
27-
cryptography==43.0.1
27+
cryptography==44.0.1
2828
# via
2929
# -r requirements.in
3030
# python-jose
@@ -44,7 +44,7 @@ itsdangerous==2.1.2
4444
# via
4545
# -r requirements.in
4646
# flask
47-
jinja2==3.1.5
47+
jinja2==3.1.6
4848
# via
4949
# -r requirements.in
5050
# flask

0 commit comments

Comments
 (0)