Skip to content

Commit a6d00e1

Browse files
committed
Bumps node modules
1 parent 24b43f8 commit a6d00e1

34 files changed

Lines changed: 651 additions & 628 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020

2121
steps:
2222
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23+
with:
24+
persist-credentials: false
2325

2426
- name: Use Node.js
2527
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0

.github/workflows/enable-auto-merge.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
if: ${{ github.event.pull_request.draft == false && (github.actor == 'dependabot[bot]' || github.repository_owner == github.actor) }}
1515

1616
steps:
17-
- name: Enable auto-merge for Pull Request
18-
run: |
19-
gh pr review --approve "$PR_URL"
20-
gh pr merge --auto --squash "$PR_URL"
21-
env:
22-
PR_URL: ${{github.event.pull_request.html_url}}
23-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
17+
- name: Enable auto-merge for Pull Request
18+
run: |
19+
gh pr review --approve "$PR_URL"
20+
gh pr merge --auto --squash "$PR_URL"
21+
env:
22+
PR_URL: ${{github.event.pull_request.html_url}}
23+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

.github/workflows/scorecard.yml

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -35,46 +35,46 @@ jobs:
3535
# actions: read
3636

3737
steps:
38-
- name: "Checkout code"
39-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
40-
with:
41-
persist-credentials: false
38+
- name: "Checkout code"
39+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
40+
with:
41+
persist-credentials: false
4242

43-
- name: "Run analysis"
44-
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
45-
with:
46-
results_file: results.sarif
47-
results_format: sarif
48-
# (Optional) "write" PAT token. Uncomment the `repo_token` line below if:
49-
# - you want to enable the Branch-Protection check on a *public* repository, or
50-
# - you are installing Scorecard on a *private* repository
51-
# To create the PAT, follow the steps in https://github.com/ossf/scorecard-action?tab=readme-ov-file#authentication-with-fine-grained-pat-optional.
52-
# repo_token: ${{ secrets.SCORECARD_TOKEN }}
43+
- name: "Run analysis"
44+
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
45+
with:
46+
results_file: results.sarif
47+
results_format: sarif
48+
# (Optional) "write" PAT token. Uncomment the `repo_token` line below if:
49+
# - you want to enable the Branch-Protection check on a *public* repository, or
50+
# - you are installing Scorecard on a *private* repository
51+
# To create the PAT, follow the steps in https://github.com/ossf/scorecard-action?tab=readme-ov-file#authentication-with-fine-grained-pat-optional.
52+
# repo_token: ${{ secrets.SCORECARD_TOKEN }}
5353

54-
# Public repositories:
55-
# - Publish results to OpenSSF REST API for easy access by consumers
56-
# - Allows the repository to include the Scorecard badge.
57-
# - See https://github.com/ossf/scorecard-action#publishing-results.
58-
# For private repositories:
59-
# - `publish_results` will always be set to `false`, regardless
60-
# of the value entered here.
61-
publish_results: true
54+
# Public repositories:
55+
# - Publish results to OpenSSF REST API for easy access by consumers
56+
# - Allows the repository to include the Scorecard badge.
57+
# - See https://github.com/ossf/scorecard-action#publishing-results.
58+
# For private repositories:
59+
# - `publish_results` will always be set to `false`, regardless
60+
# of the value entered here.
61+
publish_results: true
6262

63-
# (Optional) Uncomment file_mode if you have a .gitattributes with files marked export-ignore
64-
# file_mode: git
63+
# (Optional) Uncomment file_mode if you have a .gitattributes with files marked export-ignore
64+
# file_mode: git
6565

66-
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
67-
# format to the repository Actions tab.
68-
- name: "Upload artifact"
69-
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
70-
with:
71-
name: SARIF file
72-
path: results.sarif
73-
retention-days: 5
66+
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
67+
# format to the repository Actions tab.
68+
- name: "Upload artifact"
69+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
70+
with:
71+
name: SARIF file
72+
path: results.sarif
73+
retention-days: 5
7474

75-
# Upload the results to GitHub's code scanning dashboard (optional).
76-
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
77-
- name: "Upload to code-scanning"
78-
uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
79-
with:
80-
sarif_file: results.sarif
75+
# Upload the results to GitHub's code scanning dashboard (optional).
76+
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
77+
- name: "Upload to code-scanning"
78+
uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
79+
with:
80+
sarif_file: results.sarif

amplify/amplify-cdk/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@mui/material": "^9.0.1",
2222
"autoprefixer": "^10.5.0",
2323
"next": "^16.2.6",
24-
"postcss": "^8.5.14",
24+
"postcss": "^8.5.15",
2525
"react": "^19.2.6",
2626
"react-dom": "^19.2.6",
2727
"tailwindcss": "^4.3.0",
@@ -44,6 +44,6 @@
4444
"rimraf": "^6.1.3",
4545
"styled-jsx": "^5.1.7",
4646
"typescript": "^6.0.3",
47-
"typescript-eslint": "^8.59.3"
47+
"typescript-eslint": "^8.59.4"
4848
}
4949
}

amplify/amplify-cdk/infra/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"devDependencies": {
1111
"@types/node": "^24.12.4",
1212
"aws-cdk": "^2.1122.0",
13-
"tsx": "^4.22.2",
13+
"tsx": "^4.22.3",
1414
"typescript": "^6.0.3"
1515
},
1616
"dependencies": {
1717
"@aws-cdk/aws-amplify-alpha": "2.250.0-alpha.0",
18-
"aws-cdk-lib": "^2.254.0",
18+
"aws-cdk-lib": "^2.255.0",
1919
"constructs": "^10.6.0"
2020
}
2121
}

bedrock/agentcore-runtime-agent-example/app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@hono/node-server": "^1.19.14",
2323
"@modelcontextprotocol/sdk": "^1.29.0",
2424
"@strands-agents/sdk": "^1.2.0",
25-
"hono": "^4.12.19",
25+
"hono": "^4.12.21",
2626
"zod": "^4.4.3"
2727
},
2828
"devDependencies": {
@@ -35,8 +35,8 @@
3535
"eslint-plugin-import-x": "^4.16.2",
3636
"eslint-plugin-promise": "^7.3.0",
3737
"jiti": "^2.7.0",
38-
"tsx": "^4.22.2",
38+
"tsx": "^4.22.3",
3939
"typescript": "^6.0.3",
40-
"typescript-eslint": "^8.59.3"
40+
"typescript-eslint": "^8.59.4"
4141
}
4242
}

bedrock/agentcore-runtime-agent-example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
"eslint-plugin-import-x": "^4.16.2",
2727
"eslint-plugin-promise": "^7.3.0",
2828
"jiti": "^2.7.0",
29-
"tsx": "^4.22.2",
29+
"tsx": "^4.22.3",
3030
"typescript": "^6.0.3",
31-
"typescript-eslint": "^8.59.3",
31+
"typescript-eslint": "^8.59.4",
3232
"vite": "^8.0.13",
3333
"vitest": "^4.1.6"
3434
},
3535
"dependencies": {
3636
"@aws/aws-distro-opentelemetry-node-autoinstrumentation": "^0.11.0",
37-
"aws-cdk-lib": "^2.254.0",
37+
"aws-cdk-lib": "^2.255.0",
3838
"cdk-ecr-deployment": "^4.2.2",
3939
"constructs": "^10.6.0"
4040
}

bedrock/agentcore-runtime-mcp-example/mcp-server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"eslint-plugin-import-x": "^4.16.2",
2323
"eslint-plugin-promise": "^7.3.0",
2424
"jiti": "^2.7.0",
25-
"tsx": "^4.22.2",
25+
"tsx": "^4.22.3",
2626
"typescript": "^6.0.3",
27-
"typescript-eslint": "^8.59.3"
27+
"typescript-eslint": "^8.59.4"
2828
},
2929
"dependencies": {
3030
"@modelcontextprotocol/sdk": "^1.29.0",
3131
"fastmcp": "^3.35.0",
32-
"hono": "^4.12.19",
32+
"hono": "^4.12.21",
3333
"zod": "^4.4.3"
3434
}
3535
}

bedrock/agentcore-runtime-mcp-example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
"eslint-plugin-import-x": "^4.16.2",
2626
"eslint-plugin-promise": "^7.3.0",
2727
"jiti": "^2.7.0",
28-
"tsx": "^4.22.2",
28+
"tsx": "^4.22.3",
2929
"typescript": "^6.0.3",
30-
"typescript-eslint": "^8.59.3",
30+
"typescript-eslint": "^8.59.4",
3131
"vitest": "^4.1.6"
3232
},
3333
"dependencies": {
34-
"aws-cdk-lib": "^2.254.0",
34+
"aws-cdk-lib": "^2.255.0",
3535
"cdk-ecr-deployment": "^4.2.2",
3636
"constructs": "^10.6.0"
3737
}

codebuild/codebuild-gha-lambda-runner-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"aws-cdk": "^2.1122.0",
2020
"esbuild": "^0.28.0",
2121
"jiti": "^2.7.0",
22-
"tsx": "^4.22.2",
22+
"tsx": "^4.22.3",
2323
"typescript": "^6.0.3",
2424
"vite": "^8.0.13",
2525
"vitest": "^4.1.6"
2626
},
2727
"dependencies": {
28-
"aws-cdk-lib": "^2.254.0",
28+
"aws-cdk-lib": "^2.255.0",
2929
"constructs": "^10.6.0"
3030
}
3131
}

0 commit comments

Comments
 (0)