From 425f5f007992f10a8f6798c41f5e3b67aa05439d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 May 2020 14:16:00 -0700 Subject: [PATCH 1/2] fix: package.json & .snyk to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JQUERY-567880 The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- package.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d56c5c5..cc9eaf7 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,9 @@ "main": "App.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "start": "nodemon server/server.js" + "start": "nodemon server/server.js", + "snyk-protect": "snyk protect", + "prepublish": "npm run snyk-protect" }, "repository": { "type": "git", @@ -35,14 +37,15 @@ "cors": "^2.7.1", "express": "^4.13.3", "gulp-notify": "^2.2.0", - "jquery": "^2.2.0", + "jquery": "^3.5.0", "moment": "^2.12.0", "mongoose": "^4.3.5", "path": "^0.12.7", "react-bootstrap": "^0.28.2", "request": "^2.67.0", "request-promise": "^1.0.2", - "vinyl-source-stream": "^1.1.0" + "vinyl-source-stream": "^1.1.0", + "snyk": "^1.319.0" }, "devDependencies": { "gulp": "^3.9.0", @@ -53,5 +56,6 @@ "lodash.assign": "^4.0.0", "vinyl-buffer": "^1.0.0", "watchify": "^3.7.0" - } + }, + "snyk": true } From feaaafdeab855968b1420658b61a698a5a6e1fb8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 May 2020 14:16:01 -0700 Subject: [PATCH 2/2] fix: package.json & .snyk to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JQUERY-567880 The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- .snyk | 304 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 304 insertions(+) create mode 100644 .snyk diff --git a/.snyk b/.snyk new file mode 100644 index 0000000..c5d31bf --- /dev/null +++ b/.snyk @@ -0,0 +1,304 @@ +# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. +version: v1.14.1 +ignore: {} +# patches apply the minimum changes required to fix a vulnerability +patch: + SNYK-JS-LODASH-567746: + - babel-preset-es2015 > babel-plugin-transform-es2015-block-scoping > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babelify > babel-core > lodash: + patched: '2020-05-05T21:15:57.340Z' + - mongoose > async > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-block-scoping > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-classes > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-duplicate-keys > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-function-name > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-modules-commonjs > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-parameters > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-shorthand-properties > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-sticky-regex > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babelify > babel-core > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-block-scoping > babel-traverse > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-classes > babel-traverse > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-parameters > babel-traverse > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babelify > babel-core > babel-traverse > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-block-scoping > babel-template > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-classes > babel-template > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-computed-properties > babel-template > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-modules-commonjs > babel-template > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-modules-amd > babel-template > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-modules-systemjs > babel-template > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-modules-umd > babel-template > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-parameters > babel-template > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babelify > babel-core > babel-template > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-classes > babel-helper-define-map > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-sticky-regex > babel-helper-regex > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-unicode-regex > babel-helper-regex > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babelify > babel-core > babel-generator > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babelify > babel-core > babel-register > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-block-scoping > babel-traverse > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-classes > babel-traverse > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-parameters > babel-traverse > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babelify > babel-core > babel-traverse > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-block-scoping > babel-template > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-classes > babel-template > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-computed-properties > babel-template > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-modules-commonjs > babel-template > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-modules-amd > babel-template > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-modules-systemjs > babel-template > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-modules-umd > babel-template > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-parameters > babel-template > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babelify > babel-core > babel-template > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-parameters > babel-helper-get-function-arity > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-classes > babel-helper-function-name > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-function-name > babel-helper-function-name > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-classes > babel-helper-define-map > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-classes > babel-helper-optimise-call-expression > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-classes > babel-helper-replace-supers > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-object-super > babel-helper-replace-supers > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-modules-commonjs > babel-plugin-transform-strict-mode > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-modules-amd > babel-plugin-transform-es2015-modules-commonjs > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-modules-systemjs > babel-helper-hoist-variables > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-parameters > babel-helper-call-delegate > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-sticky-regex > babel-helper-regex > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-unicode-regex > babel-helper-regex > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-regenerator > regenerator-transform > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-react > babel-plugin-transform-react-jsx > babel-helper-builder-react-jsx > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babelify > babel-core > babel-generator > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-block-scoping > babel-template > babel-traverse > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-classes > babel-template > babel-traverse > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-computed-properties > babel-template > babel-traverse > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-modules-commonjs > babel-template > babel-traverse > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-modules-amd > babel-template > babel-traverse > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-modules-systemjs > babel-template > babel-traverse > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-modules-umd > babel-template > babel-traverse > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-parameters > babel-template > babel-traverse > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babelify > babel-core > babel-template > babel-traverse > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-classes > babel-helper-function-name > babel-traverse > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-function-name > babel-helper-function-name > babel-traverse > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-classes > babel-helper-replace-supers > babel-traverse > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-object-super > babel-helper-replace-supers > babel-traverse > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-parameters > babel-helper-call-delegate > babel-traverse > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-classes > babel-helper-function-name > babel-template > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-function-name > babel-helper-function-name > babel-template > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-classes > babel-helper-replace-supers > babel-template > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-object-super > babel-helper-replace-supers > babel-template > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-modules-amd > babel-plugin-transform-es2015-modules-commonjs > babel-template > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-modules-umd > babel-plugin-transform-es2015-modules-amd > babel-template > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babelify > babel-core > babel-helpers > babel-template > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babelify > babel-core > babel-register > babel-core > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-block-scoping > babel-template > babel-traverse > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-classes > babel-template > babel-traverse > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-computed-properties > babel-template > babel-traverse > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-modules-commonjs > babel-template > babel-traverse > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-modules-amd > babel-template > babel-traverse > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-modules-systemjs > babel-template > babel-traverse > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-modules-umd > babel-template > babel-traverse > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-parameters > babel-template > babel-traverse > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babelify > babel-core > babel-template > babel-traverse > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-classes > babel-helper-function-name > babel-traverse > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-function-name > babel-helper-function-name > babel-traverse > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-classes > babel-helper-replace-supers > babel-traverse > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-object-super > babel-helper-replace-supers > babel-traverse > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-parameters > babel-helper-call-delegate > babel-traverse > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-classes > babel-helper-function-name > babel-template > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-function-name > babel-helper-function-name > babel-template > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-classes > babel-helper-replace-supers > babel-template > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-object-super > babel-helper-replace-supers > babel-template > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-modules-amd > babel-plugin-transform-es2015-modules-commonjs > babel-template > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-modules-umd > babel-plugin-transform-es2015-modules-amd > babel-template > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babelify > babel-core > babel-helpers > babel-template > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-classes > babel-helper-function-name > babel-helper-get-function-arity > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-function-name > babel-helper-function-name > babel-helper-get-function-arity > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-classes > babel-helper-define-map > babel-helper-function-name > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-classes > babel-helper-replace-supers > babel-helper-optimise-call-expression > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-object-super > babel-helper-replace-supers > babel-helper-optimise-call-expression > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-modules-amd > babel-plugin-transform-es2015-modules-commonjs > babel-plugin-transform-strict-mode > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-modules-umd > babel-plugin-transform-es2015-modules-amd > babel-plugin-transform-es2015-modules-commonjs > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-parameters > babel-helper-call-delegate > babel-helper-hoist-variables > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babelify > babel-core > babel-register > babel-core > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-classes > babel-helper-function-name > babel-template > babel-traverse > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-function-name > babel-helper-function-name > babel-template > babel-traverse > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-classes > babel-helper-replace-supers > babel-template > babel-traverse > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-object-super > babel-helper-replace-supers > babel-template > babel-traverse > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-modules-amd > babel-plugin-transform-es2015-modules-commonjs > babel-template > babel-traverse > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-modules-umd > babel-plugin-transform-es2015-modules-amd > babel-template > babel-traverse > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babelify > babel-core > babel-helpers > babel-template > babel-traverse > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-classes > babel-helper-define-map > babel-helper-function-name > babel-traverse > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babelify > babel-core > babel-register > babel-core > babel-traverse > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-classes > babel-helper-define-map > babel-helper-function-name > babel-template > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-modules-umd > babel-plugin-transform-es2015-modules-amd > babel-plugin-transform-es2015-modules-commonjs > babel-template > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babelify > babel-core > babel-register > babel-core > babel-template > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babelify > babel-core > babel-register > babel-core > babel-generator > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-classes > babel-helper-function-name > babel-template > babel-traverse > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-function-name > babel-helper-function-name > babel-template > babel-traverse > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-classes > babel-helper-replace-supers > babel-template > babel-traverse > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-object-super > babel-helper-replace-supers > babel-template > babel-traverse > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-modules-amd > babel-plugin-transform-es2015-modules-commonjs > babel-template > babel-traverse > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-modules-umd > babel-plugin-transform-es2015-modules-amd > babel-template > babel-traverse > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babelify > babel-core > babel-helpers > babel-template > babel-traverse > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-classes > babel-helper-define-map > babel-helper-function-name > babel-traverse > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babelify > babel-core > babel-register > babel-core > babel-traverse > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-classes > babel-helper-define-map > babel-helper-function-name > babel-template > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-modules-umd > babel-plugin-transform-es2015-modules-amd > babel-plugin-transform-es2015-modules-commonjs > babel-template > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babelify > babel-core > babel-register > babel-core > babel-template > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-classes > babel-helper-define-map > babel-helper-function-name > babel-helper-get-function-arity > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-modules-umd > babel-plugin-transform-es2015-modules-amd > babel-plugin-transform-es2015-modules-commonjs > babel-plugin-transform-strict-mode > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babelify > babel-core > babel-register > babel-core > babel-generator > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-classes > babel-helper-define-map > babel-helper-function-name > babel-template > babel-traverse > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-modules-umd > babel-plugin-transform-es2015-modules-amd > babel-plugin-transform-es2015-modules-commonjs > babel-template > babel-traverse > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babelify > babel-core > babel-register > babel-core > babel-template > babel-traverse > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babelify > babel-core > babel-register > babel-core > babel-helpers > babel-template > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-classes > babel-helper-define-map > babel-helper-function-name > babel-template > babel-traverse > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babel-preset-es2015 > babel-plugin-transform-es2015-modules-umd > babel-plugin-transform-es2015-modules-amd > babel-plugin-transform-es2015-modules-commonjs > babel-template > babel-traverse > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babelify > babel-core > babel-register > babel-core > babel-template > babel-traverse > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babelify > babel-core > babel-register > babel-core > babel-helpers > babel-template > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babelify > babel-core > babel-register > babel-core > babel-helpers > babel-template > babel-traverse > lodash: + patched: '2020-05-05T21:15:57.340Z' + - babelify > babel-core > babel-register > babel-core > babel-helpers > babel-template > babel-traverse > babel-types > lodash: + patched: '2020-05-05T21:15:57.340Z'