Skip to content

Commit 0d06619

Browse files
committed
dependencies: update axios to version 1.8.2
1 parent e4210f9 commit 0d06619

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

invenio_communities/webpack.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
#
33
# This file is part of Invenio.
44
# Copyright (C) 2016-2022 CERN.
5+
# Copyright (C) 2025 KTH Royal Institute of Technology.
56
#
67
# Invenio is free software; you can redistribute it and/or modify it
78
# under the terms of the MIT License; see LICENSE file for more details.
89

910
"""JS/CSS bundles for communities.
1011
1112
You include one of the bundles in a page like the example below (using
12-
``comunities`` bundle as an example):
13+
``communities`` bundle as an example):
1314
1415
.. code-block:: html
1516
@@ -47,7 +48,7 @@
4748
"@semantic-ui-react/css-patch": "^1.0.0",
4849
"react-router-dom": "^6.3.0",
4950
"react-invenio-forms": "^3.0.0",
50-
"axios": "^0.21.0",
51+
"axios": "^1.8.2",
5152
"formik": "^2.1.0",
5253
"i18next": "^20.3.0",
5354
"@tinymce/tinymce-react": "^4.3.0",

0 commit comments

Comments
 (0)