Skip to content

Commit 5ddc99b

Browse files
chore(deps): update external major
1 parent 5d27471 commit 5ddc99b

File tree

3 files changed

+41
-56
lines changed

3 files changed

+41
-56
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run: npm install
2020
- run: git config --global user.email "[email protected]" && git config --global user.name "Test Build"
2121
- run: npm test
22-
- uses: codecov/codecov-action@v4
22+
- uses: codecov/codecov-action@v5
2323
with:
2424
token: ${{ secrets.CODECOV_TOKEN }}
2525

package-lock.json

Lines changed: 37 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"json-schema": "^0.4.0",
3232
"mdast-builder": "1.1.1",
3333
"mdast-util-to-string": "4.0.0",
34-
"readdirp": "3.6.0",
34+
"readdirp": "4.0.2",
3535
"remark-gfm": "^4.0.0",
3636
"remark-parse": "11.0.0",
3737
"remark-stringify": "11.0.0",
@@ -43,11 +43,11 @@
4343
"@adobe/eslint-config-helix": "2.0.8",
4444
"@semantic-release/changelog": "6.0.3",
4545
"@semantic-release/git": "10.0.1",
46-
"@semantic-release/github": "10.3.5",
46+
"@semantic-release/github": "11.0.1",
4747
"@types/fs-extra": "11.0.4",
4848
"@types/github-slugger": "2.0.0",
4949
"@types/js-yaml": "4.0.9",
50-
"@types/node": "20.17.7",
50+
"@types/node": "22.10.1",
5151
"@types/yargs": "17.0.33",
5252
"c8": "10.1.2",
5353
"commitizen": "4.3.1",

0 commit comments

Comments
 (0)