Skip to content

Commit

Permalink
chore(deps): bump all (major) #577
Browse files Browse the repository at this point in the history
PR-URL: #577
Reviewed-by: Derek Lewis <[email protected]>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 21, 2023
1 parent 1246452 commit be36d89
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
- name: Set up Ruby
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
container:
image: returntocorp/semgrep
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: semgrep ci
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"eslint-plugin-markdown": "3.0.1",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-regexp": "1.15.0",
"eslint-plugin-regexp": "2.1.0",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-unicorn": "48.0.1",
"eslint-plugin-wix-editor": "3.3.0",
Expand All @@ -68,14 +68,14 @@
"prettier": "3.0.3",
"remark": "15.0.1",
"remark-cli": "12.0.0",
"remark-directive": "2.0.1",
"remark-directive": "3.0.0",
"remark-footnotes": "4.0.1",
"remark-frontmatter": "4.0.1",
"remark-gfm": "3.0.1",
"remark-github": "11.2.4",
"remark-frontmatter": "5.0.0",
"remark-gfm": "4.0.0",
"remark-github": "12.0.0",
"remark-heading-id": "1.0.1",
"remark-hint": "1.0.10",
"remark-html": "15.0.2",
"remark-html": "16.0.1",
"remark-lint": "9.1.2",
"remark-lint-blockquote-indentation": "3.1.2",
"remark-lint-checkbox-character-style": "4.1.2",
Expand All @@ -94,19 +94,19 @@
"remark-preset-lint-markdown-style-guide": "5.1.3",
"remark-preset-lint-recommended": "6.1.3",
"remark-preset-prettier": "2.0.1",
"remark-retext": "5.0.1",
"remark-validate-links": "12.1.1",
"retext-english": "4.1.0",
"retext-equality": "6.7.0",
"retext-passive": "4.2.0",
"retext-profanities": "7.2.2",
"retext-readability": "7.2.0",
"retext-repeated-words": "4.2.0",
"retext-sentence-spacing": "5.2.0",
"retext-simplify": "7.2.0",
"retext-spell": "5.3.0",
"retext-syntax-mentions": "3.1.0",
"retext-syntax-urls": "3.1.2",
"remark-retext": "6.0.0",
"remark-validate-links": "13.0.0",
"retext-english": "5.0.0",
"retext-equality": "7.0.0",
"retext-passive": "5.0.0",
"retext-profanities": "8.0.0",
"retext-readability": "8.0.0",
"retext-repeated-words": "5.0.0",
"retext-sentence-spacing": "6.0.0",
"retext-simplify": "8.0.0",
"retext-spell": "6.0.0",
"retext-syntax-mentions": "4.0.0",
"retext-syntax-urls": "4.0.0",
"strip-comments": "2.0.1",
"typescript": "5.2.2",
"unified": "11.0.3",
Expand Down

0 comments on commit be36d89

Please sign in to comment.