Skip to content

Commit ceb7879

Browse files
authored
Merge pull request #91 from penndu/dependabot/npm_and_yarn/types/node-22.1.0
Bump @types/node from 20.13.0 to 22.1.0
2 parents 1a77d22 + f148b61 commit ceb7879

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@types/body-parser": "^1.19.5",
1717
"@types/express": "^4.17.21",
1818
"@types/multer": "^1.4.11",
19-
"@types/node": "^20.13.0",
19+
"@types/node": "^22.1.0",
2020
"body-parser": "^1.20.2",
2121
"express": "^4.19.2",
2222
"module-alias": "^2.2.3",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -239,12 +239,12 @@
239239
"@types/node" "*"
240240
form-data "^3.0.0"
241241

242-
"@types/node@*", "@types/node@^20.13.0":
243-
version "20.13.0"
244-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.13.0.tgz#011a76bc1e71ae9a026dddcfd7039084f752c4b6"
245-
integrity sha512-FM6AOb3khNkNIXPnHFDYaHerSv8uN22C91z098AnGccVu+Pcdhi+pNUFDi0iLmPIsVE0JBD0KVS7mzUYt4nRzQ==
242+
"@types/node@*", "@types/node@^22.1.0":
243+
version "22.1.0"
244+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.1.0.tgz#6d6adc648b5e03f0e83c78dc788c2b037d0ad94b"
245+
integrity sha512-AOmuRF0R2/5j1knA3c6G3HOk523Ga+l+ZXltX8SF1+5oqcXijjfTd8fY3XRZqSihEu9XhtQnKYLmkFaoxgsJHw==
246246
dependencies:
247-
undici-types "~5.26.4"
247+
undici-types "~6.13.0"
248248

249249
"@types/offscreencanvas@~2019.3.0":
250250
version "2019.3.0"
@@ -1984,10 +1984,10 @@ typescript@^5.5.4:
19841984
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
19851985
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
19861986

1987-
undici-types@~5.26.4:
1988-
version "5.26.5"
1989-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
1990-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
1987+
undici-types@~6.13.0:
1988+
version "6.13.0"
1989+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.13.0.tgz#e3e79220ab8c81ed1496b5812471afd7cf075ea5"
1990+
integrity sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==
19911991

19921992
[email protected], unpipe@~1.0.0:
19931993
version "1.0.0"

0 commit comments

Comments
 (0)