Skip to content

Commit 09b9f2d

Browse files
Update Node.js from 18.18.2 to v20.9.0
1 parent d37e004 commit 09b9f2d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@types/benchmark": "2.1.5",
3232
"@types/jest": "29.5.8",
3333
"@types/lodash": "4.14.200",
34-
"@types/node": "18.18.8",
34+
"@types/node": "20.9.0",
3535
"@types/pako": "2.0.3",
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

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

1262-
"@types/node@18.18.8":
1263-
version "18.18.8"
1264-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.8.tgz#2b285361f2357c8c8578ec86b5d097c7f464cfd6"
1265-
integrity sha512-OLGBaaK5V3VRBS1bAkMVP2/W9B+H8meUfl866OrMNQqt7wDgdpWPp5o6gmIc9pB+lIQHSq4ZL8ypeH1vPxcPaQ==
1262+
"@types/node@20.9.0":
1263+
version "20.9.0"
1264+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.9.0.tgz#bfcdc230583aeb891cf51e73cfdaacdd8deae298"
1265+
integrity sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw==
12661266
dependencies:
12671267
undici-types "~5.26.4"
12681268

0 commit comments

Comments
 (0)