diff --git a/example-apps/meteor-blaze-app/package-lock.json b/example-apps/meteor-blaze-app/package-lock.json index fd374e8..af77b79 100644 --- a/example-apps/meteor-blaze-app/package-lock.json +++ b/example-apps/meteor-blaze-app/package-lock.json @@ -1059,9 +1059,9 @@ } }, "@babel/runtime": { - "version": "7.16.3", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.3.tgz", - "integrity": "sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==", + "version": "7.16.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.5.tgz", + "integrity": "sha512-TXWihFIS3Pyv5hzR7j6ihmeLkZfrXGxAr5UfSl8CHf+6q/wpiYDkUau0czckpYG8QmnCIuPpdLtuA9VmuGGyMA==", "requires": { "regenerator-runtime": "^0.13.4" }, diff --git a/example-apps/meteor-blaze-app/package.json b/example-apps/meteor-blaze-app/package.json index 592c932..fbf3aa5 100644 --- a/example-apps/meteor-blaze-app/package.json +++ b/example-apps/meteor-blaze-app/package.json @@ -47,7 +47,7 @@ "retainLines": true }, "dependencies": { - "@babel/runtime": "^7.16.3", + "@babel/runtime": "^7.16.5", "@babel/runtime-corejs2": "^7.7.6", "@reactioncommerce/file-collections": "../../packages/file-collections", "@reactioncommerce/file-collections-sa-base": "../../packages/file-collections-sa-base",