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
200 changes: 96 additions & 104 deletions api-catalog-ui/frontend/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions api-catalog-ui/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@emotion/is-prop-valid": "1.4.0",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.1",
"@eslint/migrate-config": "2.0.7",
"@eslint/migrate-config": "2.1.0",
"@jest/globals": "29.7.0",
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.11.3",
Expand Down Expand Up @@ -132,7 +132,7 @@
"start-server-and-test": "2.1.5",
"tmpl": "1.0.5",
"undici": "6.19.8",
"vite": "8.0.10",
"vite": "8.0.11",
"vite-plugin-node-polyfills": "0.26.0",
"yaml": "2.8.4"
},
Expand All @@ -152,7 +152,7 @@
"@braintree/sanitize-url": "7.1.2",
"resolve-url-loader": "5.0.0",
"lodash": "4.18.1",
"semver": "7.7.4",
"semver": "7.8.0",
"@babel/traverse": "7.29.0",
"axios": "1.16.0",
"form-data": "3.0.4",
Expand Down
4 changes: 2 additions & 2 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencyResolutionManagement {
version('jakartaServlet', '6.1.0')
version('javaxAnnotation', '1.3.2')
version('openTelemetry-starter', '2.27.0')
version('openTelemetry-core', '1.61.0')
version('openTelemetry-core', '1.62.0')

// Eureka requires this specific version of Jakarta JAXB bindings
version('jaxbApi') {
Expand All @@ -76,7 +76,7 @@ dependencyResolutionManagement {
version('jxpath', '1.4.0')
version('lettuce', '6.8.2.RELEASE')
// force version in build.gradle file - compatibility with Slf4j
version('log4j', '2.25.4')
version('log4j', '2.26.0')
version('lombok', '1.18.46')
version('mailapi', '1.6.8')
version('netty', '4.2.13.Final')
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.5-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
16 changes: 8 additions & 8 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 @@ -51,10 +51,10 @@
"devDependencies": {
"@eslint/js": "9.39.4",
"@types/jest": "29.5.14",
"@types/node": "24.12.2",
"@types/node": "24.12.3",
"@typescript-eslint/eslint-plugin": "8.59.2",
"@typescript-eslint/parser": "8.59.2",
"@zowe/cli": "8.32.0",
"@zowe/cli": "8.32.1",
"@zowe/cli-test-utils": "8.32.0",
"@zowe/imperative": "8.32.0",
"copyfiles": "2.4.1",
Expand Down
Loading