From 07439084bd0a5acd88f2f8e6c1ad636660271ea7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 14:06:05 +0000 Subject: [PATCH] fix(deps): update dependency @types/node to ^18.19.48 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b3360ff..3f48a2c 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@types/lodash.maxby": "^4.6.9", "@types/lodash.sortby": "^4.7.9", "@types/lodash.throttle": "^4.1.9", - "@types/node": "^18.19.47", + "@types/node": "^18.19.48", "@types/prop-types": "^15.7.12", "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", diff --git a/yarn.lock b/yarn.lock index 19f7b1c..9d0ba8e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3544,10 +3544,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.3.tgz#ca83a5a006e0d5709a3fe8966112f26436071d81" integrity sha512-Yu3+r4Mn/iY6Mf0aihncZQ1qOjOUrCiodbHHY1hds5O+7BbKp9t+Li7zLO13zO8j9L2C6euz8xsYQP0rjGvVXw== -"@types/node@^18.19.47": - version "18.19.49" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.49.tgz#2f55cba5214da8f16d48f02724bee58b104f374e" - integrity sha512-ALCeIR6n0nQ7j0FUF1ycOhrp6+XutJWqEu/vtdEqXFUQwkBfgUA5cEg3ZNmjWGF/ZYA/FcF9QMkL55Ar0O6UrA== +"@types/node@^18.19.48": + version "18.19.50" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.50.tgz#8652b34ee7c0e7e2004b3f08192281808d41bf5a" + integrity sha512-xonK+NRrMBRtkL1hVCc3G+uXtjh1Al4opBLjqVmipe5ZAaBYWW6cNAiBVZ1BvmkBhep698rP3UM3aRAdSALuhg== dependencies: undici-types "~5.26.4"