diff --git a/package.json b/package.json index d31c37e..85cf581 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "denoify", - "version": "1.6.7", + "version": "1.6.8", "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", @@ -45,7 +45,7 @@ "commander": "^4.1.1", "comment-json": "^3.0.2", "cosmiconfig": "^7.0.1", - "evt": "2.5.3", + "evt": "2.5.6", "get-github-default-branch-name": "^1.0.0", "gitignore-parser": "0.0.2", "glob": "^7.1.6", diff --git a/yarn.lock b/yarn.lock index e3864f5..8d5c3f9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -775,10 +775,10 @@ esutils@^2.0.3: resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== -evt@2.5.3: - version "2.5.3" - resolved "https://registry.yarnpkg.com/evt/-/evt-2.5.3.tgz#eda564afdda6dfe1da687bb54933706af3f844d6" - integrity sha512-wZKx0JgXaTOVOXI2saNVxINU6VToOHDowMwb3NRcU6l+C59eW3w9dZgNxjokiM8rvMgc7/11yFG0cSDxn4qxgA== +evt@2.5.6: + version "2.5.6" + resolved "https://registry.yarnpkg.com/evt/-/evt-2.5.6.tgz#292a99d00d81fa04f659f72d8e24ebe7818f1cdb" + integrity sha512-8wxqQ5HQWn+C2RghLL07Q4mPqOqixNnKl3lEajx7hRth+/OqyZ7wfr9smASgG3yB7UUOqcpTKYBCEXzBa/1hPw== dependencies: minimal-polyfills "^2.2.3" run-exclusive "^2.2.19"