Skip to content

Commit

Permalink
fix(deps): update dependency evt to v2.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 10, 2024
1 parent e9c58d2 commit 81cbbe9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -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"
Expand Down

0 comments on commit 81cbbe9

Please sign in to comment.