Skip to content

Commit 28b5d85

Browse files
build(deps-dev): bump all
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9878444 commit 28b5d85

File tree

5 files changed

+132
-37
lines changed

5 files changed

+132
-37
lines changed

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name: Semgrep
1212
jobs:
1313
semgrep:
1414
name: Scan
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-24.04
1616
env:
1717
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
1818
container:

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
gem "github-linguist", "~> 7.28"
5+
gem "github-linguist", "~> 8.0"
66

77
gem "jekyll", "~> 4.3.0"
88
gem 'kramdown-parser-gfm', '~> 1.1'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GEM
44
addressable (2.8.6)
55
public_suffix (>= 2.0.2, < 6.0)
66
cgi (0.4.1)
7-
charlock_holmes (0.7.7)
7+
charlock_holmes (0.7.9)
88
colorator (1.1.0)
99
concurrent-ruby (1.2.3)
1010
dotenv (3.1.2)
@@ -14,7 +14,7 @@ GEM
1414
eventmachine (1.2.7)
1515
ffi (1.16.3)
1616
forwardable-extended (2.6.0)
17-
github-linguist (7.29.0)
17+
github-linguist (8.0.1)
1818
cgi
1919
charlock_holmes (~> 0.7.7)
2020
mini_mime (~> 1.0)
@@ -89,7 +89,7 @@ PLATFORMS
8989

9090
DEPENDENCIES
9191
dotenv
92-
github-linguist (~> 7.28)
92+
github-linguist (~> 8.0)
9393
jekyll (~> 4.3.0)
9494
jekyll-redirect-from
9595
jekyll-relative-links

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
"@openinf/util-text": "1.1.2",
2929
"@shopify/prettier-plugin-liquid": "1.5.0",
3030
"@types/markdown-it": "14.1.1",
31-
"@types/node": "20.x",
31+
"@types/node": "22.x",
3232
"@typescript-eslint/eslint-plugin": "7.9.0",
3333
"@typescript-eslint/parser": "7.9.0",
3434
"@yarnpkg/shell": "4.0.2",
3535
"dictionary-en": "4.0.0",
3636
"dprint": "0.45.1",
37-
"editorconfig-checker": "5.1.5",
37+
"editorconfig-checker": "6.0.0",
3838
"eslint": "9.6.0",
3939
"eslint-config-prettier": "9.1.0",
4040
"eslint-import-resolver-node": "0.3.9",
@@ -44,10 +44,10 @@
4444
"eslint-plugin-jsonc": "2.15.1",
4545
"eslint-plugin-markdown": "5.0.0",
4646
"eslint-plugin-prettier": "5.1.3",
47-
"eslint-plugin-promise": "6.1.1",
47+
"eslint-plugin-promise": "7.2.1",
4848
"eslint-plugin-regexp": "2.5.0",
4949
"eslint-plugin-simple-import-sort": "12.1.0",
50-
"eslint-plugin-unicorn": "53.0.0",
50+
"eslint-plugin-unicorn": "56.0.1",
5151
"eslint-plugin-wix-editor": "3.3.0",
5252
"eslint-plugin-yml": "1.14.0",
5353
"markdown-it": "14.1.0",

0 commit comments

Comments
 (0)