Skip to content

Commit 42c5370

Browse files
chore(deps): update definitelytyped
1 parent bccdd34 commit 42c5370

File tree

2 files changed

+25
-13
lines changed

2 files changed

+25
-13
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@
115115
"@rollup/plugin-commonjs": "17.1.0",
116116
"@rollup/plugin-node-resolve": "11.2.0",
117117
"@rollup/plugin-typescript": "8.2.0",
118-
"@types/glob": "7.1.3",
118+
"@types/glob": "8.1.0",
119119
"@types/mocha": "8.2.1",
120-
"@types/node": "14.14.31",
120+
"@types/node": "22.10.10",
121121
"@types/vscode": "1.53.0",
122122
"@typescript-eslint/eslint-plugin": "4.15.2",
123123
"@typescript-eslint/parser": "4.15.2",

yarn.lock

+23-11
Original file line numberDiff line numberDiff line change
@@ -314,12 +314,12 @@
314314
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
315315
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
316316

317-
"@types/glob@7.1.3":
318-
version "7.1.3"
319-
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.3.tgz#e6ba80f36b7daad2c685acd9266382e68985c183"
320-
integrity sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w==
317+
"@types/glob@8.1.0":
318+
version "8.1.0"
319+
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-8.1.0.tgz#b63e70155391b0584dce44e7ea25190bbc38f2fc"
320+
integrity sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==
321321
dependencies:
322-
"@types/minimatch" "*"
322+
"@types/minimatch" "^5.1.2"
323323
"@types/node" "*"
324324

325325
"@types/json-schema@^7.0.3":
@@ -332,21 +332,28 @@
332332
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
333333
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
334334

335-
"@types/minimatch@*":
336-
version "3.0.3"
337-
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
338-
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
335+
"@types/minimatch@^5.1.2":
336+
version "5.1.2"
337+
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
338+
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
339339

340340
341341
version "8.2.1"
342342
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.2.1.tgz#f3f3ae4590c5386fc7c543aae9b78d4cf30ffee9"
343343
integrity sha512-NysN+bNqj6E0Hv4CTGWSlPzMW6vTKjDpOteycDkV4IWBsO+PU48JonrPzV9ODjiI2XrjmA05KInLgF5ivZ/YGQ==
344344

345-
"@types/node@*", "@types/[email protected]":
345+
"@types/node@*":
346346
version "14.14.31"
347347
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.31.tgz#72286bd33d137aa0d152d47ec7c1762563d34055"
348348
integrity sha512-vFHy/ezP5qI0rFgJ7aQnjDXwAMrG0KqqIH7tQG5PPv3BWBayOPIQNBjVc/P6hhdZfMx51REc6tfDNXHUio893g==
349349

350+
351+
version "22.10.10"
352+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.10.tgz#85fe89f8bf459dc57dfef1689bd5b52ad1af07e6"
353+
integrity sha512-X47y/mPNzxviAGY5TcYPtYL8JsY3kAq2n8fMmKoRCxq/c4v4pyGNCzM2R6+M5/umG4ZfHuT+sgqDYqWc9rJ6ww==
354+
dependencies:
355+
undici-types "~6.20.0"
356+
350357
"@types/normalize-package-data@^2.4.0":
351358
version "2.4.0"
352359
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
@@ -2257,7 +2264,7 @@ rimraf@^3.0.2:
22572264
dependencies:
22582265
glob "^7.1.3"
22592266

2260-
rollup-plugin-progress@^1.1.2:
2267+
22612268
version "1.1.2"
22622269
resolved "https://registry.yarnpkg.com/rollup-plugin-progress/-/rollup-plugin-progress-1.1.2.tgz#5c1dfe7c50f654906bc34d167d5512ee1a4b72d5"
22632270
integrity sha512-6ehSZOMTZdAlRpe45kf56BnIOsDYC2GKWhGlK/Dh/Ae/AMUneMDyKdiv9ZlRrW/HVc986frTZcc2Zka+oF6W7Q==
@@ -2651,6 +2658,11 @@ [email protected]:
26512658
yamljs "^0.3.0"
26522659
yargs "^16.2.0"
26532660

2661+
undici-types@~6.20.0:
2662+
version "6.20.0"
2663+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
2664+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
2665+
26542666
universalify@^0.1.0:
26552667
version "0.1.2"
26562668
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"

0 commit comments

Comments
 (0)