Skip to content

Commit b8eb88e

Browse files
chore(deps): update all non-major dependencies
1 parent 6d2eb40 commit b8eb88e

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ jobs:
5050

5151
# Initializes the CodeQL tools for scanning.
5252
- name: Initialize CodeQL
53-
uses: github/codeql-action/init@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
53+
uses: github/codeql-action/init@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
5454
with:
5555
languages: ${{ matrix.language }}
5656
config-file: ./.github/codeql/codeql-config.yml
5757

5858
- name: Autobuild
59-
uses: github/codeql-action/autobuild@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
59+
uses: github/codeql-action/autobuild@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
6060

6161
- name: Perform CodeQL Analysis
62-
uses: github/codeql-action/analyze@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
62+
uses: github/codeql-action/analyze@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
6363
with:
6464
category: "/language:${{matrix.language}}"

.github/workflows/scorecards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
persist-credentials: false
3737

3838
- name: "Run analysis"
39-
uses: ossf/scorecard-action@99c53751e09b9529366343771cc321ec74e9bd3d # v2.0.6
39+
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
4040
with:
4141
results_file: results.sarif
4242
results_format: sarif
@@ -66,6 +66,6 @@ jobs:
6666

6767
# Upload the results to GitHub's code scanning dashboard.
6868
- name: "Upload to code-scanning"
69-
uses: github/codeql-action/upload-sarif@928ff8c822d966a999092a6a35e32177899afb7c # v2.24.6
69+
uses: github/codeql-action/upload-sarif@e56cfd0877b4826be144d11aa31e6c64a55828e9 # v2.24.7
7070
with:
7171
sarif_file: results.sarif

packages/@ama-sdk/create/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@angular-devkit/schematics-cli": "~17.2.0",
2525
"@angular/cli": "~17.2.0",
2626
"@o3r/schematics": "workspace:*",
27-
"@openapitools/openapi-generator-cli": "~2.11.0",
27+
"@openapitools/openapi-generator-cli": "~2.12.0",
2828
"@schematics/angular": "~17.2.0",
2929
"minimist": "^1.2.6",
3030
"rxjs": "^7.8.1",

packages/@ama-sdk/schematics/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@angular-devkit/schematics-cli": "^17.0.1",
5555
"@angular/cli": "^17.0.1",
5656
"@o3r/schematics": "workspace:^",
57-
"@openapitools/openapi-generator-cli": "~2.11.0",
57+
"@openapitools/openapi-generator-cli": "~2.12.0",
5858
"@schematics/angular": "~17.2.0"
5959
},
6060
"dependencies": {
@@ -78,7 +78,7 @@
7878
"@o3r/eslint-plugin": "workspace:^",
7979
"@o3r/schematics": "workspace:^",
8080
"@o3r/test-helpers": "workspace:^",
81-
"@openapitools/openapi-generator-cli": "~2.11.0",
81+
"@openapitools/openapi-generator-cli": "~2.12.0",
8282
"@schematics/angular": "~17.2.0",
8383
"@stylistic/eslint-plugin-ts": "^1.5.4",
8484
"@types/jest": "~29.5.2",

packages/@ama-sdk/showcase-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@nx/jest": "~18.0.2",
7474
"@o3r/eslint-config-otter": "workspace:^",
7575
"@o3r/eslint-plugin": "workspace:^",
76-
"@openapitools/openapi-generator-cli": "~2.11.0",
76+
"@openapitools/openapi-generator-cli": "~2.12.0",
7777
"@schematics/angular": "~17.2.0",
7878
"@stylistic/eslint-plugin-ts": "^1.5.4",
7979
"@swc/cli": "^0.3.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ __metadata:
179179
"@o3r/eslint-plugin": "workspace:^"
180180
"@o3r/schematics": "workspace:*"
181181
"@o3r/test-helpers": "workspace:^"
182-
"@openapitools/openapi-generator-cli": "npm:~2.11.0"
182+
"@openapitools/openapi-generator-cli": "npm:~2.12.0"
183183
"@schematics/angular": "npm:~17.2.0"
184184
"@stylistic/eslint-plugin-ts": "npm:^1.5.4"
185185
"@types/jest": "npm:~29.5.2"
@@ -230,7 +230,7 @@ __metadata:
230230
"@o3r/eslint-plugin": "workspace:^"
231231
"@o3r/schematics": "workspace:^"
232232
"@o3r/test-helpers": "workspace:^"
233-
"@openapitools/openapi-generator-cli": "npm:~2.11.0"
233+
"@openapitools/openapi-generator-cli": "npm:~2.12.0"
234234
"@schematics/angular": "npm:~17.2.0"
235235
"@stylistic/eslint-plugin-ts": "npm:^1.5.4"
236236
"@types/jest": "npm:~29.5.2"
@@ -276,7 +276,7 @@ __metadata:
276276
"@angular-devkit/schematics-cli": ^17.0.1
277277
"@angular/cli": ^17.0.1
278278
"@o3r/schematics": "workspace:^"
279-
"@openapitools/openapi-generator-cli": ~2.11.0
279+
"@openapitools/openapi-generator-cli": ~2.12.0
280280
"@schematics/angular": ~17.2.0
281281
peerDependenciesMeta:
282282
"@ama-sdk/core":
@@ -311,7 +311,7 @@ __metadata:
311311
"@nx/jest": "npm:~18.0.2"
312312
"@o3r/eslint-config-otter": "workspace:^"
313313
"@o3r/eslint-plugin": "workspace:^"
314-
"@openapitools/openapi-generator-cli": "npm:~2.11.0"
314+
"@openapitools/openapi-generator-cli": "npm:~2.12.0"
315315
"@schematics/angular": "npm:~17.2.0"
316316
"@stylistic/eslint-plugin-ts": "npm:^1.5.4"
317317
"@swc/cli": "npm:^0.3.0"
@@ -9459,9 +9459,9 @@ __metadata:
94599459
languageName: node
94609460
linkType: hard
94619461

9462-
"@openapitools/openapi-generator-cli@npm:~2.11.0":
9463-
version: 2.11.0
9464-
resolution: "@openapitools/openapi-generator-cli@npm:2.11.0"
9462+
"@openapitools/openapi-generator-cli@npm:~2.12.0":
9463+
version: 2.12.0
9464+
resolution: "@openapitools/openapi-generator-cli@npm:2.12.0"
94659465
dependencies:
94669466
"@nestjs/axios": "npm:3.0.1"
94679467
"@nestjs/common": "npm:10.3.0"
@@ -9482,7 +9482,7 @@ __metadata:
94829482
tslib: "npm:2.6.2"
94839483
bin:
94849484
openapi-generator-cli: main.js
9485-
checksum: 10/03643f845eed2f7bf4c19acfc6786638330dc67f3d183024baf7533a9eeb8cb99eae5b0faf7889fd18dbe5f70c6507346cbe47aa4af45a7344906c0cf620ef53
9485+
checksum: 10/9558b1d3fe70b8263d3e000618ae4ba9a8a371e60dfdd308992a53d3f382cd64e0f54db844c20dc4099ea8f955097dad120692291698222ec777e2d2216bf3e8
94869486
languageName: node
94879487
linkType: hard
94889488

0 commit comments

Comments
 (0)