Skip to content

Commit

Permalink
Merge branch 'main' into feat/parser_apigw_enhance
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamorosi authored Jun 25, 2024
2 parents a633511 + 5634566 commit 41cf00a
Show file tree
Hide file tree
Showing 17 changed files with 1,657 additions and 2,523 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ossf_scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@530d4feaa9c62aaab2d250371e2061eb7a172363 # v3.25.9
uses: github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/secure-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Ensure 3rd party workflows have SHA pinned
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@76d1d8e0b075d7190b5d59b86da91c7bdbcc99b2 # v3.0.7
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@74606c30450304eee8660aae751818321754feb1 # v3.0.9
with:
allowlist: slsa-framework/slsa-github-generator
2 changes: 1 addition & 1 deletion docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# version 9.5.2
FROM squidfunk/mkdocs-material@sha256:96abcbb1bb6d4d79a6a142fe88150b3862b2b297fe45e6656b154d978b1787eb
FROM squidfunk/mkdocs-material@sha256:257eca88da7f42242cd05e8cebf6d10ebd079edc207b089ad3f4f1ad107b0348

ADD requirements.txt /tmp/
RUN pip install --require-hashes -r /tmp/requirements.txt
2 changes: 1 addition & 1 deletion docs/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mike==1.1.2
mkdocs-material==9.5.26
mkdocs-material==9.5.27
mkdocs-git-revision-date-plugin==0.3.2
mkdocs-exclude==1.0.2
12 changes: 6 additions & 6 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,9 @@ mkdocs-get-deps==0.2.0 \
mkdocs-git-revision-date-plugin==0.3.2 \
--hash=sha256:2e67956cb01823dd2418e2833f3623dee8604cdf223bddd005fe36226a56f6ef
# via -r requirements.in
mkdocs-material==9.5.26 \
--hash=sha256:56aeb91d94cffa43b6296fa4fbf0eb7c840136e563eecfd12c2d9e92e50ba326 \
--hash=sha256:5d01fb0aa1c7946a1e3ae8689aa2b11a030621ecb54894e35aabb74c21016312
mkdocs-material==9.5.27 \
--hash=sha256:a7d4a35f6d4a62b0c43a0cfe7e987da0980c13587b5bc3c26e690ad494427ec0 \
--hash=sha256:af8cc263fafa98bb79e9e15a8c966204abf15164987569bd1175fd66a7705182
# via -r requirements.in
mkdocs-material-extensions==1.3.1 \
--hash=sha256:10c9511cea88f568257f960358a467d12b970e1f7b2c0e5fb2bb48cab1928443 \
Expand Down Expand Up @@ -433,9 +433,9 @@ smmap==5.0.1 \
--hash=sha256:dceeb6c0028fdb6734471eb07c0cd2aae706ccaecab45965ee83f11c8d3b1f62 \
--hash=sha256:e6d8668fa5f93e706934a62d7b4db19c8d9eb8cf2adbb75ef1b675aa332b69da
# via gitdb
urllib3==2.1.0 \
--hash=sha256:55901e917a5896a349ff771be919f8bd99aff50b79fe58fec595eb37bbc56bb3 \
--hash=sha256:df7aa8afb0148fa78488e7899b2c59b5f4ffcfa82e6c54ccb9dd37c1d7b52d54
urllib3==2.2.2 \
--hash=sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472 \
--hash=sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168
# via requests
verspec==0.1.0 \
--hash=sha256:741877d5633cc9464c45a469ae2a31e801e6dbbaa85b9675d481cda100f11c31 \
Expand Down
18 changes: 9 additions & 9 deletions examples/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@
"#errors": "./functions/commons/errors.js"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.138",
"@types/aws-lambda": "^8.10.140",
"@types/jest": "^29.5.12",
"@types/node": "20.14.2",
"@types/node": "20.14.6",
"aws-cdk": "^2.146.0",
"aws-cdk-lib": "^2.146.0",
"constructs": "^10.3.0",
"jest": "^29.7.0",
"source-map-support": "^0.5.21",
"ts-jest": "^29.1.4",
"tsx": "^4.15.4",
"ts-jest": "^29.1.5",
"tsx": "^4.15.6",
"typescript": "^5.4.5"
},
"dependencies": {
Expand All @@ -51,17 +51,17 @@
"@aws-lambda-powertools/metrics": "^2.2.0",
"@aws-lambda-powertools/parameters": "^2.2.0",
"@aws-lambda-powertools/tracer": "^2.2.0",
"@aws-sdk/client-ssm": "^3.596.0",
"@aws-sdk/lib-dynamodb": "^3.596.0",
"@aws-sdk/client-ssm": "^3.600.0",
"@aws-sdk/lib-dynamodb": "^3.600.0",
"@middy/core": "^4.7.0",
"@types/aws-lambda": "^8.10.138",
"@types/aws-lambda": "^8.10.140",
"@types/jest": "^29.5.12",
"@types/node": "20.14.2",
"@types/node": "20.14.6",
"aws-cdk": "^2.146.0",
"constructs": "^10.3.0",
"esbuild": "^0.21.5",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
Expand Down
12 changes: 6 additions & 6 deletions examples/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"@aws-lambda-powertools/parameters": "^2.2.0",
"@aws-lambda-powertools/parser": "^2.2.0",
"@aws-lambda-powertools/tracer": "^2.2.0",
"@aws-sdk/client-appconfigdata": "^3.596.0",
"@aws-sdk/client-dynamodb": "^3.596.0",
"@aws-sdk/client-secrets-manager": "^3.596.0",
"@aws-sdk/client-ssm": "^3.596.0",
"@aws-sdk/util-dynamodb": "^3.596.0",
"@aws-sdk/client-appconfigdata": "^3.600.0",
"@aws-sdk/client-dynamodb": "^3.600.0",
"@aws-sdk/client-secrets-manager": "^3.600.0",
"@aws-sdk/client-ssm": "^3.600.0",
"@aws-sdk/util-dynamodb": "^3.600.0",
"@middy/core": "^4.7.0",
"aws-sdk": "^2.1640.0",
"aws-sdk": "^2.1645.0",
"aws-sdk-client-mock": "^4.0.1",
"aws-sdk-client-mock-jest": "^4.0.1",
"hashi-vault-js": "^0.4.15",
Expand Down
Loading

0 comments on commit 41cf00a

Please sign in to comment.