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"