diff --git a/package.json b/package.json index 1dc70c9..b406365 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.2", + "@types/node": "22.10.3", "@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 7e108bf..fe64b55 100644 --- a/yarn.lock +++ b/yarn.lock @@ -271,13 +271,20 @@ "@types/tough-cookie" "*" parse5 "^7.0.0" -"@types/node@*", "@types/node@22.10.2": +"@types/node@*": 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/node@22.10.3": + version "22.10.3" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.3.tgz#cdc2a89bf6e5d5e593fad08e83f74d7348d5dd10" + integrity sha512-DifAyw4BkrufCILvD3ucnuN8eydUfc/C1GlyrnI+LK6543w5/L3VeVgf05o3B4fqSXP1dKYLOZsKfutpxPzZrw== + 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"