update deps

This commit is contained in:
Aminda Suomalainen 2026-04-12 10:24:30 +03:00
parent c60d800837
commit f6d0aceb54
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
3 changed files with 22 additions and 22 deletions

View File

@ -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

38
Gemfile.lock generated
View File

@ -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)

2
package.json vendored
View File

@ -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"
}