diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 90f12e8e40..881998656f 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -38,7 +38,7 @@ runs: - name: Set up Node uses: actions/setup-node@v4 with: - node-version: '24.19.0' + node-version: '24.20.0' - run: npm install -g npm@10.9.9 shell: bash - name: Grant execute permission for gradlew diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 2d6eb4e8fa..79f118042a 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -27,7 +27,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v4 with: - node-version: '24.19.0' + node-version: '24.20.0' - name: Checkout repository uses: actions/checkout@v4 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b26b96e0f1..b2b3f5259a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v4 with: - node-version: '24.19.0' + node-version: '24.20.0' - name: Checkout repository uses: actions/checkout@v4 diff --git a/.github/workflows/release_and_update_manifest_json.yml b/.github/workflows/release_and_update_manifest_json.yml index 505d63ce3f..de301948f4 100644 --- a/.github/workflows/release_and_update_manifest_json.yml +++ b/.github/workflows/release_and_update_manifest_json.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v4 with: - node-version: '24.19.0' + node-version: '24.20.0' - name: Checkout repository uses: actions/checkout@v4 diff --git a/api-catalog-ui/frontend/package-lock.json b/api-catalog-ui/frontend/package-lock.json index 37948b73aa..1b81b974c7 100644 --- a/api-catalog-ui/frontend/package-lock.json +++ b/api-catalog-ui/frontend/package-lock.json @@ -67,7 +67,7 @@ "@reduxjs/toolkit": "2.12.0", "@testing-library/dom": "10.4.1", "@testing-library/jest-dom": "6.9.1", - "@testing-library/react": "16.3.2", + "@testing-library/react": "16.3.3", "@testing-library/user-event": "14.6.6", "@vitejs/plugin-basic-ssl": "2.3.0", "@vitejs/plugin-react": "4.7.0", @@ -6087,9 +6087,9 @@ "license": "MIT" }, "node_modules/@testing-library/react": { - "version": "16.3.2", - "resolved": "https://zowe.jfrog.io/artifactory/api/npm/npm-org/@testing-library/react/-/react-16.3.2.tgz", - "integrity": "sha512-XU5/SytQM+ykqMnAnvB2umaJNIOsLF3PVv//1Ew4CTcpz0/BRyy/af40qqrt7SjKpDdT1saBMc42CUok5gaw+g==", + "version": "16.3.3", + "resolved": "https://zowe.jfrog.io/artifactory/api/npm/npm-org/@testing-library/react/-/react-16.3.3.tgz", + "integrity": "sha512-Uo193NgQbPMz6lrrhtRQQFcMC6Re/ELLFbbuVL30WDlZxlpZf9/lMHTAVxPRLw1q1iu9OJmR1c2BLiENRstdBg==", "dev": true, "license": "MIT", "dependencies": { @@ -11171,9 +11171,9 @@ } }, "node_modules/fast-xml-parser": { - "version": "5.11.0", - "resolved": "https://zowe.jfrog.io/artifactory/api/npm/npm-org/fast-xml-parser/-/fast-xml-parser-5.11.0.tgz", - "integrity": "sha512-9IGxMqvqLOnqP+Egi1nqDHKv5k8aZ7r9n558enxcucmyVGEBNPAU+MOg/8jPIS7rO7sSq4gFm1/nHtiaubMruw==", + "version": "5.11.1", + "resolved": "https://zowe.jfrog.io/artifactory/api/npm/npm-org/fast-xml-parser/-/fast-xml-parser-5.11.1.tgz", + "integrity": "sha512-TBw6K/fxoQGGjCmZDw9w/ZwP3uDcnTM4YH/g+PFRWr8sbe5idXtxNN6vITh4+1ruCZaho6uBFurElsA7F0zzgw==", "funding": [ { "type": "github", diff --git a/api-catalog-ui/frontend/package.json b/api-catalog-ui/frontend/package.json index 38a56e2872..062ca845aa 100644 --- a/api-catalog-ui/frontend/package.json +++ b/api-catalog-ui/frontend/package.json @@ -86,7 +86,7 @@ "@reduxjs/toolkit": "2.12.0", "@testing-library/dom": "10.4.1", "@testing-library/jest-dom": "6.9.1", - "@testing-library/react": "16.3.2", + "@testing-library/react": "16.3.3", "@testing-library/user-event": "14.6.6", "@vitejs/plugin-basic-ssl": "2.3.0", "@vitejs/plugin-react": "4.7.0", @@ -141,7 +141,7 @@ "browserslist": "4.28.8", "openapi-snippet": { "openapi-sampler": { - "fast-xml-parser": "5.11.0" + "fast-xml-parser": "5.11.1" } }, "cosmiconfig": {