Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit ab9fe5c

Browse files
chore(deps): update dependency @types/node to v18.19.26
1 parent 8a3eaaf commit ab9fe5c

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
@@ -28,7 +28,7 @@
2828
"@types/chrome": "0.0.206",
2929
"@types/jest": "29.2.5",
3030
"@types/lodash-es": "4.17.6",
31-
"@types/node": "18.11.18",
31+
"@types/node": "18.19.26",
3232
"@types/react": "18.0.26",
3333
"@types/react-dom": "18.0.10",
3434
"@typescript-eslint/eslint-plugin": "5.48.0",

yarn.lock

+11-4
Original file line numberDiff line numberDiff line change
@@ -1238,10 +1238,12 @@
12381238
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.37.tgz#a3dd8da4eb84a996c36e331df98d82abd76b516e"
12391239
integrity sha512-XYmBiy+ohOR4Lh5jE379fV2IU+6Jn4g5qASinhitfyO71b/sCo6MKsMLF5tc7Zf2CE8hViVQyYSobJNke8OvUw==
12401240

1241-
1242-
version "18.11.18"
1243-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.18.tgz#8dfb97f0da23c2293e554c5a50d61ef134d7697f"
1244-
integrity sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==
1241+
1242+
version "18.19.26"
1243+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.26.tgz#18991279d0a0e53675285e8cf4a0823766349729"
1244+
integrity sha512-+wiMJsIwLOYCvUqSdKTrfkS8mpTp+MPINe6+Np4TAGFWWRWiBQ5kSq9nZGCSPkzx9mvT+uEukzpX4MOSCydcvw==
1245+
dependencies:
1246+
undici-types "~5.26.4"
12451247

12461248
"@types/normalize-package-data@^2.4.0":
12471249
version "2.4.1"
@@ -7581,6 +7583,11 @@ unbox-primitive@^1.0.2:
75817583
has-symbols "^1.0.3"
75827584
which-boxed-primitive "^1.0.2"
75837585

7586+
undici-types@~5.26.4:
7587+
version "5.26.5"
7588+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
7589+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
7590+
75847591
uniq@^1.0.1:
75857592
version "1.0.1"
75867593
resolved "https://registry.yarnpkg.com/uniq/-/uniq-1.0.1.tgz#b31c5ae8254844a3a8281541ce2b04b865a734ff"

0 commit comments

Comments
 (0)