Skip to content

Commit 1266344

Browse files
authored
Merge branch 'main' into fix/make-release
2 parents 7ec5526 + 9c98064 commit 1266344

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/ossf_scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343

4444
# Upload the results to GitHub's code scanning dashboard.
4545
- name: "Upload to code-scanning"
46-
uses: github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
46+
uses: github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
4747
with:
4848
sarif_file: results.sarif

examples/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@types/aws-lambda": "^8.10.159",
33-
"@types/node": "25.0.0",
33+
"@types/node": "25.0.1",
3434
"aws-cdk-lib": "^2.232.1",
3535
"constructs": "^10.4.4",
3636
"source-map-support": "^0.5.21",
@@ -49,7 +49,7 @@
4949
"@aws-sdk/lib-dynamodb": "^3.947.0",
5050
"@middy/core": "^4.7.0",
5151
"@types/aws-lambda": "^8.10.159",
52-
"@types/node": "25.0.0",
52+
"@types/node": "25.0.1",
5353
"aws-cdk": "^2.1033.0",
5454
"constructs": "^10.4.4",
5555
"esbuild": "^0.27.1",

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"devDependencies": {
5353
"@biomejs/biome": "^2.3.8",
5454
"@types/aws-lambda": "^8.10.159",
55-
"@types/node": "^25.0.0",
55+
"@types/node": "^25.0.1",
5656
"@vitest/coverage-v8": "^4.0.15",
5757
"husky": "^9.1.7",
5858
"lint-staged": "^16.2.7",

0 commit comments

Comments
 (0)