Skip to content

Commit

Permalink
chore: Update all patch dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate-bot committed Feb 7, 2025
1 parent a6acab5 commit b9b69e4
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 33 deletions.
41 changes: 16 additions & 25 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.

6 changes: 3 additions & 3 deletions api-catalog-ui/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"ajv": "8.13.0",
"ansi-regex": "5.0.1",
"body-parser": "1.20.3",
"caniuse-lite": "1.0.30001692",
"caniuse-lite": "1.0.30001697",
"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.5",
"rimraf": "3.0.2",
"source-map-explorer": "2.5.3",
"start-server-and-test": "2.0.9",
"start-server-and-test": "2.0.10",
"tmpl": "1.0.5",
"yaml": "1.10.2"
},
Expand All @@ -146,7 +146,7 @@
"body-parser": "1.20.3",
"axios": "1.7.9",
"path-to-regexp": "1.9.0",
"cookie": "0.7.0"
"cookie": "0.7.2"
},
"engines": {
"npm": "=9.3.1",
Expand Down
10 changes: 5 additions & 5 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencyResolutionManagement {
}
version('netflixCommonsUtil', '0.3.0')
version('netflixServo', '0.13.2')
version('netty', '4.1.116.Final')
version('netty', '4.1.117.Final')
version('nettyReactor', '1.1.23')
version('nimbusJoseJwt', '9.40')
version('openApiDiff', '2.0.1')
Expand All @@ -124,11 +124,11 @@ dependencyResolutionManagement {
strictly '[1.6.15, 1.7.0['
prefer '1.6.15'
}
version('swagger3Core', '2.2.27')
version('swagger3Parser', '2.1.24')
version('swaggerCore', '1.6.14')
version('swagger3Core', '2.2.28')
version('swagger3Parser', '2.1.25')
version('swaggerCore', '1.6.15')
version('swaggerInflector', '2.0.12')
version('swaggerJaxrs2', '2.2.27')
version('swaggerJaxrs2', '2.2.28')
version('thymeleaf', '3.1.3.RELEASE')
version('tomcat', '9.0.98')
version('velocity', '2.4.1')
Expand Down

0 comments on commit b9b69e4

Please sign in to comment.