Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update all patch dependencies (v2.x.x) #3749

Merged
merged 4 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api-catalog-services/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dependencies {
implementation libs.spring.boot.configuration.processor
implementation libs.spring.cloud.commons
implementation libs.spring.cloud.starter.bootstrap
implementation libs.spring.eureka.client.v3
implementation libs.spring.cloud.starter.eureka
implementation libs.spring.cloud.starter.hystrix
implementation libs.spring.retry
implementation libs.jackson.annotations
Expand Down
175 changes: 134 additions & 41 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.

16 changes: 8 additions & 8 deletions api-catalog-ui/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@mui/material": "5.15.18",
"@react-loadable/revised": "1.5.0",
"@types/enzyme": "3.10.18",
"@types/jest": "29.5.12",
"@types/jest": "29.5.13",
"@types/react": "18.2.79",
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
"agentkeepalive": "4.5.0",
Expand All @@ -26,15 +26,15 @@
"htmr": "1.0.2",
"install": "0.13.0",
"lodash": "4.17.21",
"loglevel": "1.9.1",
"loglevel": "1.9.2",
"openapi-snippet": "0.14.0",
"react": "18.3.1",
"react-app-polyfill": "3.0.0",
"react-dom": "18.3.1",
"react-hook-form": "7.51.5",
"react-redux": "9.1.2",
"react-router-dom": "5.3.4",
"react-toastify": "10.0.5",
"react-toastify": "10.0.6",
"redux": "5.0.1",
"redux-catch": "1.3.1",
"redux-logger": "3.0.6",
Expand Down Expand Up @@ -87,7 +87,7 @@
"ajv": "8.13.0",
"ansi-regex": "5.0.1",
"body-parser": "1.20.3",
"caniuse-lite": "1.0.30001655",
"caniuse-lite": "1.0.30001669",
"concurrently": "5.3.0",
"cors": "2.8.5",
"cross-env": "7.0.3",
Expand Down Expand Up @@ -126,7 +126,7 @@
"redux-mock-store": "1.5.4",
"rimraf": "3.0.2",
"source-map-explorer": "2.5.3",
"start-server-and-test": "2.0.5",
"start-server-and-test": "2.0.8",
"tmpl": "1.0.5",
"yaml": "1.10.2"
},
Expand All @@ -141,10 +141,10 @@
"lodash": "4.17.21",
"semver": "7.6.3",
"@babel/traverse": "7.24.7",
"dompurify": "3.1.6",
"serve-static": "1.16.0",
"dompurify": "3.1.7",
"serve-static": "1.16.2",
"body-parser": "1.20.3",
"axios": "1.7.4"
"axios": "1.7.7"
},
"engines": {
"npm": "=9.3.1",
Expand Down
2 changes: 1 addition & 1 deletion apiml-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
implementation libs.spring.boot.starter.actuator
implementation libs.spring.cloud.commons
implementation libs.spring.cloud.starter.bootstrap
implementation libs.spring.eureka.client.v3
implementation libs.spring.cloud.starter.eureka
implementation libs.spring.boot.starter.web
implementation libs.spring.web
implementation libs.spring.webmvc
Expand Down
Loading
Loading