diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3e141a0..fbe44dd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -68,7 +68,7 @@ repos: ] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.1 + rev: 0.29.2 hooks: - id: check-dependabot - id: check-github-actions diff --git a/Gemfile.lock b/Gemfile.lock index 1069f2c..1b4b7e0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.2.0) + activesupport (7.2.1) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) @@ -135,7 +135,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rbs (3.5.2) + rbs (3.5.3) logger rexml (3.3.6) strscan diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 67bdaa5..a5d9208 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -109,10 +109,10 @@ packages: } engines: { node: ">=16.0.0" } - tslib@2.6.3: + tslib@2.7.0: resolution: { - integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==, + integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==, } snapshots: @@ -169,6 +169,6 @@ snapshots: sh-syntax@0.4.2: dependencies: - tslib: 2.6.3 + tslib: 2.7.0 - tslib@2.6.3: {} + tslib@2.7.0: {}