From 4ef9adba7b0522aca9dbcd358a660dc28f9e1deb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 08:19:24 +0000 Subject: [PATCH] Bump @babel/runtime from 7.23.2 to 7.24.7 Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.23.2 to 7.24.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.24.7/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 3e30ca81..d7d71d66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "Apache-2.0", "dependencies": { - "@babel/runtime": "~7.23.2", + "@babel/runtime": "~7.24.7", "@fortawesome/fontawesome-svg-core": "~6.4.2", "@fortawesome/free-solid-svg-icons": "~6.4.2", "@fortawesome/pro-duotone-svg-icons": "~6.4.2", @@ -1906,9 +1906,9 @@ "dev": true }, "node_modules/@babel/runtime": { - "version": "7.23.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.2.tgz", - "integrity": "sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.7.tgz", + "integrity": "sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw==", "dependencies": { "regenerator-runtime": "^0.14.0" }, diff --git a/package.json b/package.json index 079f1ec7..69e86b03 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@babel/runtime": "~7.23.2", + "@babel/runtime": "~7.24.7", "@fortawesome/fontawesome-svg-core": "~6.4.2", "@fortawesome/free-solid-svg-icons": "~6.4.2", "@fortawesome/pro-duotone-svg-icons": "~6.4.2",