From c4fbf41867dfa956008e0a9bcf972aa658d4b597 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 00:38:53 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v22.10.5 (#297) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 14f5319..d30e261 100644 --- a/example/package.json +++ b/example/package.json @@ -33,7 +33,7 @@ "devDependencies": { "@rollup/plugin-node-resolve": "15.3.1", "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "22.10.4", + "@types/node": "22.10.5", "@types/w3c-web-usb": "1.0.10", "gulp": "5.0.0", "gulp-typescript": "6.0.0-alpha.1", diff --git a/example/yarn.lock b/example/yarn.lock index 0a61c1e..f6c53cd 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -204,10 +204,10 @@ resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2" integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ== -"@types/node@22.10.4": - version "22.10.4" - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.4.tgz#da36bebcc4b124f3d62bfde1cd1dafd7763949c1" - integrity sha512-99l6wv4HEzBQhvaU/UGoeBoCK61SCROQaCCGyQSgX2tEQ3rKkNZ2S7CEWnS/4s1LV+8ODdK21UeyR1fHP2mXug== +"@types/node@22.10.5": + version "22.10.5" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.5.tgz#95af89a3fb74a2bb41ef9927f206e6472026e48b" + integrity sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ== dependencies: undici-types "~6.20.0"