From 539fd05def795e766c1baeea34cc2280f4a118ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 23:18:25 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v18.17.9 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c93cf1bd..2a486cbd 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "fix:prettier": "prettier --write src" }, "devDependencies": { - "@types/node": "18.17.8", + "@types/node": "18.17.9", "@types/yargs": "17.0.24", "@typescript-eslint/eslint-plugin": "6.4.1", "@typescript-eslint/parser": "6.4.1", diff --git a/yarn.lock b/yarn.lock index bdb8577a..5532348a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -245,10 +245,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.17.tgz#a8ddf6e0c2341718d74ee3dc413a13a042c45a0c" integrity sha512-e8PUNQy1HgJGV3iU/Bp2+D/DXh3PYeyli8LgIwsQcs1Ar1LoaWHSIT6Rw+H2rNJmiq6SNWiDytfx8+gYj7wDHw== -"@types/node@18.17.8": - version "18.17.8" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.17.8.tgz#fd69eb04c25d50374245e8bd69ba29dd0eb7ff5e" - integrity sha512-Av/7MqX/iNKwT9Tr60V85NqMnsmh8ilfJoBlIVibkXfitk9Q22D9Y5mSpm+FvG5DET7EbVfB40bOiLzKgYFgPw== +"@types/node@18.17.9": + version "18.17.9" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.17.9.tgz#b219fa0da3c574399f4a44455ea4b388029afd56" + integrity sha512-fxaKquqYcPOGwE7tC1anJaPJ0GHyOVzfA2oUoXECjBjrtsIz4YJvtNYsq8LUcjEUehEF+jGpx8Z+lFrtT6z0tg== "@types/semver@^7.5.0": version "7.5.0"