diff --git a/example/package.json b/example/package.json index 85e5c0b..dd57e02 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": "18.18.9", + "@types/node": "18.18.13", "@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 906d71d..9c3ebc2 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@18.18.9": - version "18.18.9" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.9.tgz#5527ea1832db3bba8eb8023ce8497b7d3f299592" - integrity sha512-0f5klcuImLnG4Qreu9hPj/rEfFq6YRc5n2mAjSsH+ec/mJL+3voBH0+8T7o8RpFjH7ovc+TRsL/c7OYIQsPTfQ== +"@types/node@18.18.13": + version "18.18.13" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.13.tgz#ae0f76c0bfe79d8fad0f910b78ae3e59b333c6e8" + integrity sha512-vXYZGRrSCreZmq1rEjMRLXJhiy8MrIeVasx+PCVlP414N7CJLHnMf+juVvjdprHyH+XRy3zKZLHeNueOpJCn0g== dependencies: undici-types "~5.26.4"