Skip to content

Commit f22af2a

Browse files
committed
chore: Bump dependencies
1 parent a7630b6 commit f22af2a

5 files changed

Lines changed: 975 additions & 1227 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Use Node.js
2424
uses: actions/setup-node@v3
2525
with:
26-
node-version: "20.5.1"
26+
node-version: "20.6.1"
2727
cache: yarn
2828

2929
- name: Install dependencies
@@ -79,7 +79,7 @@ jobs:
7979
- name: Setup Node.js
8080
uses: actions/setup-node@v3
8181
with:
82-
node-version: "20.5.1"
82+
node-version: "20.6.1"
8383
cache: yarn
8484

8585
- name: Setup Mastodon

.github/workflows/publish-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node.js
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: "20.5.1"
24+
node-version: "20.6.1"
2525
cache: yarn
2626

2727
- name: Setup Pages

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Use Node.js
2727
uses: actions/setup-node@v3
2828
with:
29-
node-version: "20.5.1"
29+
node-version: "20.6.1"
3030
cache: yarn
3131

3232
- run: yarn install --frozen-lockfiles

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -31,47 +31,47 @@
3131
},
3232
"dependencies": {
3333
"change-case": "^4.1.2",
34-
"events-to-async": "^2.0.0",
34+
"events-to-async": "^2.0.1",
3535
"isomorphic-ws": "^5.0.0",
3636
"ts-custom-error": "^3.3.1",
3737
"ws": "^8.13.0"
3838
},
3939
"devDependencies": {
40-
"@rollup/plugin-commonjs": "^25.0.4",
41-
"@rollup/plugin-json": "^6.0.0",
42-
"@rollup/plugin-typescript": "^11.1.3",
40+
"@rollup/plugin-commonjs": "^25.0.7",
41+
"@rollup/plugin-json": "^6.0.1",
42+
"@rollup/plugin-typescript": "^11.1.5",
4343
"@semantic-release/changelog": "^6.0.3",
4444
"@semantic-release/git": "^10.0.1",
45-
"@types/jest": "^29.5.4",
46-
"@types/node": "^20.5.7",
47-
"@types/proper-lockfile": "^4.1.2",
48-
"@types/ws": "^8.5.5",
49-
"@typescript-eslint/eslint-plugin": "^6.5.0",
50-
"@typescript-eslint/parser": "^6.5.0",
45+
"@types/jest": "^29.5.6",
46+
"@types/node": "^20.8.9",
47+
"@types/proper-lockfile": "^4.1.3",
48+
"@types/ws": "^8.5.8",
49+
"@typescript-eslint/eslint-plugin": "^6.9.0",
50+
"@typescript-eslint/parser": "^6.9.0",
5151
"conventional-changelog-conventionalcommits": "^7.0.1",
52-
"cspell": "^7.2.0",
53-
"eslint": "^8.48.0",
52+
"cspell": "^7.3.8",
53+
"eslint": "^8.52.0",
5454
"eslint-config-prettier": "^9.0.0",
55-
"eslint-plugin-import": "^2.28.1",
56-
"eslint-plugin-prettier": "^5.0.0",
55+
"eslint-plugin-import": "^2.29.0",
56+
"eslint-plugin-prettier": "^5.0.1",
5757
"eslint-plugin-simple-import-sort": "^10.0.0",
5858
"eslint-plugin-unicorn": "^48.0.1",
5959
"get-port": "^5.1.1",
60-
"iterator-helpers-polyfill": "^2.3.1",
60+
"iterator-helpers-polyfill": "^2.3.3",
6161
"jest": "^29.6.4",
6262
"npm-run-all": "^4.1.5",
6363
"prettier": "^3.0.3",
6464
"proper-lockfile": "^4.1.2",
65-
"rollup": "^3.28.1",
65+
"rollup": "^4.1.4",
6666
"rollup-plugin-auto-external": "^2.0.0",
67-
"rollup-plugin-dts": "^6.0.0",
67+
"rollup-plugin-dts": "^6.1.0",
6868
"rollup-plugin-node-globals": "^1.4.0",
69-
"semantic-release": "^21.1.1",
69+
"semantic-release": "^22.0.5",
7070
"ts-jest": "^29.1.1",
7171
"tslib": "^2.6.2",
72-
"typedoc": "^0.25.0",
72+
"typedoc": "^0.25.2",
7373
"typescript": "^5.2.2",
74-
"undici": "^5.23.0"
74+
"undici": "^5.27.0"
7575
},
7676
"files": [
7777
"README.md",

0 commit comments

Comments
 (0)