Skip to content

Commit 8b2dec5

Browse files
authored
Merge pull request #241 from ncaq/dependabot/npm_and_yarn/types-e41591b26e
build(deps-dev): bump @types/node from 20.14.9 to 22.0.2 in the types group
2 parents 2b5b0cf + a8a6b33 commit 8b2dec5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dayjs": "^1.11.11"
2525
},
2626
"devDependencies": {
27-
"@types/node": "^20.14.9",
27+
"@types/node": "^22.0.2",
2828
"@typescript-eslint/eslint-plugin": "^7.12.0",
2929
"@typescript-eslint/parser": "^7.12.0",
3030
"concurrently": "^8.2.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,12 +1083,12 @@
10831083
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40"
10841084
integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==
10851085

1086-
"@types/node@*", "@types/node@^20.14.9":
1087-
version "20.14.9"
1088-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.9.tgz#12e8e765ab27f8c421a1820c99f5f313a933b420"
1089-
integrity sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==
1086+
"@types/node@*", "@types/node@^22.0.2":
1087+
version "22.0.2"
1088+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.0.2.tgz#9fb1a2b31970871e8bf696f0e8a40d2e6d2bd04e"
1089+
integrity sha512-yPL6DyFwY5PiMVEwymNeqUTKsDczQBJ/5T7W/46RwLU/VH+AA8aT5TZkvBviLKLbbm0hlfftEkGrNzfRk/fofQ==
10901090
dependencies:
1091-
undici-types "~5.26.4"
1091+
undici-types "~6.11.1"
10921092

10931093
"@types/yauzl@2.10.3":
10941094
version "2.10.3"
@@ -5202,10 +5202,10 @@ unbox-primitive@^1.0.2:
52025202
has-symbols "^1.0.3"
52035203
which-boxed-primitive "^1.0.2"
52045204

5205-
undici-types@~5.26.4:
5206-
version "5.26.5"
5207-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
5208-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
5205+
undici-types@~6.11.1:
5206+
version "6.11.1"
5207+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.11.1.tgz#432ea6e8efd54a48569705a699e62d8f4981b197"
5208+
integrity sha512-mIDEX2ek50x0OlRgxryxsenE5XaQD4on5U2inY7RApK3SOJpofyw7uW2AyfMKkhAxXIceo2DeWGVGwyvng1GNQ==
52095209

52105210
unique-string@^3.0.0:
52115211
version "3.0.0"

0 commit comments

Comments
 (0)