From 28910e01797b2bca46b747fcecd62f34ff3e5010 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 16 Oct 2025 15:04:52 +0300 Subject: [PATCH] update dependencies --- .pre-commit-config.yaml | 4 ++-- .ruby-version | 2 +- Gemfile.lock | 28 ++++++++++++++-------------- package.json | 2 +- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 704c4df..ee06981 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -66,7 +66,7 @@ repos: ] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.34.0 + rev: 0.34.1 hooks: - id: check-dependabot - id: check-github-actions @@ -76,7 +76,7 @@ repos: additional_dependencies: ["pyjson5"] - repo: https://github.com/fsfe/reuse-tool - rev: v5.1.1 + rev: v6.1.2 hooks: - id: reuse exclude: ^.cache\/.*$ diff --git a/.ruby-version b/.ruby-version index 1cf8253..2aa5131 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.4.6 +3.4.7 diff --git a/Gemfile.lock b/Gemfile.lock index 812fb36..4226ee4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,7 +18,7 @@ GEM public_suffix (>= 2.0.2, < 7.0) base64 (0.3.0) benchmark (0.4.1) - bigdecimal (3.2.3) + bigdecimal (3.3.1) colorator (1.1.0) concurrent-ruby (1.3.5) connection_pool (2.5.4) @@ -40,31 +40,31 @@ GEM ffi (1.17.2-x86_64-linux-gnu) ffi (1.17.2-x86_64-linux-musl) forwardable-extended (2.6.0) - google-protobuf (4.32.1) + google-protobuf (4.33.0) bigdecimal rake (>= 13) - google-protobuf (4.32.1-aarch64-linux-gnu) + google-protobuf (4.33.0-aarch64-linux-gnu) bigdecimal rake (>= 13) - google-protobuf (4.32.1-aarch64-linux-musl) + google-protobuf (4.33.0-aarch64-linux-musl) bigdecimal rake (>= 13) - google-protobuf (4.32.1-arm64-darwin) + google-protobuf (4.33.0-arm64-darwin) bigdecimal rake (>= 13) - google-protobuf (4.32.1-x86-linux-gnu) + google-protobuf (4.33.0-x86-linux-gnu) bigdecimal rake (>= 13) - google-protobuf (4.32.1-x86-linux-musl) + google-protobuf (4.33.0-x86-linux-musl) bigdecimal rake (>= 13) - google-protobuf (4.32.1-x86_64-darwin) + google-protobuf (4.33.0-x86_64-darwin) bigdecimal rake (>= 13) - google-protobuf (4.32.1-x86_64-linux-gnu) + google-protobuf (4.33.0-x86_64-linux-gnu) bigdecimal rake (>= 13) - google-protobuf (4.32.1-x86_64-linux-musl) + google-protobuf (4.33.0-x86_64-linux-musl) bigdecimal rake (>= 13) haml (6.3.0) @@ -111,7 +111,7 @@ GEM jekyll (>= 3.7, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) - json (2.15.0) + json (2.15.1) kramdown (2.5.1) rexml (>= 3.3.9) kramdown-parser-gfm (1.1.0) @@ -127,7 +127,7 @@ GEM jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) - minitest (5.25.5) + minitest (5.26.0) nokogiri (1.18.10) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -213,7 +213,7 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.6.0) - uri (1.0.3) + uri (1.0.4) webrick (1.9.1) PLATFORMS @@ -257,7 +257,7 @@ DEPENDENCIES webrick RUBY VERSION - ruby 3.4.6p54 + ruby 3.4.7p58 BUNDLED WITH 2.7.2 diff --git a/package.json b/package.json index 12be4da..471b4c2 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.18.0+sha512.e804f889f1cecc40d572db084eec3e4881739f8dec69c0ff10d2d1beff9a4e309383ba27b5b750059d7f4c149535b6cd0d2cb1ed3aeb739239a4284a68f40cfa", + "packageManager": "pnpm@10.18.3+sha512.bbd16e6d7286fd7e01f6b3c0b3c932cda2965c06a908328f74663f10a9aea51f1129eea615134bf992831b009eabe167ecb7008b597f40ff9bc75946aadfb08d", "prettier": "@aminda/global-prettier-config" }