From f482422d059fd52b47df97e528b660dc22b9c9da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 14:23:52 +0000 Subject: [PATCH] chore(deps): bump @babel/runtime from 7.24.7 to 7.26.0 Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.24.7 to 7.26.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.26.0/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index de1ab753531..a579f3792ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@asyncapi/parser": "^3.0.16", "@asyncapi/protobuf-schema-parser": "^3.2.14", "@asyncapi/react-component": "^1.4.10", - "@babel/runtime": "^7.24.7", + "@babel/runtime": "^7.26.0", "@braintree/sanitize-url": "^7.0.4", "@emotion/react": "^11.11.4", "@emotion/styled": "^11.13.0", @@ -2566,9 +2566,9 @@ "dev": true }, "node_modules/@babel/runtime": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.7.tgz", - "integrity": "sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.0.tgz", + "integrity": "sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==", "dependencies": { "regenerator-runtime": "^0.14.0" }, diff --git a/package.json b/package.json index 35e5c7c2d42..14f0f685bca 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@asyncapi/parser": "^3.0.16", "@asyncapi/protobuf-schema-parser": "^3.2.14", "@asyncapi/react-component": "^1.4.10", - "@babel/runtime": "^7.24.7", + "@babel/runtime": "^7.26.0", "@braintree/sanitize-url": "^7.0.4", "@emotion/react": "^11.11.4", "@emotion/styled": "^11.13.0",