chore(deps): update dependency @babel/runtime to v7.24.6 (#2039)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-05-25 08:28:51 +09:00
committed by GitHub
parent 9095b46a15
commit 96f69953f2
2 changed files with 8 additions and 7 deletions

View File

@ -128,7 +128,7 @@
"xml2js": "0.6.2",
"node-fetch": "3.3.2",
"@electron/universal": "2.0.1",
"@babel/runtime": "7.24.4"
"@babel/runtime": "7.24.6"
},
"patchedDependencies": {
"vudio@2.1.1": "patches/vudio@2.1.1.patch",

13
pnpm-lock.yaml generated
View File

@ -10,7 +10,7 @@ overrides:
xml2js: 0.6.2
node-fetch: 3.3.2
'@electron/universal': 2.0.1
'@babel/runtime': 7.24.4
'@babel/runtime': 7.24.6
patchedDependencies:
'@xhayper/discord-rpc@1.1.2':
@ -484,8 +484,8 @@ packages:
'@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/runtime@7.24.4:
resolution: {integrity: sha512-dkxf7+hn8mFBwKjs9bvBlArzLVxVbS8usaPUDd5p2a9JCL9tB8OaOVN1isD4+Xyk4ns89/xeOmbQvgdK7IIVdA==}
/@babel/runtime@7.24.6:
resolution: {integrity: sha512-Ja18XcETdEl5mzzACGd+DKgaGJzPTCow7EglgwTmHdwokzDFYh/MHua6lU6DV/hjF2IaOJ4oX2nqnjG7RElKOw==}
engines: {node: '>=6.9.0'}
dependencies:
regenerator-runtime: 0.14.1
@ -2533,14 +2533,14 @@ packages:
/butterchurn-presets@3.0.0-beta.4:
resolution: {integrity: sha512-TbQLUPvGOYMZAtWKoCmBtludh9aQZ6NaMGQU4lvPeadBPy3Du3yNmwBjlTMLP5c5mRWElxQPjTL1PtR7FZK3OQ==}
dependencies:
'@babel/runtime': 7.24.4
'@babel/runtime': 7.24.6
dev: false
/butterchurn@3.0.0-beta.4:
resolution: {integrity: sha512-hiY1ktHYHQ8MT65nnZi7GjrgZZ6sl/ipT5rBqEfaYJd90L4SvOtB6lVxtKadtzAyJo2TQJc4gJfEca4cpZo0DA==}
dependencies:
'@assemblyscript/loader': 0.17.14
'@babel/runtime': 7.24.4
'@babel/runtime': 7.24.6
ecma-proposal-math-extensions: 0.0.2
eel-wasm: 0.0.15
dev: false
@ -4505,7 +4505,7 @@ packages:
/i18next@23.11.2:
resolution: {integrity: sha512-qMBm7+qT8jdpmmDw/kQD16VpmkL9BdL+XNAK5MNbNFaf1iQQq35ZbPrSlqmnNPOSUY4m342+c0t0evinF5l7sA==}
dependencies:
'@babel/runtime': 7.24.4
'@babel/runtime': 7.24.6
dev: false
/iconv-corefoundation@1.1.7:
@ -4570,6 +4570,7 @@ packages:
/inflight@1.0.6:
resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==}
deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
dependencies:
once: 1.4.0
wrappy: 1.0.2