From b5b5f5f27893523ab9fae09bfb744c7ec61c5c8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 01:05:23 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v20.11.0 --- example/package.json | 2 +- example/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/package.json b/example/package.json index a891d0e..3acb9e7 100644 --- a/example/package.json +++ b/example/package.json @@ -32,7 +32,7 @@ "homepage": "https://github.com/mikaello/emit-punch-cards-communication#readme", "devDependencies": { "@rollup/plugin-node-resolve": "15.2.3", - "@types/node": "20.10.6", + "@types/node": "20.11.0", "@types/w3c-web-usb": "1.0.10", "gulp": "4.0.2", "gulp-typescript": "6.0.0-alpha.1", diff --git a/example/yarn.lock b/example/yarn.lock index 3cbb391..3c90971 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -84,10 +84,10 @@ resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2" integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ== -"@types/node@20.10.6": - version "20.10.6" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.6.tgz#a3ec84c22965802bf763da55b2394424f22bfbb5" - integrity sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw== +"@types/node@20.11.0": + version "20.11.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.0.tgz#8e0b99e70c0c1ade1a86c4a282f7b7ef87c9552f" + integrity sha512-o9bjXmDNcF7GbM4CNQpmi+TutCgap/K3w1JyKgxAjqx41zp9qlIAVFi0IhCNsJcXolEqLWhbFbEeL0PvYm4pcQ== dependencies: undici-types "~5.26.4"