Skip to content

Commit

Permalink
chore: Update Axios, Velocity, and Send to avoid components with a se…
Browse files Browse the repository at this point in the history
…curity vulnerability (#3851)

* update

Signed-off-by: Pavel Jareš <[email protected]>

* update send

Signed-off-by: Pavel Jareš <[email protected]>

---------

Signed-off-by: Pavel Jareš <[email protected]>
  • Loading branch information
pj892031 authored Oct 16, 2024
1 parent 999d062 commit 86c3eda
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 18 deletions.
6 changes: 3 additions & 3 deletions api-catalog-ui/frontend/package-lock.json

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

3 changes: 2 additions & 1 deletion api-catalog-ui/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@
"@babel/traverse": "7.24.7",
"dompurify": "3.1.6",
"serve-static": "1.16.0",
"body-parser": "1.20.3"
"body-parser": "1.20.3",
"axios": "1.7.4"
},
"engines": {
"npm": "=9.3.1",
Expand Down
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ dependencyResolutionManagement {
version('swaggerJaxrs2', '2.2.23')
version('thymeleaf', '3.1.2.RELEASE')
version('tomcat', '9.0.93')
version('velocity', '2.3')
version('velocity', '2.4')
version('woodstoxCore', '6.7.0')
version('woodstoxStax2', '4.2.2')
version('xstream') {
Expand Down
16 changes: 8 additions & 8 deletions metrics-service-ui/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 metrics-service-ui/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.11.3",
"@wojtekmaj/enzyme-adapter-react-17": "0.6.7",
"axios": "1.6.4",
"axios": "1.7.4",
"history": "4.10.1",
"lodash": "4.17.21",
"loglevel": "1.7.1",
Expand Down
6 changes: 3 additions & 3 deletions onboarding-enabler-nodejs-sample-app/package-lock.json

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

3 changes: 2 additions & 1 deletion onboarding-enabler-nodejs-sample-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"tough-cookie": "4.1.4",
"ms": "2.1.3",
"serve-static": "1.16.0",
"body-parser": "1.20.3"
"body-parser": "1.20.3",
"send": "0.19.0"
},
"engines": {
"npm": "=8.19.4",
Expand Down

0 comments on commit 86c3eda

Please sign in to comment.