From a07a8ec219e3ee38b9ffb29c101e7ee6d7bd4d23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 23:33:13 +0000 Subject: [PATCH] Update dependency @types/node to ^18.15.11 | datasource | package | from | to | | ---------- | ----------- | ------- | -------- | | npm | @types/node | 18.15.3 | 18.15.11 | --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 84755ef..abbcd63 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "author": "mkusaka ", "license": "MIT", "devDependencies": { - "@types/node": "^18.15.3", + "@types/node": "^18.15.11", "@types/prettier": "^2.7.2", "@vercel/ncc": "^0.34.0", "concurrently": "^7.4.0", diff --git a/yarn.lock b/yarn.lock index 512e72e..75c5ad9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -43,10 +43,10 @@ resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3" integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ== -"@types/node@^18.15.3": - version "18.15.3" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.3.tgz#f0b991c32cfc6a4e7f3399d6cb4b8cf9a0315014" - integrity sha512-p6ua9zBxz5otCmbpb5D3U4B5Nanw6Pk3PPyX05xnxbB/fRv71N7CPmORg7uAD5P70T0xmx1pzAx/FUfa5X+3cw== +"@types/node@^18.15.11": + version "18.15.11" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.11.tgz#b3b790f09cb1696cffcec605de025b088fa4225f" + integrity sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q== "@types/prettier@^2.7.2": version "2.7.2"