Skip to content

Commit 36ee016

Browse files
authored
upgrading node types (#237)
1 parent 4cce1b2 commit 36ee016

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"author": "Kevin Elliott <kevin@welikeinc.com>",
2828
"license": "UNLICENSED",
2929
"dependencies": {
30-
"@types/node": "^22.13.8",
30+
"@types/node": "^22.13.10",
3131
"base85": "^3.1.0",
3232
"minizlib": "^3.0.1"
3333
},

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ __metadata:
1414
"@babel/preset-typescript": "npm:^7.26.0"
1515
"@types/jest": "npm:^29.5.14"
1616
"@types/minizlib": "npm:^2.1.7"
17-
"@types/node": "npm:^22.13.8"
17+
"@types/node": "npm:^22.13.10"
1818
babel-jest: "npm:^29.7.0"
1919
base85: "npm:^3.1.0"
2020
jest: "npm:^29.7.0"
@@ -2446,12 +2446,12 @@ __metadata:
24462446
languageName: node
24472447
linkType: hard
24482448

2449-
"@types/node@npm:^22.13.8":
2450-
version: 22.13.8
2451-
resolution: "@types/node@npm:22.13.8"
2449+
"@types/node@npm:^22.13.10":
2450+
version: 22.13.10
2451+
resolution: "@types/node@npm:22.13.10"
24522452
dependencies:
24532453
undici-types: "npm:~6.20.0"
2454-
checksum: 10c0/bfc92b734a9dce6ac5daee0a52feccdf5dcb3804d895e4bc5384e2f4644612b8801725cd03c8c3c0888fb5eeb16b875877ac44b77641e0196dc1a837b1c2a366
2454+
checksum: 10c0/a3865f9503d6f718002374f7b87efaadfae62faa499c1a33b12c527cfb9fd86f733e1a1b026b80c5a0e4a965701174bc3305595a7d36078aa1abcf09daa5dee9
24552455
languageName: node
24562456
linkType: hard
24572457

0 commit comments

Comments
 (0)