Skip to content

Commit 90f4a44

Browse files
chore(deps): update dependency @types/node to v22
1 parent e6205b6 commit 90f4a44

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"homepage": "https://github.com/viqueen/atlassian-devbox#readme",
3636
"devDependencies": {
37-
"@types/node": "^20.11.10",
37+
"@types/node": "^22.0.0",
3838
"@types/xml2js": "^0.4.11",
3939
"@typescript-eslint/eslint-plugin": "^7.0.0",
4040
"@typescript-eslint/parser": "^7.0.0",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@
9494
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.7.tgz#4b8ecac87fbefbc92f431d09c30e176fc0a7c377"
9595
integrity sha512-dP7f3LdZIysZnmvP3ANJYTSwg+wLLl8p7RqniVlV7j+oXSXAbt9h0WIBFmJy5inWZoX9wZN6eXx+YXd9Rh3RBA==
9696

97-
"@types/node@^20.11.10":
98-
version "20.17.1"
99-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.1.tgz#2b968e060dfb04b7f9550fe3db5f552721c14566"
100-
integrity sha512-j2VlPv1NnwPJbaCNv69FO/1z4lId0QmGvpT41YxitRtWlg96g/j8qcv2RKsLKe2F6OJgyXhupN1Xo17b2m139Q==
97+
"@types/node@^22.0.0":
98+
version "22.8.2"
99+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.2.tgz#8e82bb8201c0caf751dcdc61b0a262d2002d438b"
100+
integrity sha512-NzaRNFV+FZkvK/KLCsNdTvID0SThyrs5SHB6tsD/lajr22FGC73N2QeDPM2wHtVde8mgcXuSsHQkH5cX1pbPLw==
101101
dependencies:
102-
undici-types "~6.19.2"
102+
undici-types "~6.19.8"
103103

104104
"@types/xml2js@^0.4.11":
105105
version "0.4.14"
@@ -1717,7 +1717,7 @@ unbox-primitive@^1.0.2:
17171717
has-symbols "^1.0.3"
17181718
which-boxed-primitive "^1.0.2"
17191719

1720-
undici-types@~6.19.2:
1720+
undici-types@~6.19.8:
17211721
version "6.19.8"
17221722
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
17231723
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==

0 commit comments

Comments
 (0)