Skip to content

Commit 740aaf7

Browse files
fix(deps): update dependency node to v24
1 parent 2690cb9 commit 740aaf7

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: "Setup node with cache"
1111
uses: actions/setup-node@v4
1212
with:
13-
node-version: 14
13+
node-version: 24
1414
cache: 'yarn'
1515

1616
- run: yarn install --frozen-lockfile

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"typescript": "5.4.4"
2323
},
2424
"dependencies": {
25-
"@types/node": "^20.0.0",
25+
"@types/node": "^24.0.0",
2626
"@veramo/core": "^3.1.6-next.149",
2727
"@veramo/credential-ld": "^3.1.6-next.149",
2828
"@veramo/credential-w3c": "^3.1.6-next.149",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2950,12 +2950,12 @@
29502950
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.10.tgz#2e3ad0a680d96367103d3e670d41c2fed3da61ae"
29512951
integrity sha512-3aRnHa1KlOEEhJ6+CvyHKK5vE9BcLGjtUpwvqYLRvYNQKMfabu3BwfJaA/SLW8dxe28LsNDjtHwePTuzn3gmOA==
29522952

2953-
"@types/node@^20.0.0":
2954-
version "20.12.5"
2955-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.5.tgz#74c4f31ab17955d0b5808cdc8fd2839526ad00b3"
2956-
integrity sha512-BD+BjQ9LS/D8ST9p5uqBxghlN+S42iuNxjsUGjeZobe/ciXzk2qb1B6IXc6AnRLS+yFJRpN2IPEHMzwspfDJNw==
2953+
"@types/node@^24.0.0":
2954+
version "24.12.2"
2955+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.12.2.tgz#353cb161dbf1785ea25e8829ba7ec574c5c629ac"
2956+
integrity sha512-A1sre26ke7HDIuY/M23nd9gfB+nrmhtYyMINbjI1zHJxYteKR6qSMX56FsmjMcDb3SMcjJg5BiRRgOCC/yBD0g==
29572957
dependencies:
2958-
undici-types "~5.26.4"
2958+
undici-types "~7.16.0"
29592959

29602960
"@types/stack-utils@^2.0.0":
29612961
version "2.0.2"
@@ -6183,10 +6183,10 @@ unbox-primitive@^1.0.1:
61836183
has-symbols "^1.0.2"
61846184
which-boxed-primitive "^1.0.2"
61856185

6186-
undici-types@~5.26.4:
6187-
version "5.26.5"
6188-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
6189-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
6186+
undici-types@~7.16.0:
6187+
version "7.16.0"
6188+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
6189+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
61906190

61916191
unicode-canonical-property-names-ecmascript@^2.0.0:
61926192
version "2.0.0"

0 commit comments

Comments
 (0)