Skip to content

Commit 7230d8f

Browse files
Update all dependencies (#127)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 996560b commit 7230d8f

5 files changed

Lines changed: 17 additions & 13 deletions

File tree

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: 'Checkout Repository'
18-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
18+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1919
- name: 'Dependency Review'
2020
uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
29+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3030
- name: Setup Pages
3131
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5
3232
- name: Build with Jekyll

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
18+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1919

2020
- name: Setup PHP
2121
id: setup-php
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Cache Composer packages
3131
id: composer-cache
32-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
32+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
3333
with:
3434
path: vendor
3535
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

docs/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source "https://rubygems.org"
77
#
88
# This will help ensure the proper Jekyll version is running.
99
# Happy Jekylling!
10-
gem "jekyll", "~> 4.3.2"
10+
gem "jekyll", "~> 4.4.0"
1111
gem "just-the-docs"
1212
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1313
gem "minima", "~> 2.5"

docs/Gemfile.lock

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ GEM
66
base64 (0.3.0)
77
bigdecimal (3.3.1)
88
colorator (1.1.0)
9-
concurrent-ruby (1.2.2)
9+
concurrent-ruby (1.3.6)
1010
csv (3.3.5)
1111
em-websocket (0.5.3)
1212
eventmachine (>= 0.12.9)
@@ -28,17 +28,20 @@ GEM
2828
http_parser.rb (0.8.0)
2929
i18n (1.14.7)
3030
concurrent-ruby (~> 1.0)
31-
jekyll (4.3.4)
31+
jekyll (4.4.1)
3232
addressable (~> 2.4)
33+
base64 (~> 0.2)
3334
colorator (~> 1.0)
35+
csv (~> 3.0)
3436
em-websocket (~> 0.5)
3537
i18n (~> 1.0)
3638
jekyll-sass-converter (>= 2.0, < 4.0)
3739
jekyll-watch (~> 2.0)
40+
json (~> 2.6)
3841
kramdown (~> 2.3, >= 2.3.1)
3942
kramdown-parser-gfm (~> 1.0)
4043
liquid (~> 4.0)
41-
mercenary (>= 0.3.6, < 0.5)
44+
mercenary (~> 0.3, >= 0.3.6)
4245
pathutil (~> 0.9)
4346
rouge (>= 3.0, < 5.0)
4447
safe_yaml (~> 1.0)
@@ -54,6 +57,7 @@ GEM
5457
jekyll (>= 3.8, < 5.0)
5558
jekyll-watch (2.2.1)
5659
listen (~> 3.0)
60+
json (2.18.0)
5761
just-the-docs (0.10.1)
5862
jekyll (>= 3.8.5)
5963
jekyll-include-cache
@@ -82,16 +86,16 @@ GEM
8286
rexml (3.4.4)
8387
rouge (4.6.1)
8488
safe_yaml (1.0.5)
85-
sass-embedded (1.95.0-arm64-darwin)
89+
sass-embedded (1.96.0-arm64-darwin)
8690
google-protobuf (~> 4.31)
87-
sass-embedded (1.95.0-x86_64-darwin)
91+
sass-embedded (1.96.0-x86_64-darwin)
8892
google-protobuf (~> 4.31)
89-
sass-embedded (1.95.0-x86_64-linux-gnu)
93+
sass-embedded (1.96.0-x86_64-linux-gnu)
9094
google-protobuf (~> 4.31)
9195
terminal-table (3.0.2)
9296
unicode-display_width (>= 1.1.1, < 3)
9397
unicode-display_width (2.6.0)
94-
webrick (1.8.2)
98+
webrick (1.9.2)
9599

96100
PLATFORMS
97101
arm64-darwin-22
@@ -102,7 +106,7 @@ DEPENDENCIES
102106
base64
103107
csv
104108
http_parser.rb (~> 0.8.0)
105-
jekyll (~> 4.3.2)
109+
jekyll (~> 4.4.0)
106110
jekyll-feed (~> 0.12)
107111
just-the-docs
108112
minima (~> 2.5)

0 commit comments

Comments
 (0)