Skip to content

Commit 76f87ac

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/p-cancelable-4.0.1
2 parents d595ac4 + 2b61810 commit 76f87ac

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
run: |
3434
git config --global core.autocrlf false
3535
git config --global core.eol lf
36-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
36+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3737
with:
3838
persist-credentials: false
3939
- name: Use Node.js ${{ matrix.node-version }}
40-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
40+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
4141
with:
4242
node-version: ${{ matrix.node-version }}
4343
- run: npm --version

packages/rtm-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"chai": "^4",
6060
"mocha": "^10",
6161
"shx": "^0.3.2",
62-
"sinon": "^17",
62+
"sinon": "^21",
6363
"source-map-support": "^0.5.21",
6464
"ts-node": "^10",
6565
"typedoc": "^0.28.7",

0 commit comments

Comments
 (0)