From 24eb3bc273fe517c40b6992f4a37da4cb96d142b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 02:08:00 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v18 | datasource | package | from | to | | ---------- | ----------- | -------- | ------- | | npm | @types/node | 16.11.32 | 18.18.4 | --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 41d8fde..46eb7d7 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@types/js-yaml": "^4.0.5", - "@types/node": "^16.11.32", + "@types/node": "^18.18.4", "ts-node": "^10.7.0", "typescript": "^4.6.4" }, diff --git a/yarn.lock b/yarn.lock index debe67d..a8d60c4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -70,10 +70,10 @@ resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-4.0.5.tgz#738dd390a6ecc5442f35e7f03fa1431353f7e138" integrity sha512-FhpRzf927MNQdRZP0J5DLIdTXhjLYzeUTmLAu69mnVksLH9CJY3IuSeEgbKUki7GQZm0WqDkGzyxju2EZGD2wA== -"@types/node@^16.11.32": - version "16.11.32" - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.32.tgz#ff1a57f7c52dacb3537d22d230654390202774de" - integrity sha512-+fnfNvG5JQdC1uGZiTx+0QVtoOHcggy6+epx65JYroPGsE1uhp+vo5kioiGKsAkor6ocwHteU2EvO7N8vtOZtA== +"@types/node@^18.18.4": + version "18.18.4" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.4.tgz#519fef47a13cf869be290c20fc6ae9b7fe887aa7" + integrity sha512-t3rNFBgJRugIhackit2mVcLfF6IRc0JE4oeizPQL8Zrm8n2WY/0wOdpOPhdtG0V9Q2TlW/axbF1MJ6z+Yj/kKQ== acorn-walk@^8.1.1: version "8.2.0"