From fba6197a50e5163df00876876e33722464b45ae8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 20:00:08 +0000 Subject: [PATCH] build(deps): update dependency @types/node to v20 --- package.json | 2 +- yarn.lock | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 27cf0ef4..c58638f9 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "description": "Chat Styles is a generator of style sheet for the YouTube Live Chat.", "devDependencies": { "@types/eslint": "^8.44.6", - "@types/node": "^18.18.8", + "@types/node": "^20.8.10", "@types/react": "^18.2.35", "@types/react-color": "^3.0.9", "@types/react-helmet": "^6.1.8", diff --git a/yarn.lock b/yarn.lock index 8d6e2c22..07fa542c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1306,20 +1306,13 @@ resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca" integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA== -"@types/node@*": +"@types/node@*", "@types/node@^20.8.10": version "20.8.10" resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.10.tgz#a5448b895c753ae929c26ce85cab557c6d4a365e" integrity sha512-TlgT8JntpcbmKUFzjhsyhGfP2fsiz1Mv56im6enJ905xG1DAYesxJaeSbGqQmAw8OWPdhyJGhGSQGKRNJ45u9w== dependencies: undici-types "~5.26.4" -"@types/node@^18.18.8": - version "18.18.8" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.8.tgz#2b285361f2357c8c8578ec86b5d097c7f464cfd6" - integrity sha512-OLGBaaK5V3VRBS1bAkMVP2/W9B+H8meUfl866OrMNQqt7wDgdpWPp5o6gmIc9pB+lIQHSq4ZL8ypeH1vPxcPaQ== - dependencies: - undici-types "~5.26.4" - "@types/prop-types@*": version "15.7.9" resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.9.tgz#b6f785caa7ea1fe4414d9df42ee0ab67f23d8a6d"