diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 67f5224..722a629 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,7 +54,7 @@ repos: - id: check-pre-commit-ci-config - repo: https://github.com/thlorenz/doctoc - rev: v2.3.0 + rev: v2.4.0 hooks: - id: doctoc args: @@ -66,7 +66,7 @@ repos: ] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.0 + rev: 0.37.1 hooks: - id: check-dependabot - id: check-github-actions diff --git a/Gemfile.lock b/Gemfile.lock index 22c7204..756a38b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,10 +14,10 @@ GEM securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) uri (>= 0.13.1) - addressable (2.8.9) + addressable (2.9.0) public_suffix (>= 2.0.2, < 8.0) base64 (0.3.0) - bigdecimal (4.0.1) + bigdecimal (4.1.1) colorator (1.1.0) concurrent-ruby (1.3.6) connection_pool (3.0.2) @@ -128,7 +128,7 @@ GEM jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) - minitest (6.0.2) + minitest (6.0.3) drb (~> 2.0) prism (~> 1.5) nokogiri (1.19.2) @@ -167,38 +167,38 @@ GEM rexml (3.4.4) rouge (4.7.0) safe_yaml (1.0.5) - sass-embedded (1.98.0) + sass-embedded (1.99.0) google-protobuf (~> 4.31) rake (>= 13) - sass-embedded (1.98.0-aarch64-linux-android) + sass-embedded (1.99.0-aarch64-linux-android) google-protobuf (~> 4.31) - sass-embedded (1.98.0-aarch64-linux-gnu) + sass-embedded (1.99.0-aarch64-linux-gnu) google-protobuf (~> 4.31) - sass-embedded (1.98.0-aarch64-linux-musl) + sass-embedded (1.99.0-aarch64-linux-musl) google-protobuf (~> 4.31) - sass-embedded (1.98.0-aarch64-mingw-ucrt) + sass-embedded (1.99.0-aarch64-mingw-ucrt) google-protobuf (~> 4.31) - sass-embedded (1.98.0-arm-linux-androideabi) + sass-embedded (1.99.0-arm-linux-androideabi) google-protobuf (~> 4.31) - sass-embedded (1.98.0-arm-linux-gnueabihf) + sass-embedded (1.99.0-arm-linux-gnueabihf) google-protobuf (~> 4.31) - sass-embedded (1.98.0-arm-linux-musleabihf) + sass-embedded (1.99.0-arm-linux-musleabihf) google-protobuf (~> 4.31) - sass-embedded (1.98.0-arm64-darwin) + sass-embedded (1.99.0-arm64-darwin) google-protobuf (~> 4.31) - sass-embedded (1.98.0-riscv64-linux-android) + sass-embedded (1.99.0-riscv64-linux-android) google-protobuf (~> 4.31) - sass-embedded (1.98.0-riscv64-linux-gnu) + sass-embedded (1.99.0-riscv64-linux-gnu) google-protobuf (~> 4.31) - sass-embedded (1.98.0-riscv64-linux-musl) + sass-embedded (1.99.0-riscv64-linux-musl) google-protobuf (~> 4.31) - sass-embedded (1.98.0-x86_64-darwin) + sass-embedded (1.99.0-x86_64-darwin) google-protobuf (~> 4.31) - sass-embedded (1.98.0-x86_64-linux-android) + sass-embedded (1.99.0-x86_64-linux-android) google-protobuf (~> 4.31) - sass-embedded (1.98.0-x86_64-linux-gnu) + sass-embedded (1.99.0-x86_64-linux-gnu) google-protobuf (~> 4.31) - sass-embedded (1.98.0-x86_64-linux-musl) + sass-embedded (1.99.0-x86_64-linux-musl) google-protobuf (~> 4.31) securerandom (0.4.1) syntax_tree (6.3.0) diff --git a/package.json b/package.json index 0ee0a1e..9a4c10a 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,6 @@ "prettier-plugin-sh": "0.18.0", "prettier-plugin-toml": "2.0.6" }, - "packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be", + "packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319", "prettier": "@aminda/global-prettier-config" }