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

evt@^2.4.6:
version "2.4.6"
resolved "https://registry.yarnpkg.com/evt/-/evt-2.4.6.tgz#79e242cd2f84c2ec0b8119478712f7af80368832"
integrity sha512-4kSu9YVklCeddEAu/UCzIISrxc5SAD82hX7gXjBox4yyrPNblYrmJr4GgTOOQpNXTGYci+UIpFUYikgZa9fyTQ==
evt@^2.4.7:
version "2.4.7"
resolved "https://registry.yarnpkg.com/evt/-/evt-2.4.7.tgz#2da79a154c85b5e16ef61ec35ef0d767ccb686fc"
integrity sha512-0kc1bpL4DU2u8JVkZNJvUHauJZxOwwycU4+rSKHxfa63h7ckPFOQ3vvRFoYsuTr7ojvmTaAUexof7w+h+HnfIQ==
dependencies:
minimal-polyfills "^2.2.2"
run-exclusive "^2.2.16"
run-exclusive "^2.2.17"
tsafe "^1.1.3"

ext@^1.1.2:
Expand Down Expand Up @@ -290,10 +290,10 @@ resize-observer-polyfill@^1.5.1:
resolved "https://registry.yarnpkg.com/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz#0e9020dd3d21024458d4ebd27e23e40269810464"
integrity sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==

run-exclusive@^2.2.16:
version "2.2.16"
resolved "https://registry.yarnpkg.com/run-exclusive/-/run-exclusive-2.2.16.tgz#8fa30a23037760af296c47872a5f6b38f25accf0"
integrity sha512-cdYv2LDvaBCRnrqXrwDFs1SgzGTx0EIsiEReTpsprEDR6hRUVlSyjoMYu+rez4S1gpz6YbOQxcmYFMXJQknVnQ==
run-exclusive@^2.2.17:
version "2.2.17"
resolved "https://registry.yarnpkg.com/run-exclusive/-/run-exclusive-2.2.17.tgz#1c967c942ad146fe5a4cc6e28a4e3c1b996c09bd"
integrity sha512-RM/mJJuX0VVfkiCa/yWJLs8Tb2OTweRaKEbWtVj77jXz94ztheIFnfLtK91u7XY5iy4/tyVIXEdv+kQmC1E51w==
dependencies:
minimal-polyfills "^2.2.1"

Expand Down Expand Up @@ -327,6 +327,11 @@ tsafe@^1.1.3:
resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.1.3.tgz#fa7c2ae7da689884292b70ee30febbca5c665d03"
integrity sha512-QQQoed5Acb7Qe/sjMwE/qg57mxD5MXqY5HcGN4i3QyhJiplpo79ABEZiOBvL1cRTOYIzeryWvWQ3xsotTA49MQ==

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

type@^1.0.1:
version "1.2.0"
resolved "https://registry.yarnpkg.com/type/-/type-1.2.0.tgz#848dd7698dafa3e54a6c479e759c4bc3f18847a0"
Expand Down

0 comments on commit d5a4dc3

Please sign in to comment.