Skip to content

Commit

Permalink
chore(deps): update dependency worker-timers to v7.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 1, 2024
1 parent e4bb48f commit 1a73f1c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"jwt-decode": "3.1.2",
"oidc-client-ts": "2.4.0",
"worker-timers": "7.1.7",
"worker-timers": "7.1.8",
"tsafe": "^1.6.5",
"@types/node": "^20.2.1",
"@types/react": "^18.2.6",
Expand Down
20 changes: 10 additions & 10 deletions apps/wallet/src/utils/oidc/lib/oidc-spa-4.11.1/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@
resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310"
integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==

"@babel/runtime@^7.23.8", "@babel/runtime@^7.24.4", "@babel/runtime@^7.24.5", "@babel/runtime@^7.8.4":
"@babel/runtime@^7.23.8", "@babel/runtime@^7.24.5", "@babel/runtime@^7.8.4":
version "7.24.8"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.8.tgz#5d958c3827b13cc6d05e038c07fb2e5e3420d82e"
integrity sha512-5F7SDGs1T72ZczbRwbGO9lQi0NLjQxzl6i4lJxLxfW9U5UluCSyEJeniWvnhl3/euNiqQVbo8zruhsDfid0esA==
Expand Down Expand Up @@ -2970,7 +2970,7 @@ wildcard@^2.0.0:
resolved "https://registry.yarnpkg.com/wildcard/-/wildcard-2.0.1.tgz#5ab10d02487198954836b6349f74fff961e10f67"
integrity sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==

worker-timers-broker@^6.1.7:
worker-timers-broker@^6.1.8:
version "6.1.8"
resolved "https://registry.yarnpkg.com/worker-timers-broker/-/worker-timers-broker-6.1.8.tgz#08f64e5931b77fadc55f0c7388c077a7dd17e4c7"
integrity sha512-FUCJu9jlK3A8WqLTKXM9E6kAmI/dR1vAJ8dHYLMisLNB/n3GuaFIjJ7pn16ZcD1zCOf7P6H62lWIEBi+yz/zQQ==
Expand All @@ -2980,23 +2980,23 @@ worker-timers-broker@^6.1.7:
tslib "^2.6.2"
worker-timers-worker "^7.0.71"

worker-timers-worker@^7.0.70, worker-timers-worker@^7.0.71:
worker-timers-worker@^7.0.71:
version "7.0.71"
resolved "https://registry.yarnpkg.com/worker-timers-worker/-/worker-timers-worker-7.0.71.tgz#f96138bafbcfaabea116603ce23956e05e76db6a"
integrity sha512-ks/5YKwZsto1c2vmljroppOKCivB/ma97g9y77MAAz2TBBjPPgpoOiS1qYQKIgvGTr2QYPT3XhJWIB6Rj2MVPQ==
dependencies:
"@babel/runtime" "^7.24.5"
tslib "^2.6.2"

[email protected].7:
version "7.1.7"
resolved "https://registry.yarnpkg.com/worker-timers/-/worker-timers-7.1.7.tgz#1119f6454cb7c8653097ffb66f592115fb6693ea"
integrity sha512-Dr4La61d94SjOA8P57h2LN8W3MXOVe/m1P7jER8cmuIy+JaDMqPttSwo6QRJFSK6YnG9cD6SU7J8m7CVlu8jlw==
[email protected].8:
version "7.1.8"
resolved "https://registry.yarnpkg.com/worker-timers/-/worker-timers-7.1.8.tgz#f53072c396ac4264fd3027914f4ab793c92d90be"
integrity sha512-R54psRKYVLuzff7c1OTFcq/4Hue5Vlz4bFtNEIarpSiCYhpifHU3aIQI29S84o1j87ePCYqbmEJPqwBTf+3sfw==
dependencies:
"@babel/runtime" "^7.24.4"
"@babel/runtime" "^7.24.5"
tslib "^2.6.2"
worker-timers-broker "^6.1.7"
worker-timers-worker "^7.0.70"
worker-timers-broker "^6.1.8"
worker-timers-worker "^7.0.71"

wrap-ansi@^6.2.0:
version "6.2.0"
Expand Down

0 comments on commit 1a73f1c

Please sign in to comment.