Skip to content

Commit 0caa22b

Browse files
ran-isenbergRan Isenberg
andauthored
deps: update deps (#971)
Co-authored-by: Ran Isenberg <[email protected]>
1 parent f4d9f56 commit 0caa22b

File tree

4 files changed

+358
-372
lines changed

4 files changed

+358
-372
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v5.0.0
4+
rev: v6.0.0
55
hooks:
66
- id: trailing-whitespace
77
name: Ensure that code don't have trailing whitespace
@@ -26,7 +26,7 @@ repos:
2626
exclude: "^(?!helpers/)"
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
2828
# Ruff version.
29-
rev: v0.12.7
29+
rev: v0.12.11
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.1023.0"
3+
"aws-cdk": "2.1027.0"
44
}
55
}

0 commit comments

Comments
 (0)