Skip to content

Commit

Permalink
Update garronej_modules_update
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 30, 2022
1 parent e569f07 commit 937b994
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "denoify",
"version": "1.4.4",
"version": "1.4.5",
"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 @@ -43,7 +43,7 @@
"commander": "^4.1.1",
"comment-json": "^3.0.2",
"cosmiconfig": "^7.0.1",
"evt": "^2.4.11",
"evt": "^2.4.13",
"get-github-default-branch-name": "^0.0.4",
"gitignore-parser": "0.0.2",
"glob": "^7.1.6",
Expand All @@ -52,7 +52,7 @@
"parse-dont-validate": "^4.0.1",
"path-depth": "^1.0.0",
"scripting-tools": "^0.19.14",
"tsafe": "^1.4.0",
"tsafe": "^1.4.1",
"url-join": "^4.0.1"
},
"keywords": [
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -699,14 +699,14 @@ 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.11:
version "2.4.11"
resolved "https://registry.yarnpkg.com/evt/-/evt-2.4.11.tgz#df7f4c376117e6283774e1b8dc76288753bfb5f4"
integrity sha512-GCr0yjk5ZZH134+JwA+J67HzlMGvuUDm+JwbYsl01FLphVJiRHTbrIFJyTLR2wvdxUg4qsVqnCW24o4c89gQeA==
evt@^2.4.13:
version "2.4.13"
resolved "https://registry.yarnpkg.com/evt/-/evt-2.4.13.tgz#5ef873159ce62e099d58801a3e4b8e0f5b648017"
integrity sha512-haTVOsmjzk+28zpzvVwan9Zw2rLQF2izgi7BKjAPRzZAfcv+8scL0TpM8MzvGNKFYHiy+Bq3r6FYIIUPl9kt3A==
dependencies:
minimal-polyfills "^2.2.2"
run-exclusive "^2.2.18"
tsafe "^1.3.4"
tsafe "^1.4.1"

execa@^5.1.1:
version "5.1.1"
Expand Down Expand Up @@ -1456,10 +1456,10 @@ tr46@~0.0.3:
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==

tsafe@^1.3.4, tsafe@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.4.0.tgz#06eb4d25600e73a43dfb9391af5ba0b14100740d"
integrity sha512-Tu1qe0djo7eQ1Wcg/b8bezbrfW5yHrUHUEvHynFRo3oDyWd7FxnZOrGWQg+hfk1U1+vk9Z9u0J7JoaY17aBhdw==
tsafe@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.4.1.tgz#59cdad8ac41babf88e56dcd1a683ae2fb145d059"
integrity sha512-3IDBalvf6SyvHFS14UiwCWzqdSdo+Q0k2J7DZyJYaHW/iraW9DJpaBKDJpry3yQs3o/t/A+oGaRW3iVt2lKxzA==

tslib@^2.1.0:
version "2.4.0"
Expand Down

0 comments on commit 937b994

Please sign in to comment.