Skip to content

Commit 905d77c

Browse files
fix(deps): update dependency @types/node to v20.19.11
1 parent bc36fbc commit 905d77c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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.19.11",
4646
"@types/umami": "0.1.5",
4747
"analytics": "^0.8.9",
4848
"bootstrap": "<5.0.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
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.19.11":
1153+
version "20.19.11"
1154+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.19.11.tgz#728cab53092bd5f143beed7fbba7ba99de3c16c4"
1155+
integrity sha512-uug3FEEGv0r+jrecvUUpbY8lLisvIjg6AAic6a2bSP5OEOLeJsDSnvhCDov7ipFFMXS3orMpzlmi0ZcuGkBbow==
11561156
dependencies:
1157-
undici-types "~5.26.4"
1157+
undici-types "~6.21.0"
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.21.0:
2743+
version "6.21.0"
2744+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
2745+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
27462746

27472747
untildify@^4.0.0:
27482748
version "4.0.0"

0 commit comments

Comments
 (0)