From 70a0a9498176da1968c79d7d3e4c68b18943c768 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Fri, 16 Oct 2020 17:22:16 +0300 Subject: [PATCH] fix: upgrade @babel/runtime from 7.9.0 to 7.9.2 (#20) Snyk has created this PR to upgrade @babel/runtime from 7.9.0 to 7.9.2. See this package in NPM: https://www.npmjs.com/package/@babel/runtime See this project in Snyk: https://app.snyk.io/org/mpowaga/project/b714efd6-ed72-439e-a49c-66d48197d853?utm_source=github&utm_medium=upgrade-pr --- test/package-lock.json | 6 +++--- test/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/package-lock.json b/test/package-lock.json index d6f4ebe..448a2e2 100644 --- a/test/package-lock.json +++ b/test/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@babel/runtime": { - "version": "7.9.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.0.tgz", - "integrity": "sha512-cTIudHnzuWLS56ik4DnRnqqNf8MkdUzV4iFFI1h7Jo9xvrpQROYaAnaSd2mHLQAzzZAPfATynX5ord6YlNYNMA==", + "version": "7.9.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.2.tgz", + "integrity": "sha512-NE2DtOdufG7R5vnfQUTehdTfNycfUANEtCa9PssN9O/xmTzP4E08UI797ixaei6hBEVL9BI/PsdJS5x7mWoB9Q==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/test/package.json b/test/package.json index 96f442e..42e4cdf 100644 --- a/test/package.json +++ b/test/package.json @@ -7,7 +7,7 @@ "test": "METEOR_PACKAGE_DIRS=.. meteor test-packages --driver-package meteortesting:mocha ../" }, "dependencies": { - "@babel/runtime": "^7.9.0", + "@babel/runtime": "^7.9.2", "graphql": "^14.6.0", "graphql-tools": "^4.0.7", "meteor-node-stubs": "^1.0.0"