From 85ea5b0b50bca952b26f895e56bf2165ab9fcc92 Mon Sep 17 00:00:00 2001 From: Alec Date: Wed, 13 Feb 2019 09:17:39 -0600 Subject: [PATCH] Version bump of lodash (#9500) https://tools.cisco.com/security/center/viewAlert.x?alertId=59546 --- packages/babel-core/package.json | 2 +- packages/babel-generator/package.json | 2 +- packages/babel-helper-define-map/package.json | 2 +- packages/babel-helper-fixtures/package.json | 2 +- packages/babel-helper-module-transforms/package.json | 2 +- packages/babel-helper-regex/package.json | 2 +- .../babel-helper-transform-fixture-test-runner/package.json | 2 +- packages/babel-node/package.json | 2 +- packages/babel-plugin-transform-block-scoping/package.json | 2 +- packages/babel-register/package.json | 2 +- packages/babel-traverse/package.json | 2 +- packages/babel-types/package.json | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/babel-core/package.json b/packages/babel-core/package.json index 5c128b9956..3f4d162cb9 100644 --- a/packages/babel-core/package.json +++ b/packages/babel-core/package.json @@ -43,7 +43,7 @@ "convert-source-map": "^1.1.0", "debug": "^4.1.0", "json5": "^2.1.0", - "lodash": "^4.17.10", + "lodash": "^4.17.11", "resolve": "^1.3.2", "semver": "^5.4.1", "source-map": "^0.5.0" diff --git a/packages/babel-generator/package.json b/packages/babel-generator/package.json index c313795e13..fb7074b4c2 100644 --- a/packages/babel-generator/package.json +++ b/packages/babel-generator/package.json @@ -16,7 +16,7 @@ "dependencies": { "@babel/types": "^7.3.2", "jsesc": "^2.5.1", - "lodash": "^4.17.10", + "lodash": "^4.17.11", "source-map": "^0.5.0", "trim-right": "^1.0.1" }, diff --git a/packages/babel-helper-define-map/package.json b/packages/babel-helper-define-map/package.json index 366e4a0610..06ab1d67a2 100644 --- a/packages/babel-helper-define-map/package.json +++ b/packages/babel-helper-define-map/package.json @@ -11,6 +11,6 @@ "dependencies": { "@babel/helper-function-name": "^7.1.0", "@babel/types": "^7.0.0", - "lodash": "^4.17.10" + "lodash": "^4.17.11" } } diff --git a/packages/babel-helper-fixtures/package.json b/packages/babel-helper-fixtures/package.json index f8e74031fc..3af6d10a0f 100644 --- a/packages/babel-helper-fixtures/package.json +++ b/packages/babel-helper-fixtures/package.json @@ -10,7 +10,7 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-fixtures", "main": "lib/index.js", "dependencies": { - "lodash": "^4.17.10", + "lodash": "^4.17.11", "semver": "^5.3.0", "try-resolve": "^1.0.0" } diff --git a/packages/babel-helper-module-transforms/package.json b/packages/babel-helper-module-transforms/package.json index f98e051397..9f171fba81 100644 --- a/packages/babel-helper-module-transforms/package.json +++ b/packages/babel-helper-module-transforms/package.json @@ -16,6 +16,6 @@ "@babel/helper-split-export-declaration": "^7.0.0", "@babel/template": "^7.2.2", "@babel/types": "^7.2.2", - "lodash": "^4.17.10" + "lodash": "^4.17.11" } } diff --git a/packages/babel-helper-regex/package.json b/packages/babel-helper-regex/package.json index a7fa3c2b76..6cdd511674 100644 --- a/packages/babel-helper-regex/package.json +++ b/packages/babel-helper-regex/package.json @@ -9,6 +9,6 @@ }, "main": "lib/index.js", "dependencies": { - "lodash": "^4.17.10" + "lodash": "^4.17.11" } } diff --git a/packages/babel-helper-transform-fixture-test-runner/package.json b/packages/babel-helper-transform-fixture-test-runner/package.json index 2379b82020..c574e85c2c 100644 --- a/packages/babel-helper-transform-fixture-test-runner/package.json +++ b/packages/babel-helper-transform-fixture-test-runner/package.json @@ -18,7 +18,7 @@ "babel-check-duplicated-nodes": "^1.0.0", "jest": "^22.4.2", "jest-diff": "^22.4.0", - "lodash": "^4.17.10", + "lodash": "^4.17.11", "resolve": "^1.3.2", "source-map": "^0.5.0" } diff --git a/packages/babel-node/package.json b/packages/babel-node/package.json index c9c93cf440..5390e772f9 100644 --- a/packages/babel-node/package.json +++ b/packages/babel-node/package.json @@ -22,7 +22,7 @@ "@babel/polyfill": "^7.0.0", "@babel/register": "^7.0.0", "commander": "^2.8.1", - "lodash": "^4.17.10", + "lodash": "^4.17.11", "v8flags": "^3.1.1" }, "peerDependencies": { diff --git a/packages/babel-plugin-transform-block-scoping/package.json b/packages/babel-plugin-transform-block-scoping/package.json index 98734dcb0b..d33ff7e546 100644 --- a/packages/babel-plugin-transform-block-scoping/package.json +++ b/packages/babel-plugin-transform-block-scoping/package.json @@ -10,7 +10,7 @@ "main": "lib/index.js", "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", - "lodash": "^4.17.10" + "lodash": "^4.17.11" }, "keywords": [ "babel-plugin" diff --git a/packages/babel-register/package.json b/packages/babel-register/package.json index 65d476454d..3a367162ce 100644 --- a/packages/babel-register/package.json +++ b/packages/babel-register/package.json @@ -16,7 +16,7 @@ "core-js": "^2.5.7", "find-cache-dir": "^2.0.0", "home-or-tmp": "^3.0.0", - "lodash": "^4.17.10", + "lodash": "^4.17.11", "mkdirp": "^0.5.1", "pirates": "^4.0.0", "source-map-support": "^0.5.9" diff --git a/packages/babel-traverse/package.json b/packages/babel-traverse/package.json index 4495b3a9de..993535f4aa 100644 --- a/packages/babel-traverse/package.json +++ b/packages/babel-traverse/package.json @@ -19,7 +19,7 @@ "@babel/types": "^7.2.2", "debug": "^4.1.0", "globals": "^11.1.0", - "lodash": "^4.17.10" + "lodash": "^4.17.11" }, "devDependencies": { "@babel/helper-plugin-test-runner": "^7.0.0" diff --git a/packages/babel-types/package.json b/packages/babel-types/package.json index cd9955d686..11df406325 100644 --- a/packages/babel-types/package.json +++ b/packages/babel-types/package.json @@ -10,7 +10,7 @@ "types": "lib/index.d.ts", "dependencies": { "esutils": "^2.0.2", - "lodash": "^4.17.10", + "lodash": "^4.17.11", "to-fast-properties": "^2.0.0" }, "devDependencies": {