From 45e2ad5fd031c8225e00ecd450ac9ddfa2d9665f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 02:22:34 +0000 Subject: [PATCH] Bump @babel/runtime from 7.24.5 to 7.24.6 in /meteorapp Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.24.5 to 7.24.6. - [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.6/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- meteorapp/package-lock.json | 6 +++--- meteorapp/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meteorapp/package-lock.json b/meteorapp/package-lock.json index 08b46b2..90d7806 100644 --- a/meteorapp/package-lock.json +++ b/meteorapp/package-lock.json @@ -4,9 +4,9 @@ "lockfileVersion": 1, "dependencies": { "@babel/runtime": { - "version": "7.24.5", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.5.tgz", - "integrity": "sha512-Nms86NXrsaeU9vbBJKni6gXiEXZ4CVpYVzEjDH9Sb8vmZ3UljyA1GSOJl/6LGPO8EHLuSF9H+IxNXHPX8QHJ4g==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.6.tgz", + "integrity": "sha512-Ja18XcETdEl5mzzACGd+DKgaGJzPTCow7EglgwTmHdwokzDFYh/MHua6lU6DV/hjF2IaOJ4oX2nqnjG7RElKOw==", "requires": { "regenerator-runtime": "^0.14.0" } diff --git a/meteorapp/package.json b/meteorapp/package.json index 70233c1..87eaee7 100644 --- a/meteorapp/package.json +++ b/meteorapp/package.json @@ -5,7 +5,7 @@ "start": "meteor run" }, "dependencies": { - "@babel/runtime": "^7.24.5", + "@babel/runtime": "^7.24.6", "meteor-node-stubs": "^1.2.9" } }