diff --git a/test/package-lock.json b/test/package-lock.json index dbb53ca..d6f4ebe 100644 --- a/test/package-lock.json +++ b/test/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@babel/runtime": { - "version": "7.8.7", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.8.7.tgz", - "integrity": "sha512-+AATMUFppJDw6aiR5NVPHqIQBlV/Pj8wY/EZH+lmvRdUo9xBaz/rF3alAwFJQavvKfeOlPE7oaaDHVbcySbCsg==", + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.0.tgz", + "integrity": "sha512-cTIudHnzuWLS56ik4DnRnqqNf8MkdUzV4iFFI1h7Jo9xvrpQROYaAnaSd2mHLQAzzZAPfATynX5ord6YlNYNMA==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/test/package.json b/test/package.json index dbb7a38..96f442e 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.8.7", + "@babel/runtime": "^7.9.0", "graphql": "^14.6.0", "graphql-tools": "^4.0.7", "meteor-node-stubs": "^1.0.0"