Skip to content

Commit 8b4bede

Browse files
committed
chore(dev-deps): update all non-major dependencies
1 parent e53918b commit 8b4bede

File tree

3 files changed

+150
-106
lines changed

3 files changed

+150
-106
lines changed

.github/workflows/test-js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: pnpm test-compiled
5454

5555
- name: Report coverage
56-
uses: codecov/codecov-action@v4.0.2
56+
uses: codecov/codecov-action@v4.1.0
5757
if: env.REPORT_COVERAGE == 'true'
5858
with:
5959
file: coverage/lcov.info

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"@semantic-release/release-notes-generator": "12.1.0",
9797
"@types/dedent": "0.7.2",
9898
"@types/eslint": "8.56.5",
99-
"@types/node": "16.18.39",
99+
"@types/node": "16.18.89",
100100
"@types/rollup-plugin-auto-external": "2.0.5",
101101
"@types/semver": "7.5.8",
102102
"@typescript-eslint/eslint-plugin": "7.2.0",

0 commit comments

Comments
 (0)