From 7c18617e56f86c851b388e33be61b23874aaec5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 02:46:40 +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.25.6 to 7.25.7 - [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.7/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-type: direct:production update-type: version-update:semver-patch 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 e90dde24..237e85b5 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "test:unit:watch": "yarn test:unit --watch" }, "dependencies": { - "@babel/runtime": "7.25.6", + "@babel/runtime": "7.25.7", "@tanstack/react-table": "8.20.5", "@tanstack/react-virtual": "beta", "prop-types": "15.8.1", diff --git a/yarn.lock b/yarn.lock index 4255f97a..db8a53d4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1909,12 +1909,12 @@ __metadata: languageName: node linkType: hard -"@babel/runtime@npm:7.25.6": - version: 7.25.6 - resolution: "@babel/runtime@npm:7.25.6" +"@babel/runtime@npm:7.25.7": + version: 7.25.7 + resolution: "@babel/runtime@npm:7.25.7" dependencies: regenerator-runtime: "npm:^0.14.0" - checksum: 10c0/d6143adf5aa1ce79ed374e33fdfd74fa975055a80bc6e479672ab1eadc4e4bfd7484444e17dd063a1d180e051f3ec62b357c7a2b817e7657687b47313158c3d2 + checksum: 10c0/86b7829d2fc9343714a9afe92757cf96c4dc799006ca61d73cda62f4b9e29bfa1ce36794955bc6cb4c188f5b10db832c949339895e1bbe81a69022d9d578ce29 languageName: node linkType: hard @@ -3408,7 +3408,7 @@ __metadata: "@babel/preset-env": "npm:7.25.7" "@babel/preset-react": "npm:7.25.7" "@babel/preset-typescript": "npm:7.25.7" - "@babel/runtime": "npm:7.25.6" + "@babel/runtime": "npm:7.25.7" "@chrisneedham/rollup-plugin-peer-deps-external": "npm:2.3.1" "@commitlint/cli": "npm:19.5.0" "@commitlint/config-conventional": "npm:19.5.0"