Skip to content

Commit 4d04bc6

Browse files
chore(deps-dev): bump @types/node from 20.10.5 to 22.5.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.5 to 22.5.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cd94fdb commit 4d04bc6

File tree

2 files changed

+28
-14
lines changed

2 files changed

+28
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"devDependencies": {
1515
"@citizenfx/client": "^2.0.6063-1",
1616
"@citizenfx/server": "^2.0.6063-1",
17-
"@types/node": "^20.10.5",
17+
"@types/node": "^22.5.1",
1818
"cross-env": "^7.0.3",
1919
"esbuild": "^0.19.10",
2020
"rimraf": "^5.0.1",

yarn.lock

Lines changed: 27 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,12 @@
144144
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
145145
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
146146

147-
"@types/node@^20.10.5":
148-
version "20.10.5"
149-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.5.tgz#47ad460b514096b7ed63a1dae26fad0914ed3ab2"
150-
integrity sha512-nNPsNE65wjMxEKI93yOP+NPGGBJz/PoN3kZsVLee0XMiJolxSekEVD8wRwBUBqkwc7UWop0edW50yrCQW4CyRw==
147+
"@types/node@^22.5.1":
148+
version "22.5.1"
149+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.1.tgz#de01dce265f6b99ed32b295962045d10b5b99560"
150+
integrity sha512-KkHsxej0j9IW1KKOOAA/XBA0z08UFSrRQHErzEfA3Vgq57eXIMYboIlHJuYIfd+lwCQjtKqUu3UnmKbtUc9yRw==
151151
dependencies:
152-
undici-types "~5.26.4"
152+
undici-types "~6.19.2"
153153

154154
ansi-regex@^5.0.1:
155155
version "5.0.1"
@@ -349,8 +349,16 @@ signal-exit@^4.0.1:
349349
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
350350
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
351351

352-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
353-
name string-width-cjs
352+
"string-width-cjs@npm:string-width@^4.2.0":
353+
version "4.2.3"
354+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
355+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
356+
dependencies:
357+
emoji-regex "^8.0.0"
358+
is-fullwidth-code-point "^3.0.0"
359+
strip-ansi "^6.0.1"
360+
361+
string-width@^4.1.0:
354362
version "4.2.3"
355363
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
356364
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -368,8 +376,14 @@ string-width@^5.0.1, string-width@^5.1.2:
368376
emoji-regex "^9.2.2"
369377
strip-ansi "^7.0.1"
370378

371-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
372-
name strip-ansi-cjs
379+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
380+
version "6.0.1"
381+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
382+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
383+
dependencies:
384+
ansi-regex "^5.0.1"
385+
386+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
373387
version "6.0.1"
374388
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
375389
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -388,10 +402,10 @@ typescript@^5.3.3:
388402
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
389403
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
390404

391-
undici-types@~5.26.4:
392-
version "5.26.5"
393-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
394-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
405+
undici-types@~6.19.2:
406+
version "6.19.8"
407+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
408+
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
395409

396410
which@^2.0.1:
397411
version "2.0.2"

0 commit comments

Comments
 (0)