diff --git a/package.json b/package.json index bc363ca..81a9fc2 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@babel/types": "7.26.0", "@types/jsdom": "21.1.7", - "@types/node": "22.9.1", + "@types/node": "22.9.3", "@types/webfontloader": "1.6.38", "@vitejs/plugin-vue": "5.2.0", "@vue/tsconfig": "0.1.3", diff --git a/yarn.lock b/yarn.lock index 9a5b577..00dc55d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -256,13 +256,20 @@ "@types/tough-cookie" "*" parse5 "^7.0.0" -"@types/node@*", "@types/node@22.9.1": +"@types/node@*": version "22.9.1" resolved "https://registry.yarnpkg.com/@types/node/-/node-22.9.1.tgz#bdf91c36e0e7ecfb7257b2d75bf1b206b308ca71" integrity sha512-p8Yy/8sw1caA8CdRIQBG5tiLHmxtQKObCijiAa9Ez+d4+PRffM4054xbju0msf+cvhJpnFEeNjxmVT/0ipktrg== dependencies: undici-types "~6.19.8" +"@types/node@22.9.3": + version "22.9.3" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.9.3.tgz#08f3d64b3bc6d74b162d36f60213e8a6704ef2b4" + integrity sha512-F3u1fs/fce3FFk+DAxbxc78DF8x0cY09RRL8GnXLmkJ1jvx3TtPdWoTT5/NiYfI5ASqXBmfqJi9dZ3gxMx4lzw== + dependencies: + undici-types "~6.19.8" + "@types/tough-cookie@*": version "4.0.5" resolved "https://registry.yarnpkg.com/@types/tough-cookie/-/tough-cookie-4.0.5.tgz#cb6e2a691b70cb177c6e3ae9c1d2e8b2ea8cd304"