Skip to content

Commit

Permalink
build(deps-dev): bump all
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 9878444 commit e946b9b
Show file tree
Hide file tree
Showing 5 changed files with 133 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name: Semgrep
jobs:
semgrep:
name: Scan
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
container:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "github-linguist", "~> 7.28"
gem "github-linguist", "~> 9.0"

gem "jekyll", "~> 4.3.0"
gem 'kramdown-parser-gfm', '~> 1.1'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GEM
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
cgi (0.4.1)
charlock_holmes (0.7.7)
charlock_holmes (0.7.9)
colorator (1.1.0)
concurrent-ruby (1.2.3)
dotenv (3.1.2)
Expand All @@ -14,7 +14,7 @@ GEM
eventmachine (1.2.7)
ffi (1.16.3)
forwardable-extended (2.6.0)
github-linguist (7.29.0)
github-linguist (9.0.0)
cgi
charlock_holmes (~> 0.7.7)
mini_mime (~> 1.0)
Expand Down Expand Up @@ -70,7 +70,7 @@ GEM
rexml (3.2.8)
strscan (>= 3.0.9)
rouge (4.2.1)
rugged (1.7.2)
rugged (1.9.0)
safe_yaml (1.0.5)
sass-embedded (1.77.2-aarch64-linux-gnu)
google-protobuf (>= 3.25, < 5.0)
Expand All @@ -89,7 +89,7 @@ PLATFORMS

DEPENDENCIES
dotenv
github-linguist (~> 7.28)
github-linguist (~> 9.0)
jekyll (~> 4.3.0)
jekyll-redirect-from
jekyll-relative-links
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"@openinf/util-text": "1.1.2",
"@shopify/prettier-plugin-liquid": "1.5.0",
"@types/markdown-it": "14.1.1",
"@types/node": "20.x",
"@types/node": "22.x",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"@yarnpkg/shell": "4.0.2",
"dictionary-en": "4.0.0",
"dprint": "0.45.1",
"editorconfig-checker": "5.1.5",
"editorconfig-checker": "6.0.1",
"eslint": "9.6.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-node": "0.3.9",
Expand All @@ -44,10 +44,10 @@
"eslint-plugin-jsonc": "2.15.1",
"eslint-plugin-markdown": "5.0.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-regexp": "2.5.0",
"eslint-plugin-simple-import-sort": "12.1.0",
"eslint-plugin-unicorn": "53.0.0",
"eslint-plugin-unicorn": "56.0.1",
"eslint-plugin-wix-editor": "3.3.0",
"eslint-plugin-yml": "1.14.0",
"markdown-it": "14.1.0",
Expand Down
Loading

0 comments on commit e946b9b

Please sign in to comment.