diff --git a/package.json b/package.json index 667a506..374631b 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "denoify", - "version": "1.0.5", + "version": "1.0.6", "homepage": "https://denoify.land", "description": "For NPM module authors that would like to support Deno but do not want to write and maintain a port.", "main": "dist/lib/index.js", @@ -48,7 +48,7 @@ "path-depth": "^1.0.0", "scripting-tools": "^0.19.13", "url-join": "^4.0.1", - "evt": "^2.4.0", + "evt": "^2.4.1", "minimal-polyfills": "^2.2.2" }, "keywords": [ diff --git a/yarn.lock b/yarn.lock index 8f97602..d7d1e78 100644 --- a/yarn.lock +++ b/yarn.lock @@ -445,10 +445,10 @@ esprima@^4.0.0, esprima@^4.0.1: resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== -evt@^2.4.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/evt/-/evt-2.4.0.tgz#5052d3a685bba8f7e7be699b358c1781bd4037bf" - integrity sha512-1V8FnExwqzX2fufT793mHfCnQay078kRdAEDHzJz863pgJK9aeDiWXZFs5aKmzJfIgi+svevtApVnleZXz4Jeg== +evt@^2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/evt/-/evt-2.4.1.tgz#68beca2f7bd7eb755fdda5b263a80b934100e046" + integrity sha512-eo7sZcfDbiVWD5Aw6STkIEMmchYLdeGnJB6tVaM9AXZc7pViin3PmQhb6fgFIFHfl0re9zSEHtSjyu70Y7dRJg== dependencies: minimal-polyfills "^2.2.2" run-exclusive "^2.2.16"