From 67f0aa8927c2a83c40dd36ebda21bce74f187691 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 21:29:50 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v22.9.1 (#849) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3f34c253..bc363ca5 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.0", + "@types/node": "22.9.1", "@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 83b8155b..aa2310cf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -256,13 +256,20 @@ "@types/tough-cookie" "*" parse5 "^7.0.0" -"@types/node@*", "@types/node@22.9.0": +"@types/node@*": version "22.9.0" resolved "https://registry.yarnpkg.com/@types/node/-/node-22.9.0.tgz#b7f16e5c3384788542c72dc3d561a7ceae2c0365" integrity sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ== dependencies: undici-types "~6.19.8" +"@types/node@22.9.1": + 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/tough-cookie@*": version "4.0.5" resolved "https://registry.yarnpkg.com/@types/tough-cookie/-/tough-cookie-4.0.5.tgz#cb6e2a691b70cb177c6e3ae9c1d2e8b2ea8cd304"