Skip to content

Commit

Permalink
chore: Update all non-major dependencies (v3.x.x) (#3853)
Browse files Browse the repository at this point in the history
* chore: Update all non-major dependencies

* Try providing the npm install

Signed-off-by: Jakub Balhar <jakub.balhar@broadcom.com>

---------

Signed-off-by: Jakub Balhar <jakub.balhar@broadcom.com>
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Co-authored-by: Jakub Balhar <jakub.balhar@broadcom.com>
  • Loading branch information
3 people authored Oct 16, 2024
1 parent 53f14b8 commit 58735d6
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 25 deletions.
8 changes: 4 additions & 4 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.

2 changes: 1 addition & 1 deletion api-catalog-ui/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"ajv": "8.17.1",
"ansi-regex": "6.1.0",
"body-parser": "1.20.3",
"caniuse-lite": "1.0.30001668",
"caniuse-lite": "1.0.30001669",
"concurrently": "9.0.1",
"cors": "2.8.5",
"cross-env": "7.0.3",
Expand Down
8 changes: 4 additions & 4 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ dependencyResolutionManagement {
version('log4j', '2.24.1')
version('lombok', '1.18.34')
version('netty', '4.1.114.Final')
version('nettyReactor', '1.1.22')
version('nettyReactor', '1.1.23')
version('nimbusJoseJwt', '9.41.2')
version('openApiDiff', '2.0.1')
version('picocli', '4.7.6')

version('reactor', '3.6.10')
version('reactor', '3.6.11')
version('restAssured', '5.5.0')
version('rhino', '1.7.15')
version('springDoc', '2.6.0')
Expand Down Expand Up @@ -244,8 +244,8 @@ dependencyResolutionManagement {
plugin('micronaut_library', 'io.micronaut.library').versionRef('micronautPlugin')

// Pure Java dependencies - do not use in Spring unless really necessary
version('logback', '1.5.10')
version('mockitoCore', '5.14.1')
version('logback', '1.5.11')
version('mockitoCore', '5.14.2')
version('mockitoInline', '5.2.0')

library('logback_classic', 'ch.qos.logback', 'logback-classic').versionRef('logback')
Expand Down
29 changes: 15 additions & 14 deletions zowe-cli-id-federation-plugin/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 zowe-cli-id-federation-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/node": "20.16.11",
"@typescript-eslint/eslint-plugin": "8.9.0",
"@typescript-eslint/parser": "8.9.0",
"@zowe/cli": "8.2.0",
"@zowe/cli": "8.3.0",
"@zowe/cli-test-utils": "8.2.0",
"@zowe/imperative": "8.2.0",
"copyfiles": "2.4.1",
Expand All @@ -75,7 +75,7 @@
"madge": "8.0.0",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typedoc": "0.26.9",
"typedoc": "0.26.10",
"typescript": "5.6.3"
},
"overrides": {
Expand Down

0 comments on commit 58735d6

Please sign in to comment.