Skip to content

Commit d19a298

Browse files
Update Node.js from 18.18.2 to v20.9.0
1 parent eb358b1 commit d19a298

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@types/benchmark": "2.1.4",
3232
"@types/jest": "29.5.6",
3333
"@types/lodash": "4.14.200",
34-
"@types/node": "18.18.6",
34+
"@types/node": "20.8.8",
3535
"@types/pako": "2.0.2",
3636
"benchmark": "2.1.4",
3737
"esbuild": "0.19.5",
@@ -52,6 +52,6 @@
5252
"access": "public"
5353
},
5454
"volta": {
55-
"node": "18.18.2"
55+
"node": "20.9.0"
5656
}
5757
}

yarn.lock

+11-4
Original file line numberDiff line numberDiff line change
@@ -1259,10 +1259,12 @@
12591259
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.0.0.tgz#067a6c49dc7a5c2412a505628e26902ae967bf6f"
12601260
integrity sha512-TmCW5HoZ2o2/z2EYi109jLqIaPIi9y/lc2LmDCWzuCi35bcaQ+OtUh6nwBiFK7SOu25FAU5+YKdqFZUwtqGSdg==
12611261

1262-
1263-
version "18.18.6"
1264-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.6.tgz#26da694f75cdb057750f49d099da5e3f3824cb3e"
1265-
integrity sha512-wf3Vz+jCmOQ2HV1YUJuCWdL64adYxumkrxtc+H1VUQlnQI04+5HtH+qZCOE21lBE7gIrt+CwX2Wv8Acrw5Ak6w==
1262+
1263+
version "20.8.8"
1264+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.8.tgz#adee050b422061ad5255fc38ff71b2bb96ea2a0e"
1265+
integrity sha512-YRsdVxq6OaLfmR9Hy816IMp33xOBjfyOgUd77ehqg96CFywxAPbDbXvAsuN2KVg2HOT8Eh6uAfU+l4WffwPVrQ==
1266+
dependencies:
1267+
undici-types "~5.25.1"
12661268

12671269
12681270
version "2.0.2"
@@ -4559,6 +4561,11 @@ unbox-primitive@^1.0.2:
45594561
has-symbols "^1.0.3"
45604562
which-boxed-primitive "^1.0.2"
45614563

4564+
undici-types@~5.25.1:
4565+
version "5.25.3"
4566+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.25.3.tgz#e044115914c85f0bcbb229f346ab739f064998c3"
4567+
integrity sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==
4568+
45624569
universalify@^0.2.0:
45634570
version "0.2.0"
45644571
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.2.0.tgz#6451760566fa857534745ab1dde952d1b1761be0"

0 commit comments

Comments
 (0)