Skip to content
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 .github/workflows/renovate-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4 # using checkout to access workspace

- name: Run Renovate
uses: renovatebot/github-action@v46.1.8
uses: renovatebot/github-action@v46.1.13
with:
configurationFile: ${{ github.workspace }}/renovate-config.js
token: ${{ secrets.ROBOT_PAT }}
Expand Down
58 changes: 29 additions & 29 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.

14 changes: 7 additions & 7 deletions api-catalog-ui/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"buffer": "6.0.3",
"emotion-theming": "11.0.0",
"graphiql": "4.1.2",
"graphql": "16.13.2",
"graphql": "16.14.0",
"graphql-ws": "5.16.2",
"history": "5.3.0",
"htmr": "1.0.2",
Expand All @@ -34,7 +34,7 @@
"react-error-boundary": "5.0.0",
"react-hook-form": "7.75.0",
"react-redux": "9.2.0",
"react-router": "7.14.2",
"react-router": "7.15.0",
"react-toastify": "10.0.6",
"redux": "5.0.1",
"redux-catch": "1.3.1",
Expand Down Expand Up @@ -78,7 +78,7 @@
"@babel/core": "7.29.0",
"@babel/eslint-parser": "7.28.6",
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@babel/preset-env": "7.29.3",
"@babel/preset-env": "7.29.5",
"@babel/preset-react": "7.28.5",
"@cfaester/enzyme-adapter-react-18": "0.8.0",
"@eslint/compat": "1.4.1",
Expand All @@ -93,7 +93,7 @@
"ansi-regex": "6.2.2",
"babel-plugin-transform-vite-meta-env": "1.0.3",
"body-parser": "2.2.2",
"caniuse-lite": "1.0.30001791",
"caniuse-lite": "1.0.30001792",
"concurrently": "9.2.1",
"cors": "2.8.6",
"cypress": "15.14.2",
Expand Down Expand Up @@ -139,7 +139,7 @@
"overrides": {
"openapi-snippet": {
"openapi-sampler": {
"fast-xml-parser": "5.7.2"
"fast-xml-parser": "5.7.3"
}
},
"cosmiconfig": {
Expand Down Expand Up @@ -170,8 +170,8 @@
"brace-expansion": "1.1.14"
},
"engines": {
"npm": "=10.9.0",
"node": "=24.10.0"
"npm": "=10.9.8",
"node": "=24.15.0"
},
"notes": {
"jest": "Cannot be updated to v30 because tests fail with messages relating to the import of enzyme"
Expand Down
6 changes: 3 additions & 3 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencyResolutionManagement {
}
version('jbossLogging', '3.6.3.Final')
version('jerseySun', '1.19.4')
version('jettyWebSocketClient', '12.1.8')
version('jettyWebSocketClient', '12.1.9')
version('jettison', '1.5.5')
//0.12.x version contains breaking changes
version('jjwt', '0.13.0')
Expand All @@ -79,7 +79,7 @@ dependencyResolutionManagement {
version('log4j', '2.25.4')
version('lombok', '1.18.46')
version('mailapi', '1.6.8')
version('netty', '4.2.12.Final')
version('netty', '4.2.13.Final')
// netty reactor contains a bug: https://github.com/reactor/reactor-netty/issues/3559 > https://github.com/reactor/reactor-netty/pull/3581
version('nettyReactor', '1.3.5')
version('nimbusJoseJwt', '10.9')
Expand Down Expand Up @@ -107,7 +107,7 @@ dependencyResolutionManagement {
version('gradleTestLogger', '4.0.0')
version('testLogger', '4.0.0')
version('micronautPlatform', '4.9.0')
version('micronaut', '4.10.22')
version('micronaut', '4.10.23')
version('micronautPlugin', '4.6.2')
version('shadow', '8.1.1')
version('checkstyle', '10.17.0')
Expand Down
4 changes: 2 additions & 2 deletions onboarding-enabler-nodejs/package-lock.json

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

4 changes: 2 additions & 2 deletions onboarding-enabler-nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
]
},
"engines": {
"npm": "=10.9.0",
"node": "=24.10.0"
"npm": "=10.9.8",
"node": "=24.15.0"
}
}
Loading
Loading