Skip to content

Commit

Permalink
update axios to version 1.6 in portal v2 to fix vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldo Fuster Turpin committed Nov 10, 2023
1 parent 19d053d commit 19ec56f
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions pkg/portal/assets/v2/build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"files": {
"main.js": "/static/js/main.3ef1632a.js",
"main.js": "/static/js/main.09fbc574.js",
"index.html": "/index.html",
"main.3ef1632a.js.map": "/static/js/main.3ef1632a.js.map"
"main.09fbc574.js.map": "/static/js/main.09fbc574.js.map"
},
"entrypoints": [
"static/js/main.3ef1632a.js"
"static/js/main.09fbc574.js"
]
}
2 changes: 1 addition & 1 deletion pkg/portal/assets/v2/build/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><title>ARO Portal</title><script defer="defer" src="/static/js/main.3ef1632a.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><title>ARO Portal</title><script defer="defer" src="/static/js/main.09fbc574.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
3 changes: 3 additions & 0 deletions pkg/portal/assets/v2/build/static/js/main.09fbc574.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions pkg/portal/assets/v2/build/static/js/main.09fbc574.js.map

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions pkg/portal/assets/v2/build/static/js/main.3ef1632a.js

This file was deleted.

1 change: 0 additions & 1 deletion pkg/portal/assets/v2/build/static/js/main.3ef1632a.js.map

This file was deleted.

8 changes: 4 additions & 4 deletions portal/v2/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 portal/v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"axios": "^1.1.3",
"axios": "^1.6.1",
"http-proxy-middleware": "^2.0.6",
"react": "^18.2.0",
"react-router": "^6.15.0",
Expand Down

0 comments on commit 19ec56f

Please sign in to comment.