From b44fa5eebe78a742edca6916e00d5b7ea61ceac3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 04:14:32 +0000 Subject: [PATCH] build(deps-dev): bump babel-plugin-source-map-support Bumps [babel-plugin-source-map-support](https://github.com/chocolateboy/babel-plugin-source-map-support) from 2.1.1 to 2.1.3. - [Release notes](https://github.com/chocolateboy/babel-plugin-source-map-support/releases) - [Changelog](https://github.com/chocolateboy/babel-plugin-source-map-support/blob/master/CHANGELOG.md) - [Commits](https://github.com/chocolateboy/babel-plugin-source-map-support/compare/v2.1.1...v2.1.3) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 47 +++++++++++++++++++++++++++++++++++++++-------- package.json | 2 +- 2 files changed, 40 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 293c33b..a2c2b7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -109,12 +109,37 @@ } }, "@babel/helper-module-imports": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz", - "integrity": "sha512-aP/hlLq01DWNEiDg4Jn23i+CXxW/owM4WpDLFUbpjxe4NS3BhLVZQ5i7E0ZrxuQ/vwekIeciyamgB1UIYxxM6A==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz", + "integrity": "sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw==", "dev": true, "requires": { - "@babel/types": "^7.0.0" + "@babel/types": "^7.10.4" + }, + "dependencies": { + "@babel/types": { + "version": "7.11.5", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.11.5.tgz", + "integrity": "sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==", + "dev": true, + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "lodash": "^4.17.19", + "to-fast-properties": "^2.0.0" + } + }, + "lodash": { + "version": "4.17.20", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", + "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==", + "dev": true + }, + "to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", + "dev": true + } } }, "@babel/helper-split-export-declaration": { @@ -126,6 +151,12 @@ "@babel/types": "^7.0.0" } }, + "@babel/helper-validator-identifier": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", + "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==", + "dev": true + }, "@babel/helpers": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.2.0.tgz", @@ -1765,12 +1796,12 @@ } }, "babel-plugin-source-map-support": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/babel-plugin-source-map-support/-/babel-plugin-source-map-support-2.1.1.tgz", - "integrity": "sha512-Ce0r4iXS/1JX8gjzZcfzw17Pooh7zIkbLFTljuhWPTneNWQ9RauomiutInvz5kmd8tYrZ9axgGq9dm0hml2+Lg==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/babel-plugin-source-map-support/-/babel-plugin-source-map-support-2.1.3.tgz", + "integrity": "sha512-BV5X1sJ6TmL8BUonudz4/9dRaxAJty/MMc6AjwnTLPsdnf6LfVGncDyI/3wDCF/2OA0xXjsWkJHUPrNU5N0EEg==", "dev": true, "requires": { - "@babel/helper-module-imports": "^7.0.0" + "@babel/helper-module-imports": "^7.10.4" } }, "babel-plugin-syntax-async-functions": { diff --git a/package.json b/package.json index 4b80359..d03570a 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "devDependencies": { "babel-cli": "6.26.0", "babel-plugin-add-module-exports": "1.0.2", - "babel-plugin-source-map-support": "2.1.1", + "babel-plugin-source-map-support": "2.1.3", "babel-preset-env": "1.7.0", "babel-register": "6.26.0", "babel-tape-runner": "3.0.0",