Skip to content

Commit dc54690

Browse files
ran-isenbergRan Isenberg
and
Ran Isenberg
authored
chore: update deps (#816)
Co-authored-by: Ran Isenberg <ran.isenberg@ranthebuilder.cloud>
1 parent 2b4c926 commit dc54690

File tree

6 files changed

+228
-239
lines changed

6 files changed

+228
-239
lines changed

.github/workflows/pr-serverless-service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
# NOTE: these run unit and integration tests
9191
# we can look into coverage collection only later to make it faster and less brittle (--collect-only)
9292
- name: Check OpenAPI Spec breaking action
93-
uses: oasdiff/oasdiff-action/breaking@main
93+
uses: oasdiff/oasdiff-action/breaking@1f0be76ff3090248be28b8aa32f673d0f39584a7 # v0.0.16
9494
with:
9595
base: https://raw.githubusercontent.com/ran-isenberg/aws-lambda-handler-cookbook/main/docs/swagger/openapi.json
9696
revision: ./docs/swagger/openapi.json

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
exclude: "^(?!helpers/)"
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
2828
# Ruff version.
29-
rev: v0.2.2
29+
rev: v0.3.0
3030
hooks:
3131
# Run the Ruff linter.
3232
- id: ruff

package-lock.json

Lines changed: 4 additions & 4 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
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"aws-cdk": "2.130.0"
3+
"aws-cdk": "2.131.0"
44
}
55
}

0 commit comments

Comments
 (0)