Skip to content

Commit 5c918a9

Browse files
chore(deps): update dependency @types/node to v22
1 parent 687bfe0 commit 5c918a9

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"@sourcegraph/prettierrc": "^3.0.3",
123123
"@sourcegraph/tsconfig": "^4.0.1",
124124
"@types/mocha": "8.2.2",
125-
"@types/node": "14.17.3",
125+
"@types/node": "22.14.0",
126126
"@types/sinon": "10.0.2",
127127
"eslint": "^7.28.0",
128128
"husky": "^4.3.6",

yarn.lock

+11-4
Original file line numberDiff line numberDiff line change
@@ -1212,10 +1212,12 @@
12121212
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.2.2.tgz#91daa226eb8c2ff261e6a8cbf8c7304641e095e0"
12131213
integrity sha512-Lwh0lzzqT5Pqh6z61P3c3P5nm6fzQK/MMHl9UKeneAeInVflBSz1O2EkX6gM6xfJd7FBXBY5purtLx7fUiZ7Hw==
12141214

1215-
1216-
version "14.17.3"
1217-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.3.tgz#6d327abaa4be34a74e421ed6409a0ae2f47f4c3d"
1218-
integrity sha512-e6ZowgGJmTuXa3GyaPbTGxX17tnThl2aSSizrFthQ7m9uLGZBXiGhgE55cjRZTF5kjZvYn9EOPOMljdjwbflxw==
1215+
1216+
version "22.14.0"
1217+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.14.0.tgz#d3bfa3936fef0dbacd79ea3eb17d521c628bb47e"
1218+
integrity sha512-Kmpl+z84ILoG+3T/zQFyAJsU6EPTmOCj8/2+83fSN6djd6I4o7uOuGIH6vq3PrjY5BGitSbFuMN18j3iknubbA==
1219+
dependencies:
1220+
undici-types "~6.21.0"
12191221

12201222
"@types/normalize-package-data@^2.4.0":
12211223
version "2.4.0"
@@ -8082,6 +8084,11 @@ uncss@^0.17.0:
80828084
postcss-selector-parser "6.0.2"
80838085
request "^2.88.0"
80848086

8087+
undici-types@~6.21.0:
8088+
version "6.21.0"
8089+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
8090+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
8091+
80858092
unicode-canonical-property-names-ecmascript@^1.0.4:
80868093
version "1.0.4"
80878094
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818"

0 commit comments

Comments
 (0)