From 8ae0f927db58fbefeaca0171b26647f956882ba4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Nov 2020 11:25:49 +0000 Subject: [PATCH] Bump @babel/node from 7.12.1 to 7.12.6 in /token-swap/js (#804) Bumps [@babel/node](https://github.com/babel/babel/tree/HEAD/packages/babel-node) from 7.12.1 to 7.12.6. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.6/packages/babel-node) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- token-swap/js/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/token-swap/js/package-lock.json b/token-swap/js/package-lock.json index 52a438bb..193a6800 100644 --- a/token-swap/js/package-lock.json +++ b/token-swap/js/package-lock.json @@ -746,9 +746,9 @@ } }, "@babel/node": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/node/-/node-7.12.1.tgz", - "integrity": "sha512-S4tWOqo3V3ZuJjJNuheSMFIlDaQd6kbvqnQll+tdJTirksTdFHrauQf3d/xW4rgAM+mHJpxTZMHVeIXjCiDViw==", + "version": "7.12.6", + "resolved": "https://registry.npmjs.org/@babel/node/-/node-7.12.6.tgz", + "integrity": "sha512-A1TpW2X05ZkI5+WV7Aa24QX4LyGwrGUQPflG1CyBdr84jUuH0mhkE2BQWSQAlfRnp4bMLjeveMJIhS20JaOfVQ==", "dev": true, "requires": { "@babel/register": "^7.12.1",