From 554e667373a2f44613a45925eed8c5f2db1404e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 12:41:48 +0000 Subject: [PATCH] build(deps): bump @babel/runtime in the non-major-dependencies group Bumps the non-major-dependencies group with 1 update: [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime). Updates `@babel/runtime` from 7.24.8 to 7.25.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/v7.25.0/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index f7bf1f19..5217c363 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "test:unit:watch": "yarn test:unit --watch" }, "dependencies": { - "@babel/runtime": "7.24.8", + "@babel/runtime": "7.25.0", "@tanstack/react-table": "8.19.3", "@tanstack/react-virtual": "beta", "prop-types": "15.8.1", diff --git a/yarn.lock b/yarn.lock index 92a30d02..0950024c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2003,12 +2003,12 @@ __metadata: languageName: node linkType: hard -"@babel/runtime@npm:7.24.8": - version: 7.24.8 - resolution: "@babel/runtime@npm:7.24.8" +"@babel/runtime@npm:7.25.0": + version: 7.25.0 + resolution: "@babel/runtime@npm:7.25.0" dependencies: regenerator-runtime: "npm:^0.14.0" - checksum: f24b30af6b3ecae19165b3b032f9bc37b2d1769677bd63b69a6f81061967cfc847aa822518402ea6616b1d301d7eb46986b99c9f69cdb5880834fca2e6b34881 + checksum: bd3faf246170826cef2071a94d7b47b49d532351360ecd17722d03f6713fd93a3eb3dbd9518faa778d5e8ccad7392a7a604e56bd37aaad3f3aa68d619ccd983d languageName: node linkType: hard @@ -3308,7 +3308,7 @@ __metadata: "@babel/preset-env": "npm:7.24.7" "@babel/preset-react": "npm:7.24.7" "@babel/preset-typescript": "npm:7.24.7" - "@babel/runtime": "npm:7.24.8" + "@babel/runtime": "npm:7.25.0" "@chrisneedham/rollup-plugin-peer-deps-external": "npm:2.3.1" "@commitlint/cli": "npm:19.3.0" "@commitlint/config-conventional": "npm:19.2.2"