diff --git a/package.json b/package.json index bd68ad7..b02a50a 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "@types/filesystem": "0.0.33", "@types/ipfs": "git+https://github.com/survirtual/types-ipfs.git", - "@types/node": "^20.8.9", + "@types/node": "^22.9.0", "@types/orbit-db": "git+https://github.com/willemneal/types-orbit-db.git", "@zxing/library": "^0.20.0", "file-loader": "^6.2.0", diff --git a/yarn.lock b/yarn.lock index 9fa8ccf..16828d4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -737,11 +737,11 @@ version "7.0.12" resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb" -"@types/node@*", "@types/node@>=13.7.0", "@types/node@^20.8.9": - version "20.8.9" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.9.tgz#646390b4fab269abce59c308fc286dcd818a2b08" +"@types/node@*", "@types/node@>=13.7.0", "@types/node@^22.9.0": + version "22.9.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.9.0.tgz#b7f16e5c3384788542c72dc3d561a7ceae2c0365" dependencies: - undici-types "~5.26.4" + undici-types "~6.19.8" "@types/orbit-db@git+https://github.com/willemneal/types-orbit-db.git": version "0.19.8" @@ -7326,9 +7326,9 @@ uint8arrays@^4.0.2, uint8arrays@^4.0.3, uint8arrays@^4.0.6: dependencies: multiformats "^12.0.1" -undici-types@~5.26.4: - version "5.26.5" - resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" +undici-types@~6.19.8: + version "6.19.8" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02" undici@^5.12.0: version "5.23.0"