diff --git a/meteorapp/package-lock.json b/meteorapp/package-lock.json index 5023c88..4a5ff0d 100644 --- a/meteorapp/package-lock.json +++ b/meteorapp/package-lock.json @@ -4,9 +4,9 @@ "lockfileVersion": 1, "dependencies": { "@babel/runtime": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.8.tgz", - "integrity": "sha512-5F7SDGs1T72ZczbRwbGO9lQi0NLjQxzl6i4lJxLxfW9U5UluCSyEJeniWvnhl3/euNiqQVbo8zruhsDfid0esA==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.0.tgz", + "integrity": "sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw==", "requires": { "regenerator-runtime": "^0.14.0" } diff --git a/meteorapp/package.json b/meteorapp/package.json index 0038a35..c262e45 100644 --- a/meteorapp/package.json +++ b/meteorapp/package.json @@ -5,7 +5,7 @@ "start": "meteor run" }, "dependencies": { - "@babel/runtime": "^7.24.8", + "@babel/runtime": "^7.25.0", "meteor-node-stubs": "^1.2.9" } }