Skip to content

Commit 020dd3e

Browse files
Bump @types/node from 20.12.7 to 22.12.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.7 to 22.12.0. - [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:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 90ab5f0 commit 020dd3e

File tree

2 files changed

+28
-13
lines changed

2 files changed

+28
-13
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@mui/material": "5.15.15",
2525
"@next-auth/prisma-adapter": "1.0.7",
2626
"@prisma/client": "5.12.1",
27-
"@types/node": "20.12.7",
27+
"@types/node": "22.12.0",
2828
"@types/react": "18.2.77",
2929
"@types/react-dom": "18.2.25",
3030
"encoding": "0.1.13",

yarn.lock

+27-12
Original file line numberDiff line numberDiff line change
@@ -548,12 +548,12 @@
548548
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
549549
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
550550

551-
"@types/node@20.12.7":
552-
version "20.12.7"
553-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.7.tgz#04080362fa3dd6c5822061aa3124f5c152cff384"
554-
integrity sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==
551+
"@types/node@22.12.0":
552+
version "22.12.0"
553+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.12.0.tgz#bf8af3b2af0837b5a62a368756ff2b705ae0048c"
554+
integrity sha512-Fll2FZ1riMjNmlmJOdAyY5pUbkftXslB5DgEzlIuNaiWhXd00FhWxVC/r4yV/4wBb9JfImTu+jiSvXTkJ7F/gA==
555555
dependencies:
556-
undici-types "~5.26.4"
556+
undici-types "~6.20.0"
557557

558558
"@types/parse-json@^4.0.0":
559559
version "4.0.0"
@@ -2941,8 +2941,16 @@ streamsearch@^1.1.0:
29412941
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764"
29422942
integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==
29432943

2944-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
2945-
name string-width-cjs
2944+
"string-width-cjs@npm:string-width@^4.2.0":
2945+
version "4.2.3"
2946+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2947+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
2948+
dependencies:
2949+
emoji-regex "^8.0.0"
2950+
is-fullwidth-code-point "^3.0.0"
2951+
strip-ansi "^6.0.1"
2952+
2953+
string-width@^4.1.0:
29462954
version "4.2.3"
29472955
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
29482956
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -3028,7 +3036,14 @@ string.prototype.trimstart@^1.0.7:
30283036
define-properties "^1.2.0"
30293037
es-abstract "^1.22.1"
30303038

3031-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
3039+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
3040+
version "6.0.1"
3041+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
3042+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
3043+
dependencies:
3044+
ansi-regex "^5.0.1"
3045+
3046+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
30323047
version "6.0.1"
30333048
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
30343049
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -3223,10 +3238,10 @@ unbox-primitive@^1.0.2:
32233238
has-symbols "^1.0.3"
32243239
which-boxed-primitive "^1.0.2"
32253240

3226-
undici-types@~5.26.4:
3227-
version "5.26.5"
3228-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
3229-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
3241+
undici-types@~6.20.0:
3242+
version "6.20.0"
3243+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
3244+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
32303245

32313246
untildify@^4.0.0:
32323247
version "4.0.0"

0 commit comments

Comments
 (0)