Skip to content

Commit

Permalink
Update dependency evt to ^2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 29, 2022
1 parent 47cde34 commit 82fc5db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "powerhooks",
"version": "0.20.19",
"version": "0.20.20",
"description": "The missing builtins hooks",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,7 +42,7 @@
"typescript": "^4.6.4"
},
"dependencies": {
"evt": "^2.4.3",
"evt": "^2.4.4",
"memoizee": "^0.4.15",
"resize-observer-polyfill": "^1.5.1",
"tsafe": "^1.1.1"
Expand Down
15 changes: 5 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -158,14 +158,14 @@ event-emitter@^0.3.5:
d "1"
es5-ext "~0.10.14"

evt@^2.4.3:
version "2.4.3"
resolved "https://registry.yarnpkg.com/evt/-/evt-2.4.3.tgz#c70dab423135ade17de8152ea988fc8ef81f4513"
integrity sha512-mjvab7nRg3NnioKh9MKs5ajPlBjvrQ+dOTkDPzExpZFnzC9sebVOu7NsRj8xd1WfL02iih1rIYUVz6+Hr2F/Lg==
evt@^2.4.4:
version "2.4.4"
resolved "https://registry.yarnpkg.com/evt/-/evt-2.4.4.tgz#37d6e28ccb5b1bc91162fc3d5bcfbeb1ef3191cf"
integrity sha512-w/ZYdPCRdSfslOhcQHq7DuYoaU04YZKkFPyBwF8pYmOkRizivpbI0jZ8ffY/jITzbLo7RZ0wxN2dqyi62kyGwg==
dependencies:
minimal-polyfills "^2.2.2"
run-exclusive "^2.2.16"
tsafe "^1.1.0"
tsafe "^1.1.1"

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.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.1.0.tgz#3fa2f5a902803fccc8d3a0e28ff8154e0380cffa"
integrity sha512-u+dbgaG/D3ej1AGZYOe6pb7eDLhn+cmuw1Vx2pnj62PklH/yj+RN1DOxe18ncbZSu91IXmE8LrrGbwByNmuGvw==

tsafe@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.1.1.tgz#8d6998c726f8c63c518e1d1e283bbcd282a2b9a9"
Expand Down

0 comments on commit 82fc5db

Please sign in to comment.