From 06eba4b4c89f664358b44a3005b8f7148ad96070 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 5 Aug 2020 14:35:04 +0000 Subject: [PATCH] fix(deps): update dependency @babel/runtime to v7.11.2 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c89a9dcc71..914a0c8ac1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3452,9 +3452,9 @@ } }, "@babel/runtime": { - "version": "7.11.1", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.1.tgz", - "integrity": "sha512-nH5y8fLvVl3HAb+ezbgcgwrH8QbClWo8xzkOu7+oyqngo3EVorwpWJQaqXPjGRpfj7mQvsJCl/S8knkfkPWqrw==", + "version": "7.11.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz", + "integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index fc3e897090..3b41ef4534 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ ], "dependencies": { "@babel/polyfill": "7.10.4", - "@babel/runtime": "7.11.1", + "@babel/runtime": "7.11.2", "@cliqz-oss/firefox-client": "0.3.1", "@cliqz-oss/node-firefox-connect": "1.2.1", "adbkit": "2.11.1",