mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-10-18 00:57:22 +02:00
update dependencies
This commit is contained in:
parent
34308808ac
commit
28910e0179
@ -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\/.*$
|
||||
|
@ -1 +1 @@
|
||||
3.4.6
|
||||
3.4.7
|
||||
|
28
Gemfile.lock
generated
28
Gemfile.lock
generated
@ -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
|
||||
|
2
package.json
vendored
2
package.json
vendored
@ -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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user