diff --git a/tests/package-lock.json b/tests/package-lock.json index 750a557..87efe24 100644 --- a/tests/package-lock.json +++ b/tests/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "tests", "dependencies": { - "@babel/runtime": "^7.26.7", + "@babel/runtime": "^7.26.10", "jquery": "^3.7.1", "meteor-node-stubs": "^1.2.12" }, @@ -115,9 +115,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.26.7", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.7.tgz", - "integrity": "sha512-AOPI3D+a8dXnja+iwsUqGRjr1BbZIe771sXdapOtYI531gSqpi92vXivKcq2asu/DFpdl1ceFAKZyRzK2PCVcQ==", + "version": "7.26.10", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.10.tgz", + "integrity": "sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==", "license": "MIT", "dependencies": { "regenerator-runtime": "^0.14.0" diff --git a/tests/package.json b/tests/package.json index 7863824..295a16d 100644 --- a/tests/package.json +++ b/tests/package.json @@ -7,7 +7,7 @@ "test:watch:browser": "METEOR_PACKAGE_DIRS=../package TEST_WATCH=1 meteor test --driver-package meteortesting:mocha --raw-logs" }, "dependencies": { - "@babel/runtime": "^7.26.7", + "@babel/runtime": "^7.26.10", "jquery": "^3.7.1", "meteor-node-stubs": "^1.2.12" },