From fbe8bdea80283e83131d34084c63dfeaa34b45c1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 4 Jan 2022 19:09:36 +0000 Subject: [PATCH] fix: upgrade @babel/runtime from 7.16.3 to 7.16.5 Snyk has created this PR to upgrade @babel/runtime from 7.16.3 to 7.16.5. See this package in npm: https://www.npmjs.com/package/@babel/runtime See this project in Snyk: https://app.snyk.io/org/reactioncommerce/project/7027e5fd-37e9-4086-a30a-0665764c63ed?utm_source=github&utm_medium=referral&page=upgrade-pr --- example-apps/meteor-blaze-app/package-lock.json | 6 +++--- example-apps/meteor-blaze-app/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/example-apps/meteor-blaze-app/package-lock.json b/example-apps/meteor-blaze-app/package-lock.json index fd374e8..af77b79 100644 --- a/example-apps/meteor-blaze-app/package-lock.json +++ b/example-apps/meteor-blaze-app/package-lock.json @@ -1059,9 +1059,9 @@ } }, "@babel/runtime": { - "version": "7.16.3", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.3.tgz", - "integrity": "sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==", + "version": "7.16.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.5.tgz", + "integrity": "sha512-TXWihFIS3Pyv5hzR7j6ihmeLkZfrXGxAr5UfSl8CHf+6q/wpiYDkUau0czckpYG8QmnCIuPpdLtuA9VmuGGyMA==", "requires": { "regenerator-runtime": "^0.13.4" }, diff --git a/example-apps/meteor-blaze-app/package.json b/example-apps/meteor-blaze-app/package.json index 592c932..fbf3aa5 100644 --- a/example-apps/meteor-blaze-app/package.json +++ b/example-apps/meteor-blaze-app/package.json @@ -47,7 +47,7 @@ "retainLines": true }, "dependencies": { - "@babel/runtime": "^7.16.3", + "@babel/runtime": "^7.16.5", "@babel/runtime-corejs2": "^7.7.6", "@reactioncommerce/file-collections": "../../packages/file-collections", "@reactioncommerce/file-collections-sa-base": "../../packages/file-collections-sa-base",