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

Commit 367d7a5

Browse files
chore(deps): update dependency @types/node to v20.8.6
1 parent 1d5e964 commit 367d7a5

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@svgr/webpack": "8.0.1",
2828
"@types/js-yaml": "4.0.5",
29-
"@types/node": "20.1.5",
29+
"@types/node": "20.8.6",
3030
"@types/react": "18.2.6",
3131
"@types/react-dom": "18.2.4",
3232
"eslint": "8.40.0",

yarn.lock

+11-4
Original file line numberDiff line numberDiff line change
@@ -2855,10 +2855,12 @@
28552855
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"
28562856
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==
28572857

2858-
"@types/node@20.1.5":
2859-
version "20.1.5"
2860-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.1.5.tgz#e94b604c67fc408f215fcbf3bd84d4743bf7f710"
2861-
integrity sha512-IvGD1CD/nego63ySR7vrAKEX3AJTcmrAN2kn+/sDNLi1Ff5kBzDeEdqWDplK+0HAEoLYej137Sk0cUU8OLOlMg==
2858+
"@types/node@20.8.6":
2859+
version "20.8.6"
2860+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.6.tgz#0dbd4ebcc82ad0128df05d0e6f57e05359ee47fa"
2861+
integrity sha512-eWO4K2Ji70QzKUqRy6oyJWUeB7+g2cRagT3T/nxYibYcT4y2BDL8lqolRXjTHmkZCdJfIPaY73KbJAZmcryxTQ==
2862+
dependencies:
2863+
undici-types "~5.25.1"
28622864

28632865
"@types/parse-json@^4.0.0":
28642866
version "4.0.0"
@@ -8735,6 +8737,11 @@ unbox-primitive@^1.0.2:
87358737
has-symbols "^1.0.3"
87368738
which-boxed-primitive "^1.0.2"
87378739

8740+
undici-types@~5.25.1:
8741+
version "5.25.3"
8742+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.25.3.tgz#e044115914c85f0bcbb229f346ab739f064998c3"
8743+
integrity sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==
8744+
87388745
unicode-canonical-property-names-ecmascript@^2.0.0:
87398746
version "2.0.0"
87408747
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc"

0 commit comments

Comments
 (0)