From 7c8ad949429edf7ec934b5ec4c1c7f5a82edda52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 18:45:01 +0000 Subject: [PATCH] Update dependency @types/node to v18.17.8 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3ed2eb9..7ad0199 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "tailwindcss": "^3.2.1" }, "devDependencies": { - "@types/node": "18.17.6", + "@types/node": "18.17.8", "prettier": "3.0.2", "typescript": "5.1.6" } diff --git a/yarn.lock b/yarn.lock index 0958b7b..36a896a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -218,10 +218,10 @@ resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197" integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA== -"@types/node@18.17.6": - version "18.17.6" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.17.6.tgz#0296e9a30b22d2a8fcaa48d3c45afe51474ca55b" - integrity sha512-fGmT/P7z7ecA6bv/ia5DlaWCH4YeZvAQMNpUhrJjtAhOhZfoxS1VLUgU2pdk63efSjQaOJWdXMuAJsws+8I6dg== +"@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/prop-types@*": version "15.7.5"