From bcec956977cfedef5390333bf214a5ddfeac6667 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 02:53:31 +0000 Subject: [PATCH] Bump @babel/runtime from 7.24.1 to 7.24.4 in /meteorapp Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.24.1 to 7.24.4. - [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.4/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 4d699c2..1ca33c8 100644 --- a/meteorapp/package-lock.json +++ b/meteorapp/package-lock.json @@ -4,9 +4,9 @@ "lockfileVersion": 1, "dependencies": { "@babel/runtime": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.1.tgz", - "integrity": "sha512-+BIznRzyqBf+2wCTxcKE3wDjfGeCoVE61KSHGpkzqrLi8qxqFwBeUFyId2cxkTmm55fzDGnm0+yCxaxygrLUnQ==", + "version": "7.24.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.4.tgz", + "integrity": "sha512-dkxf7+hn8mFBwKjs9bvBlArzLVxVbS8usaPUDd5p2a9JCL9tB8OaOVN1isD4+Xyk4ns89/xeOmbQvgdK7IIVdA==", "requires": { "regenerator-runtime": "^0.14.0" } diff --git a/meteorapp/package.json b/meteorapp/package.json index f48e682..d5e6eca 100644 --- a/meteorapp/package.json +++ b/meteorapp/package.json @@ -5,7 +5,7 @@ "start": "meteor run" }, "dependencies": { - "@babel/runtime": "^7.24.1", + "@babel/runtime": "^7.24.4", "meteor-node-stubs": "^1.2.9" } }