From ef0eadab1092bb68edfb6a5acc6578f9eaa856a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 18:12:35 +0000 Subject: [PATCH] chore(deps-dev): bump @babel/runtime-corejs3 from 7.29.7 to 8.0.0 Bumps [@babel/runtime-corejs3](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3) from 7.29.7 to 8.0.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v8.0.0/packages/babel-runtime-corejs3) --- updated-dependencies: - dependency-name: "@babel/runtime-corejs3" dependency-version: 8.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a20b7726..494e1a20 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@babel/plugin-proposal-object-rest-spread": "^7.14.7", "@babel/plugin-transform-runtime": "^7.15.0", "@babel/preset-env": "^7.16", - "@babel/runtime-corejs3": "^7.15.4", + "@babel/runtime-corejs3": "^8.0.0", "@biomejs/biome": "2.3.13", "babel-jest": "^30.4", "babel-loader": "^8.2.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a652e1a5..7ca9d41f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -64,8 +64,8 @@ importers: specifier: ^7.16 version: 7.29.7(@babel/core@7.29.7) '@babel/runtime-corejs3': - specifier: ^7.15.4 - version: 7.29.7 + specifier: ^8.0.0 + version: 8.0.0 '@biomejs/biome': specifier: 2.3.13 version: 2.3.13 @@ -719,6 +719,9 @@ packages: resolution: {integrity: sha512-ppj9ouYku+RX0ljtgZd+KMO5mkM2bCqg8H2PYAFWnLsHEIKIdRojqbJ2i3eVHrisuxy7nOFCmngTDdWtUCdXUQ==} engines: {node: '>=6.9.0'} + '@babel/runtime-corejs3@8.0.0': + resolution: {integrity: sha512-W4MtIy0UAB61P7MJZ8it4/oT05emtQWhyAQ+Z0kh9ofVNwmXCTrhea3OdqvViMgjw4a0d5NUq1IqoVkdyhborQ==} + '@babel/runtime@7.29.7': resolution: {integrity: sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==} engines: {node: '>=6.9.0'} @@ -4762,6 +4765,10 @@ snapshots: dependencies: core-js-pure: 3.49.0 + '@babel/runtime-corejs3@8.0.0': + dependencies: + core-js-pure: 3.49.0 + '@babel/runtime@7.29.7': {} '@babel/template@7.29.7':