Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit a158437

Browse files
chore(deps): update dependency @types/node to v20
1 parent 156153f commit a158437

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"@svgr/webpack": "^8.0.1",
3131
"@types/js-yaml": "^4.0.5",
32-
"@types/node": "^18.18.9",
32+
"@types/node": "^20.0.0",
3333
"@types/react": "^18.2.6",
3434
"@types/react-dom": "^18.2.4",
3535
"eslint": "^8.40.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2902,10 +2902,10 @@
29022902
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"
29032903
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==
29042904

2905-
"@types/node@^18.18.9":
2906-
version "18.18.9"
2907-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.9.tgz#5527ea1832db3bba8eb8023ce8497b7d3f299592"
2908-
integrity sha512-0f5klcuImLnG4Qreu9hPj/rEfFq6YRc5n2mAjSsH+ec/mJL+3voBH0+8T7o8RpFjH7ovc+TRsL/c7OYIQsPTfQ==
2905+
"@types/node@^20.0.0":
2906+
version "20.9.0"
2907+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.9.0.tgz#bfcdc230583aeb891cf51e73cfdaacdd8deae298"
2908+
integrity sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw==
29092909
dependencies:
29102910
undici-types "~5.26.4"
29112911

0 commit comments

Comments
 (0)