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) #3876

Open
wants to merge 1 commit into
base: v2.x.x
Choose a base branch
from
Open
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: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
legacy-peer-deps=true
registry=https://zowe.jfrog.io/artifactory/api/npm/npm-org/
2 changes: 2 additions & 0 deletions api-catalog-ui/frontend/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
legacy-peer-deps=true
registry=https://zowe.jfrog.io/artifactory/api/npm/npm-org/
206 changes: 51 additions & 155 deletions api-catalog-ui/frontend/package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 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.13",
"@types/jest": "29.5.14",
"@types/react": "18.2.79",
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
"agentkeepalive": "4.5.0",
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.30001669",
"caniuse-lite": "1.0.30001688",
"concurrently": "5.3.0",
"cors": "2.8.5",
"cross-env": "7.0.3",
Expand All @@ -104,7 +104,7 @@
"eslint-plugin-jsx-a11y": "6.6.0",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-react": "7.30.1",
"express": "4.21.1",
"express": "4.21.2",
"html-loader": "4.2.0",
"jest": "29.7.0",
"jest-environment-enzyme": "7.1.2",
Expand All @@ -114,7 +114,7 @@
"jest-mock": "29.7.0",
"jest-watch-typeahead": "2.2.2",
"json-schema": "0.4.0",
"mini-css-extract-plugin": "2.9.1",
"mini-css-extract-plugin": "2.9.2",
"nodemon": "2.0.22",
"nth-check": "2.1.1",
"prettier": "2.8.8",
Expand All @@ -123,10 +123,10 @@
"react-app-rewired": "2.2.1",
"react-error-overlay": "6.0.11",
"react-scripts": "5.0.1",
"redux-mock-store": "1.5.4",
"redux-mock-store": "1.5.5",
"rimraf": "3.0.2",
"source-map-explorer": "2.5.3",
"start-server-and-test": "2.0.8",
"start-server-and-test": "2.0.9",
"tmpl": "1.0.5",
"yaml": "1.10.2"
},
Expand All @@ -144,7 +144,7 @@
"dompurify": "3.1.7",
"serve-static": "1.16.2",
"body-parser": "1.20.3",
"axios": "1.7.7"
"axios": "1.7.9"
},
"engines": {
"npm": "=9.3.1",
Expand Down
20 changes: 10 additions & 10 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencyResolutionManagement {
version('zosUtils', '2.0.5')
version('archaius', '0.7.12')
version('awaitility', '4.2.2')
version('awsJavaSdk', '1.12.774')
version('awsJavaSdk', '1.12.780')
version('bouncyCastle', '1.78.1')
// forced version in root gradle.build file. Version 3.x requieres Java 11
version('caffeine', '2.9.3')
Expand All @@ -41,7 +41,7 @@ dependencyResolutionManagement {
version('ehCache', '3.10.8')
version('eureka', '1.10.18')
version('findBugs', '3.0.2')
version('githubClassgraph', '4.8.177')
version('githubClassgraph', '4.8.179')
version('gradleGitProperties', '2.2.4') // Used in classpath dependencies
version('gradleNode', '3.6.0') // Used in classpath dependencies
version('gson', '2.11.0')
Expand Down Expand Up @@ -86,7 +86,7 @@ dependencyResolutionManagement {
strictly '[1.2.13, 1.3['
prefer '1.2.13'
}
version('lombok', '1.18.34')
version('lombok', '1.18.36')
version('mockitoCore') {
// version 5.x requires Java 11
strictly '[4.11.0, 5.0.0['
Expand All @@ -99,7 +99,7 @@ dependencyResolutionManagement {
}
version('netflixCommonsUtil', '0.3.0')
version('netflixServo', '0.13.2')
version('netty', '4.1.114.Final')
version('netty', '4.1.115.Final')
version('nettyReactor', '1.1.23')
version('nimbusJoseJwt', '9.40')
version('openApiDiff', '2.0.1')
Expand All @@ -124,14 +124,14 @@ dependencyResolutionManagement {
strictly '[1.6.15, 1.7.0['
prefer '1.6.15'
}
version('swagger3Core', '2.2.25')
version('swagger3Parser', '2.1.22')
version('swagger3Core', '2.2.27')
version('swagger3Parser', '2.1.24')
version('swaggerCore', '1.6.14')
version('swaggerInflector', '2.0.12')
version('swaggerJaxrs2', '2.2.25')
version('thymeleaf', '3.1.2.RELEASE')
version('tomcat', '9.0.96')
version('velocity', '2.4')
version('swaggerJaxrs2', '2.2.27')
version('thymeleaf', '3.1.3.RELEASE')
version('tomcat', '9.0.98')
version('velocity', '2.4.1')
version('woodstoxCore', '6.7.0')
version('woodstoxStax2', '4.2.2')
version('xstream') {
Expand Down
2 changes: 2 additions & 0 deletions metrics-service-ui/frontend/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
legacy-peer-deps=true
registry=https://zowe.jfrog.io/artifactory/api/npm/npm-org/
Loading
Loading