Skip to content

Commit

Permalink
Update dependency evt to ^2.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 25, 2022
1 parent 9dee654 commit 041eae1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "powerhooks",
"version": "0.20.29",
"version": "0.20.30",
"description": "The missing builtins hooks",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,7 +42,7 @@
"typescript": "^4.6.4"
},
"dependencies": {
"evt": "^2.4.10",
"evt": "^2.4.11",
"memoizee": "^0.4.15",
"resize-observer-polyfill": "^1.5.1",
"tsafe": "^1.3.4"
Expand Down
15 changes: 5 additions & 10 deletions yarn.lock
Expand Up @@ -158,14 +158,14 @@ event-emitter@^0.3.5:
d "1"
es5-ext "~0.10.14"

evt@^2.4.10:
version "2.4.10"
resolved "https://registry.yarnpkg.com/evt/-/evt-2.4.10.tgz#91b3c10e5ce50112656bdbe6c599c38f72617e51"
integrity sha512-HPepROqeyGpl54AvytYMJh+JoB5eGInaRG3Sqr7VAQX69jzWdou6mq8vNvy41lRSSsK2rQ7XJXoyEaqVnLDBSw==
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==
dependencies:
minimal-polyfills "^2.2.2"
run-exclusive "^2.2.18"
tsafe "^1.2.1"
tsafe "^1.3.4"

ext@^1.1.2:
version "1.6.0"
Expand Down Expand Up @@ -322,11 +322,6 @@ timers-ext@^0.1.7:
es5-ext "~0.10.46"
next-tick "1"

tsafe@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.2.1.tgz#578f7acd22b5ff32b5b820b6eb551af9ad4024da"
integrity sha512-fDDbPiAG6xjZuyXXakHZi8ewGx7ERxGVJ3dwFtcoex+9lvp/nHm5ROlFAB6lyZSmspG0cjpYpFxrKyRnniiOdQ==

tsafe@^1.3.4:
version "1.3.4"
resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.3.4.tgz#ba192fb428ef40f378d842849d85130bd8cf7488"
Expand Down

0 comments on commit 041eae1

Please sign in to comment.