From 19ae105482b9b997e6c53704ba5caff31c069b77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 18:03:10 +0000 Subject: [PATCH] chore(deps): update dependency @babel/runtime to v8 --- package.json | 2 +- pnpm-lock.yaml | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 41b9c21..811b257 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "devDependencies": { "@babel/parser": "^7.28.5", - "@babel/runtime": "^7.28.4", + "@babel/runtime": "^8.0.0", "@biomejs/biome": "^2.3.8", "@playwright/test": "^1.57.0", "@tailwindcss/postcss": "^4.1.17", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6234b5f..7cef8ca 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -37,8 +37,8 @@ importers: specifier: ^7.28.5 version: 7.29.3 '@babel/runtime': - specifier: ^7.28.4 - version: 7.29.2 + specifier: ^8.0.0 + version: 8.0.0 '@biomejs/biome': specifier: ^2.3.8 version: 2.4.14 @@ -96,6 +96,9 @@ packages: resolution: {integrity: sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==} engines: {node: '>=6.9.0'} + '@babel/runtime@8.0.0': + resolution: {integrity: sha512-sL6cvO2IfkSu/iU+zs2S/w01B7A8V7suXSIKEN4hPFFdZoiPGxrj5pAG0lCaqLWiEIrjKzdznIWuaLcxPR53qw==} + '@babel/types@7.29.0': resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==} engines: {node: '>=6.9.0'} @@ -1087,6 +1090,8 @@ snapshots: '@babel/runtime@7.29.2': {} + '@babel/runtime@8.0.0': {} + '@babel/types@7.29.0': dependencies: '@babel/helper-string-parser': 7.27.1