diff --git a/package.json b/package.json index 141f31c..f3f369d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@babel/types": "7.26.3", "@types/jsdom": "21.1.7", - "@types/node": "22.10.1", + "@types/node": "22.10.2", "@types/webfontloader": "1.6.38", "@vitejs/plugin-vue": "5.2.1", "@vue/tsconfig": "0.1.3", diff --git a/yarn.lock b/yarn.lock index 7cd230a..17859cc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -266,13 +266,20 @@ "@types/tough-cookie" "*" parse5 "^7.0.0" -"@types/node@*", "@types/node@22.10.1": +"@types/node@*": version "22.10.1" resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.1.tgz#41ffeee127b8975a05f8c4f83fb89bcb2987d766" integrity sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ== dependencies: undici-types "~6.20.0" +"@types/node@22.10.2": + version "22.10.2" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.2.tgz#a485426e6d1fdafc7b0d4c7b24e2c78182ddabb9" + integrity sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ== + dependencies: + undici-types "~6.20.0" + "@types/tough-cookie@*": version "4.0.5" resolved "https://registry.yarnpkg.com/@types/tough-cookie/-/tough-cookie-4.0.5.tgz#cb6e2a691b70cb177c6e3ae9c1d2e8b2ea8cd304"