From b8eb88eda3628a655cccbd337b8c3991898aa6de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 07:18:31 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/codeql.yml | 6 +++--- .github/workflows/scorecards.yml | 4 ++-- packages/@ama-sdk/create/package.json | 2 +- packages/@ama-sdk/schematics/package.json | 4 ++-- packages/@ama-sdk/showcase-sdk/package.json | 2 +- yarn.lock | 16 ++++++++-------- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index fad9833b4..5c64c48a2 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -50,15 +50,15 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6 + uses: github/codeql-action/init@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7 with: languages: ${{ matrix.language }} config-file: ./.github/codeql/codeql-config.yml - name: Autobuild - uses: github/codeql-action/autobuild@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6 + uses: github/codeql-action/autobuild@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6 + uses: github/codeql-action/analyze@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 76b1b06cb..24c9eb156 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -36,7 +36,7 @@ jobs: persist-credentials: false - name: "Run analysis" - uses: ossf/scorecard-action@99c53751e09b9529366343771cc321ec74e9bd3d # v2.0.6 + uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1 with: results_file: results.sarif results_format: sarif @@ -66,6 +66,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@928ff8c822d966a999092a6a35e32177899afb7c # v2.24.6 + uses: github/codeql-action/upload-sarif@e56cfd0877b4826be144d11aa31e6c64a55828e9 # v2.24.7 with: sarif_file: results.sarif diff --git a/packages/@ama-sdk/create/package.json b/packages/@ama-sdk/create/package.json index 9906b5973..b86d34205 100644 --- a/packages/@ama-sdk/create/package.json +++ b/packages/@ama-sdk/create/package.json @@ -24,7 +24,7 @@ "@angular-devkit/schematics-cli": "~17.2.0", "@angular/cli": "~17.2.0", "@o3r/schematics": "workspace:*", - "@openapitools/openapi-generator-cli": "~2.11.0", + "@openapitools/openapi-generator-cli": "~2.12.0", "@schematics/angular": "~17.2.0", "minimist": "^1.2.6", "rxjs": "^7.8.1", diff --git a/packages/@ama-sdk/schematics/package.json b/packages/@ama-sdk/schematics/package.json index 8f5243d2a..14f196bc5 100644 --- a/packages/@ama-sdk/schematics/package.json +++ b/packages/@ama-sdk/schematics/package.json @@ -54,7 +54,7 @@ "@angular-devkit/schematics-cli": "^17.0.1", "@angular/cli": "^17.0.1", "@o3r/schematics": "workspace:^", - "@openapitools/openapi-generator-cli": "~2.11.0", + "@openapitools/openapi-generator-cli": "~2.12.0", "@schematics/angular": "~17.2.0" }, "dependencies": { @@ -78,7 +78,7 @@ "@o3r/eslint-plugin": "workspace:^", "@o3r/schematics": "workspace:^", "@o3r/test-helpers": "workspace:^", - "@openapitools/openapi-generator-cli": "~2.11.0", + "@openapitools/openapi-generator-cli": "~2.12.0", "@schematics/angular": "~17.2.0", "@stylistic/eslint-plugin-ts": "^1.5.4", "@types/jest": "~29.5.2", diff --git a/packages/@ama-sdk/showcase-sdk/package.json b/packages/@ama-sdk/showcase-sdk/package.json index 5115b3c2f..9178f67ea 100644 --- a/packages/@ama-sdk/showcase-sdk/package.json +++ b/packages/@ama-sdk/showcase-sdk/package.json @@ -73,7 +73,7 @@ "@nx/jest": "~18.0.2", "@o3r/eslint-config-otter": "workspace:^", "@o3r/eslint-plugin": "workspace:^", - "@openapitools/openapi-generator-cli": "~2.11.0", + "@openapitools/openapi-generator-cli": "~2.12.0", "@schematics/angular": "~17.2.0", "@stylistic/eslint-plugin-ts": "^1.5.4", "@swc/cli": "^0.3.0", diff --git a/yarn.lock b/yarn.lock index 087a3b9c4..aeaeac717 100644 --- a/yarn.lock +++ b/yarn.lock @@ -179,7 +179,7 @@ __metadata: "@o3r/eslint-plugin": "workspace:^" "@o3r/schematics": "workspace:*" "@o3r/test-helpers": "workspace:^" - "@openapitools/openapi-generator-cli": "npm:~2.11.0" + "@openapitools/openapi-generator-cli": "npm:~2.12.0" "@schematics/angular": "npm:~17.2.0" "@stylistic/eslint-plugin-ts": "npm:^1.5.4" "@types/jest": "npm:~29.5.2" @@ -230,7 +230,7 @@ __metadata: "@o3r/eslint-plugin": "workspace:^" "@o3r/schematics": "workspace:^" "@o3r/test-helpers": "workspace:^" - "@openapitools/openapi-generator-cli": "npm:~2.11.0" + "@openapitools/openapi-generator-cli": "npm:~2.12.0" "@schematics/angular": "npm:~17.2.0" "@stylistic/eslint-plugin-ts": "npm:^1.5.4" "@types/jest": "npm:~29.5.2" @@ -276,7 +276,7 @@ __metadata: "@angular-devkit/schematics-cli": ^17.0.1 "@angular/cli": ^17.0.1 "@o3r/schematics": "workspace:^" - "@openapitools/openapi-generator-cli": ~2.11.0 + "@openapitools/openapi-generator-cli": ~2.12.0 "@schematics/angular": ~17.2.0 peerDependenciesMeta: "@ama-sdk/core": @@ -311,7 +311,7 @@ __metadata: "@nx/jest": "npm:~18.0.2" "@o3r/eslint-config-otter": "workspace:^" "@o3r/eslint-plugin": "workspace:^" - "@openapitools/openapi-generator-cli": "npm:~2.11.0" + "@openapitools/openapi-generator-cli": "npm:~2.12.0" "@schematics/angular": "npm:~17.2.0" "@stylistic/eslint-plugin-ts": "npm:^1.5.4" "@swc/cli": "npm:^0.3.0" @@ -9459,9 +9459,9 @@ __metadata: languageName: node linkType: hard -"@openapitools/openapi-generator-cli@npm:~2.11.0": - version: 2.11.0 - resolution: "@openapitools/openapi-generator-cli@npm:2.11.0" +"@openapitools/openapi-generator-cli@npm:~2.12.0": + version: 2.12.0 + resolution: "@openapitools/openapi-generator-cli@npm:2.12.0" dependencies: "@nestjs/axios": "npm:3.0.1" "@nestjs/common": "npm:10.3.0" @@ -9482,7 +9482,7 @@ __metadata: tslib: "npm:2.6.2" bin: openapi-generator-cli: main.js - checksum: 10/03643f845eed2f7bf4c19acfc6786638330dc67f3d183024baf7533a9eeb8cb99eae5b0faf7889fd18dbe5f70c6507346cbe47aa4af45a7344906c0cf620ef53 + checksum: 10/9558b1d3fe70b8263d3e000618ae4ba9a8a371e60dfdd308992a53d3f382cd64e0f54db844c20dc4099ea8f955097dad120692291698222ec777e2d2216bf3e8 languageName: node linkType: hard