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 29, 2022
1 parent 6c98224 commit 140c1ff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "powerhooks",
"version": "0.20.31",
"version": "0.20.32",
"description": "The missing builtins hooks",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,9 +42,9 @@
"typescript": "^4.6.4"
},
"dependencies": {
"evt": "^2.4.11",
"evt": "^2.4.13",
"memoizee": "^0.4.15",
"resize-observer-polyfill": "^1.5.1",
"tsafe": "^1.4.0"
"tsafe": "^1.4.1"
}
}
23 changes: 9 additions & 14 deletions yarn.lock
Expand Up @@ -158,14 +158,14 @@ event-emitter@^0.3.5:
d "1"
es5-ext "~0.10.14"

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"

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

tsafe@^1.3.4:
version "1.3.4"
resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.3.4.tgz#ba192fb428ef40f378d842849d85130bd8cf7488"
integrity sha512-BAcks5XQhTFXEYKp/v/RnTwD4qbWSGOHrY/gcVE9oI77KphLyfA+LRZ8SYF/fyZxikK1T8SsNf/0wvYsM6UHCQ==

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==

type@^1.0.1:
version "1.2.0"
Expand Down

0 comments on commit 140c1ff

Please sign in to comment.