Skip to content

Commit 77ec3d4

Browse files
chore(deps-dev): bump @types/node in /gurubu-client
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.17.12 to 22.13.10. - [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] <[email protected]>
1 parent b26ddaf commit 77ec3d4

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

gurubu-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@types/lodash.debounce": "^4.0.9",
33-
"@types/node": "^20",
33+
"@types/node": "^22",
3434
"@types/react": "^18",
3535
"@types/react-dom": "^18",
3636
"@typescript-eslint/eslint-plugin": "^6.9.1",

gurubu-client/yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -595,12 +595,12 @@
595595
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.14.tgz#bafc053533f4cdc5fcc9635af46a963c1f3deaff"
596596
integrity sha512-jsxagdikDiDBeIRaPYtArcT8my4tN1og7MtMRquFT3XNA6axxyHDRUemqDz/taRDdOUn0GnGHRCuff4q48sW9A==
597597

598-
"@types/node@^20":
599-
version "20.17.12"
600-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.12.tgz#ee3b7d25a522fd95608c1b3f02921c97b93fcbd6"
601-
integrity sha512-vo/wmBgMIiEA23A/knMfn/cf37VnuF52nZh5ZoW0GWt4e4sxNquibrMRJ7UQsA06+MBx9r/H1jsI9grYjQCQlw==
598+
"@types/node@^22":
599+
version "22.13.10"
600+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.10.tgz#df9ea358c5ed991266becc3109dc2dc9125d77e4"
601+
integrity sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==
602602
dependencies:
603-
undici-types "~6.19.2"
603+
undici-types "~6.20.0"
604604

605605
"@types/prop-types@*":
606606
version "15.7.14"
@@ -3138,10 +3138,10 @@ unbox-primitive@^1.1.0:
31383138
has-symbols "^1.1.0"
31393139
which-boxed-primitive "^1.1.1"
31403140

3141-
undici-types@~6.19.2:
3142-
version "6.19.8"
3143-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
3144-
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
3141+
undici-types@~6.20.0:
3142+
version "6.20.0"
3143+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
3144+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
31453145

31463146
uri-js@^4.2.2:
31473147
version "4.4.1"

0 commit comments

Comments
 (0)