Skip to content

Commit cbdcd4c

Browse files
committed
chore: merge w the upstream main and fix conflicts
2 parents 1ac83ed + bd0e281 commit cbdcd4c

File tree

3 files changed

+41
-33
lines changed

3 files changed

+41
-33
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: npm run build
4646

4747
- name: "unit(test): upload coverage to CodeCov"
48-
uses: codecov/codecov-action@v4.5.0
48+
uses: codecov/codecov-action@v4.6.0
4949
with:
5050
directory: ./coverage
5151
token: ${{ secrets.CODECOV_TOKEN }}

package-lock.json

Lines changed: 37 additions & 29 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
@@ -33,9 +33,9 @@
3333
},
3434
"homepage": "https://github.com/slackapi/slack-github-action#readme",
3535
"dependencies": {
36-
"@actions/core": "^1.10.1",
36+
"@actions/core": "^1.11.1",
3737
"@actions/github": "^6.0.0",
38-
"@slack/web-api": "^7.5.0",
38+
"@slack/web-api": "^7.7.0",
3939
"axios": "^1.7.7",
4040
"axios-retry": "^4.5.0",
4141
"flat": "^5.0.2",
@@ -55,7 +55,7 @@
5555
"@vercel/ncc": "^0.38.1",
5656
"c8": "^10.1.2",
5757
"chai": "^5.1.1",
58-
"mocha": "^10.7.3",
58+
"mocha": "^10.8.2",
5959
"mocha-suppress-logs": "^0.5.1",
6060
"sinon": "^19.0.2",
6161
"typescript": "^5.5.3"

0 commit comments

Comments
 (0)