From 7ac0e35c78ea1ffdfdf66335a276165c03b2ff3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 08:46:19 +0000 Subject: [PATCH] chore(deps): bump @babel/runtime from 7.24.8 to 7.26.10 in /warplan Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.24.8 to 7.26.10. - [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/v7.26.10/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-version: 7.26.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- warplan/package.json | 2 +- warplan/yarn.lock | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/warplan/package.json b/warplan/package.json index 12f8cb9..5b31bf7 100644 --- a/warplan/package.json +++ b/warplan/package.json @@ -4,7 +4,7 @@ "main": "index.js", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.24.8", + "@babel/runtime": "^7.26.10", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/icons-material": "^6.4.0", diff --git a/warplan/yarn.lock b/warplan/yarn.lock index d1dcf67..5bdb29c 100644 --- a/warplan/yarn.lock +++ b/warplan/yarn.lock @@ -886,7 +886,7 @@ __metadata: languageName: node linkType: hard -"@babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.18.3, @babel/runtime@npm:^7.23.9, @babel/runtime@npm:^7.24.7, @babel/runtime@npm:^7.24.8": +"@babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.18.3, @babel/runtime@npm:^7.23.9, @babel/runtime@npm:^7.24.7": version: 7.24.8 resolution: "@babel/runtime@npm:7.24.8" dependencies: @@ -902,6 +902,13 @@ __metadata: languageName: node linkType: hard +"@babel/runtime@npm:^7.26.10": + version: 7.27.6 + resolution: "@babel/runtime@npm:7.27.6" + checksum: 10/cc957a12ba3781241b83d528eb69ddeb86ca5ac43179a825e83aa81263a6b3eb88c57bed8a937cdeacfc3192e07ec24c73acdfea4507d0c0428c8e23d6322bfe + languageName: node + linkType: hard + "@babel/runtime@npm:^7.3.1, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.8.3, @babel/runtime@npm:^7.8.7": version: 7.16.3 resolution: "@babel/runtime@npm:7.16.3" @@ -10691,7 +10698,7 @@ __metadata: resolution: "warplan@workspace:." dependencies: "@babel/plugin-proposal-decorators": "npm:^7.27.1" - "@babel/runtime": "npm:^7.24.8" + "@babel/runtime": "npm:^7.26.10" "@emotion/react": "npm:^11.14.0" "@emotion/styled": "npm:^11.14.0" "@jest/globals": "npm:^29.7.0"