Skip to content

Commit 5eab83e

Browse files
committed
feat: update deps
1 parent 1ac4b21 commit 5eab83e

File tree

4 files changed

+204
-116
lines changed

4 files changed

+204
-116
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
gem "jekyll", "4.3.1"
3+
gem "jekyll", "4.3.2"
44

55
group :development do
66
gem "jekyll-last-modified-at"

Gemfile.lock

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@ GEM
44
addressable (2.8.1)
55
public_suffix (>= 2.0.2, < 6.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.1.10)
7+
concurrent-ruby (1.2.0)
88
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0)
1111
eventmachine (1.2.7)
1212
ffi (1.15.5)
1313
forwardable-extended (2.6.0)
14+
google-protobuf (3.21.12)
1415
http_parser.rb (0.8.0)
1516
i18n (1.12.0)
1617
concurrent-ruby (~> 1.0)
17-
jekyll (4.3.1)
18+
jekyll (4.3.2)
1819
addressable (~> 2.4)
1920
colorator (~> 1.0)
2021
em-websocket (~> 0.5)
@@ -33,47 +34,49 @@ GEM
3334
jekyll-last-modified-at (1.3.0)
3435
jekyll (>= 3.7, < 5.0)
3536
posix-spawn (~> 0.3.9)
36-
jekyll-sass-converter (2.2.0)
37-
sassc (> 2.0.1, < 3.0)
37+
jekyll-sass-converter (3.0.0)
38+
sass-embedded (~> 1.54)
3839
jekyll-watch (2.2.1)
3940
listen (~> 3.0)
4041
kramdown (2.4.0)
4142
rexml
4243
kramdown-parser-gfm (1.1.0)
4344
kramdown (~> 2.0)
44-
liquid (4.0.3)
45-
listen (3.7.1)
45+
liquid (4.0.4)
46+
listen (3.8.0)
4647
rb-fsevent (~> 0.10, >= 0.10.3)
4748
rb-inotify (~> 0.9, >= 0.9.10)
4849
match_regex (0.1.0)
4950
mercenary (0.4.0)
5051
pathutil (0.16.2)
5152
forwardable-extended (~> 2.6)
5253
posix-spawn (0.3.15)
53-
public_suffix (5.0.0)
54+
public_suffix (5.0.1)
55+
rake (13.0.6)
5456
rb-fsevent (0.11.2)
5557
rb-inotify (0.10.1)
5658
ffi (~> 1.0)
5759
rexml (3.2.5)
58-
rouge (4.0.0)
60+
rouge (4.0.1)
5961
safe_yaml (1.0.5)
60-
sassc (2.4.0)
61-
ffi (~> 1.9)
62+
sass-embedded (1.57.1)
63+
google-protobuf (~> 3.21)
64+
rake (>= 10.0.0)
6265
stringex (2.8.5)
6366
terminal-table (3.0.2)
6467
unicode-display_width (>= 1.1.1, < 3)
6568
tzinfo (2.0.5)
6669
concurrent-ruby (~> 1.0)
67-
tzinfo-data (1.2022.6)
70+
tzinfo-data (1.2022.7)
6871
tzinfo (>= 1.0.0)
69-
unicode-display_width (2.3.0)
70-
webrick (1.7.0)
72+
unicode-display_width (2.4.2)
73+
webrick (1.8.1)
7174

7275
PLATFORMS
7376
ruby
7477

7578
DEPENDENCIES
76-
jekyll (= 4.3.1)
79+
jekyll (= 4.3.2)
7780
jekyll-last-modified-at
7881
match_regex
7982
stringex

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"autoprefixer": "10.4.13",
3131
"coffeelint": "2.1.0",
3232
"coffeescript": "2.7.0",
33-
"grunt": "1.5.3",
33+
"grunt": "1.6.0",
3434
"grunt-assets-inline": "1.2.4",
3535
"grunt-bump": "0.8.0",
3636
"grunt-cache-bust": "1.7.0",
@@ -59,16 +59,16 @@
5959
"grunt-uncss-inline": "1.2.7",
6060
"grunt-xmlmin": "0.1.8",
6161
"jit-grunt": "0.10.0",
62-
"postcss": "8.4.18",
62+
"postcss": "8.4.21",
6363
"sass": "1.57.1",
64-
"terser": "5.15.1"
64+
"terser": "5.16.2"
6565
},
6666
"browserslist": [
6767
">0.2%",
6868
"not dead",
6969
"not op_mini all"
7070
],
7171
"dependencies": {
72-
"@percy/cli": "^1.13.0"
72+
"@percy/cli": "^1.17.0"
7373
}
7474
}

0 commit comments

Comments
 (0)