From 96f69953f2bff348b624462fb92b7eef8c88d677 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 08:28:51 +0900 Subject: [PATCH] chore(deps): update dependency @babel/runtime to v7.24.6 (#2039) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index b857620a..f8d35e0b 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 65b642d8..4d1b9b41 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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