Skip to content

Commit b2e749e

Browse files
authored
Merge pull request #153 from terraphim/dependabot/npm_and_yarn/desktop/types/node-24.5.0
chore(deps)(deps-dev): bump @types/node from 24.0.7 to 24.5.0 in /desktop
2 parents 14f4975 + 3636f2b commit b2e749e

2 files changed

Lines changed: 10 additions & 22 deletions

File tree

desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@testing-library/user-event": "^14.5.2",
7070
"@tsconfig/svelte": "^4.0.1",
7171
"@types/d3": "^7.4.3",
72-
"@types/node": "^24.0.7",
72+
"@types/node": "^24.5.2",
7373
"@vitest/coverage-v8": "^3.2.4",
7474
"@vitest/ui": "^3.2.4",
7575
"dotenv": "^17.2.2",

desktop/yarn.lock

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1736,12 +1736,12 @@
17361736
"@types/node" "*"
17371737
form-data "^4.0.0"
17381738

1739-
"@types/node@*":
1740-
version "22.7.5"
1741-
resolved "https://registry.npmjs.org/@types/node/-/node-22.7.5.tgz"
1742-
integrity sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==
1739+
"@types/node@*", "@types/node@^24.5.2":
1740+
version "24.5.2"
1741+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.5.2.tgz#52ceb83f50fe0fcfdfbd2a9fab6db2e9e7ef6446"
1742+
integrity sha512-FYxk1I7wPv3K2XBaoyH2cTnocQEu8AOZ60hPbsyukMPLv5/5qr7V1i8PLHdl6Zf87I+xZXFvPCXYjiTFq+YSDQ==
17431743
dependencies:
1744-
undici-types "~6.19.2"
1744+
undici-types "~7.12.0"
17451745

17461746
"@types/node@^18.11.18":
17471747
version "18.19.112"
@@ -1750,13 +1750,6 @@
17501750
dependencies:
17511751
undici-types "~5.26.4"
17521752

1753-
"@types/node@^24.0.7":
1754-
version "24.0.7"
1755-
resolved "https://registry.npmjs.org/@types/node/-/node-24.0.7.tgz"
1756-
integrity sha512-YIEUUr4yf8q8oQoXPpSlnvKNVKDQlPMWrmOcgzoduo7kvA2UF0/BwJ/eMKFTiTtkNL17I0M6Xe2tvwFU7be6iw==
1757-
dependencies:
1758-
undici-types "~7.8.0"
1759-
17601753
"@types/pug@^2.0.6":
17611754
version "2.0.10"
17621755
resolved "https://registry.npmjs.org/@types/pug/-/pug-2.0.10.tgz"
@@ -5534,15 +5527,10 @@ undici-types@~5.26.4:
55345527
resolved "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz"
55355528
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
55365529

5537-
undici-types@~6.19.2:
5538-
version "6.19.8"
5539-
resolved "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz"
5540-
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
5541-
5542-
undici-types@~7.8.0:
5543-
version "7.8.0"
5544-
resolved "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz"
5545-
integrity sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==
5530+
undici-types@~7.12.0:
5531+
version "7.12.0"
5532+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.12.0.tgz#15c5c7475c2a3ba30659529f5cdb4674b622fafb"
5533+
integrity sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ==
55465534

55475535
universalify@^0.2.0:
55485536
version "0.2.0"

0 commit comments

Comments
 (0)