Skip to content

Commit 2a89326

Browse files
fix(deps): update dependency @types/node to v20.17.22
1 parent bc36fbc commit 2a89326

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@types/google.analytics": "0.0.45",
4343
"@types/jszip": "3.4.1",
4444
"@types/mapbox-gl": "2.7.19",
45-
"@types/node": "20.10.5",
45+
"@types/node": "20.17.22",
4646
"@types/umami": "0.1.5",
4747
"analytics": "^0.8.9",
4848
"bootstrap": "<5.0.0",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1149,12 +1149,12 @@
11491149
dependencies:
11501150
"@types/geojson" "*"
11511151

1152-
"@types/node@20.10.5":
1153-
version "20.10.5"
1154-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.5.tgz#47ad460b514096b7ed63a1dae26fad0914ed3ab2"
1155-
integrity sha512-nNPsNE65wjMxEKI93yOP+NPGGBJz/PoN3kZsVLee0XMiJolxSekEVD8wRwBUBqkwc7UWop0edW50yrCQW4CyRw==
1152+
"@types/node@20.17.22":
1153+
version "20.17.22"
1154+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.22.tgz#18e463b500af6e6d407d2a0084dfc244ef3c8d06"
1155+
integrity sha512-9RV2zST+0s3EhfrMZIhrz2bhuhBwxgkbHEwP2gtGWPjBzVQjifMzJ9exw7aDZhR1wbpj8zBrfp3bo8oJcGiUUw==
11561156
dependencies:
1157-
undici-types "~5.26.4"
1157+
undici-types "~6.19.2"
11581158

11591159
"@types/parse-json@^4.0.0":
11601160
version "4.0.0"
@@ -2739,10 +2739,10 @@ [email protected]:
27392739
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
27402740
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
27412741

2742-
undici-types@~5.26.4:
2743-
version "5.26.5"
2744-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
2745-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
2742+
undici-types@~6.19.2:
2743+
version "6.19.8"
2744+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
2745+
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
27462746

27472747
untildify@^4.0.0:
27482748
version "4.0.0"

0 commit comments

Comments
 (0)