From 4225ddbc5aa4bd51bca574938b28ddac1b07f167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20=28Greg=29=20Zi=C3=B3=C5=82kowski?= Date: Wed, 25 Sep 2019 08:32:58 +0200 Subject: [PATCH] Chore: Align the version of loash with WordPress core (#17528) --- lib/client-assets.php | 7 +- package-lock.json | 104 +++++++----------- package.json | 2 +- packages/annotations/package.json | 2 +- packages/babel-plugin-makepot/package.json | 2 +- packages/block-directory/package.json | 2 +- packages/block-editor/package.json | 2 +- packages/block-library/package.json | 2 +- packages/blocks/package.json | 2 +- packages/components/package.json | 2 +- packages/compose/package.json | 2 +- packages/core-data/package.json | 2 +- packages/data/package.json | 2 +- .../test/__snapshots__/build.js.snap | 2 +- packages/docgen/package.json | 2 +- packages/dom/package.json | 2 +- packages/e2e-test-utils/package.json | 2 +- packages/e2e-tests/package.json | 2 +- packages/edit-post/package.json | 2 +- packages/edit-widgets/package.json | 2 +- packages/editor/package.json | 2 +- packages/element/package.json | 2 +- packages/format-library/package.json | 2 +- packages/i18n/package.json | 2 +- packages/jest-console/package.json | 2 +- packages/keycodes/package.json | 2 +- .../package.json | 2 +- packages/list-reusable-blocks/package.json | 2 +- packages/media-utils/package.json | 2 +- packages/notices/package.json | 2 +- packages/nux/package.json | 2 +- packages/plugins/package.json | 2 +- packages/redux-routine/package.json | 2 +- packages/rich-text/package.json | 2 +- packages/scripts/package.json | 2 +- packages/server-side-render/package.json | 2 +- packages/shortcode/package.json | 2 +- packages/token-list/package.json | 2 +- packages/viewport/package.json | 2 +- packages/wordcount/package.json | 2 +- 40 files changed, 83 insertions(+), 104 deletions(-) diff --git a/lib/client-assets.php b/lib/client-assets.php index 4de74c1aebc7cf..6ad90f97fc8f52 100644 --- a/lib/client-assets.php +++ b/lib/client-assets.php @@ -409,6 +409,8 @@ function gutenberg_register_vendor_scripts() { // Vendor Scripts. $react_suffix = ( SCRIPT_DEBUG ? '.development' : '.production' ) . $suffix; + // TODO: Overrides for react, react-dom and lodash are necessary + // until WordPress 5.3 is released. gutenberg_register_vendor_script( 'react', 'https://unpkg.com/react@16.9.0/umd/react' . $react_suffix . '.js', @@ -419,12 +421,9 @@ function gutenberg_register_vendor_scripts() { 'https://unpkg.com/react-dom@16.9.0/umd/react-dom' . $react_suffix . '.js', array( 'react' ) ); - - // TODO: This is necessarily only so long as core ships with v4.17.11, and - // can be removed at such time a newer version is available. gutenberg_register_vendor_script( 'lodash', - 'https://unpkg.com/lodash@4.17.14/lodash' . $suffix . '.js' + 'https://unpkg.com/lodash@4.17.15/lodash' . $suffix . '.js' ); } diff --git a/package-lock.json b/package-lock.json index a8fb6ac14414e5..da8027339ef429 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4657,7 +4657,7 @@ "@wordpress/hooks": "file:packages/hooks", "@wordpress/i18n": "file:packages/i18n", "@wordpress/rich-text": "file:packages/rich-text", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "rememo": "^3.0.0", "uuid": "^3.3.2" } @@ -4686,7 +4686,7 @@ "requires": { "@babel/runtime": "^7.4.4", "gettext-parser": "^1.3.1", - "lodash": "^4.17.14" + "lodash": "^4.17.15" } }, "@wordpress/babel-preset-default": { @@ -4723,7 +4723,7 @@ "@wordpress/data": "file:packages/data", "@wordpress/element": "file:packages/element", "@wordpress/i18n": "file:packages/i18n", - "lodash": "^4.17.14" + "lodash": "^4.17.15" } }, "@wordpress/block-editor": { @@ -4753,7 +4753,7 @@ "diff": "^3.5.0", "dom-scroll-into-view": "^1.2.1", "inherits": "^2.0.3", - "lodash": "^4.17.10", + "lodash": "^4.17.15", "memize": "^1.0.5", "react-autosize-textarea": "^3.0.2", "react-spring": "^8.0.19", @@ -4791,7 +4791,7 @@ "@wordpress/viewport": "file:packages/viewport", "classnames": "^2.2.5", "fast-average-color": "4.3.0", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "memize": "^1.0.5", "moment": "^2.22.1", "tinycolor2": "^1.4.1", @@ -4828,7 +4828,7 @@ "@wordpress/is-shallow-equal": "file:packages/is-shallow-equal", "@wordpress/shortcode": "file:packages/shortcode", "hpq": "^1.3.0", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "rememo": "^3.0.0", "showdown": "^1.8.6", "simple-html-tokenizer": "^0.5.7", @@ -4857,7 +4857,7 @@ "classnames": "^2.2.5", "clipboard": "^2.0.1", "dom-scroll-into-view": "^1.2.1", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "memize": "^1.0.5", "moment": "^2.22.1", "mousetrap": "^1.6.2", @@ -4875,7 +4875,7 @@ "@babel/runtime": "^7.4.4", "@wordpress/element": "file:packages/element", "@wordpress/is-shallow-equal": "file:packages/is-shallow-equal", - "lodash": "^4.17.14" + "lodash": "^4.17.15" } }, "@wordpress/core-data": { @@ -4888,7 +4888,7 @@ "@wordpress/is-shallow-equal": "file:packages/is-shallow-equal", "@wordpress/url": "file:packages/url", "equivalent-key-map": "^0.2.2", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "rememo": "^3.0.0" } }, @@ -4911,7 +4911,7 @@ "@wordpress/redux-routine": "file:packages/redux-routine", "equivalent-key-map": "^0.2.2", "is-promise": "^2.1.0", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "redux": "^4.0.0", "turbo-combine-reducers": "^1.0.2" } @@ -4953,7 +4953,7 @@ "requires": { "doctrine": "^2.1.0", "espree": "^4.0.0", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "mdast-util-inject": "1.1.0", "optionator": "0.8.2", "remark": "10.0.1", @@ -4965,7 +4965,7 @@ "version": "file:packages/dom", "requires": { "@babel/runtime": "^7.4.4", - "lodash": "^4.17.14" + "lodash": "^4.17.15" } }, "@wordpress/dom-ready": { @@ -4981,7 +4981,7 @@ "@babel/runtime": "^7.4.4", "@wordpress/keycodes": "file:packages/keycodes", "@wordpress/url": "file:packages/url", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "node-fetch": "^1.7.3" } }, @@ -4994,7 +4994,7 @@ "@wordpress/jest-puppeteer-axe": "file:packages/jest-puppeteer-axe", "@wordpress/scripts": "file:packages/scripts", "expect-puppeteer": "^4.3.0", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "uuid": "^3.3.2" } }, @@ -5023,7 +5023,7 @@ "@wordpress/url": "file:packages/url", "@wordpress/viewport": "file:packages/viewport", "classnames": "^2.2.5", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "memize": "^1.0.5", "refx": "^3.0.0", "rememo": "^3.0.0" @@ -5045,7 +5045,7 @@ "@wordpress/i18n": "file:packages/i18n", "@wordpress/media-utils": "file:packages/media-utils", "@wordpress/notices": "file:packages/notices", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "rememo": "^3.0.0" } }, @@ -5081,7 +5081,7 @@ "@wordpress/viewport": "file:packages/viewport", "@wordpress/wordcount": "file:packages/wordcount", "classnames": "^2.2.5", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "memize": "^1.0.5", "react-autosize-textarea": "^3.0.2", "redux-optimist": "^1.0.0", @@ -5094,7 +5094,7 @@ "requires": { "@babel/runtime": "^7.4.4", "@wordpress/escape-html": "file:packages/escape-html", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "react": "^16.9.0", "react-dom": "^16.9.0" } @@ -5132,7 +5132,7 @@ "@wordpress/keycodes": "file:packages/keycodes", "@wordpress/rich-text": "file:packages/rich-text", "@wordpress/url": "file:packages/url", - "lodash": "^4.17.14" + "lodash": "^4.17.15" } }, "@wordpress/hooks": { @@ -5152,7 +5152,7 @@ "requires": { "@babel/runtime": "^7.4.4", "gettext-parser": "^1.3.1", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "memize": "^1.0.5", "sprintf-js": "^1.1.1", "tannin": "^1.1.0" @@ -5170,7 +5170,7 @@ "requires": { "@babel/runtime": "^7.4.4", "jest-matcher-utils": "^24.7.0", - "lodash": "^4.17.14" + "lodash": "^4.17.15" } }, "@wordpress/jest-preset-default": { @@ -5196,14 +5196,14 @@ "requires": { "@babel/runtime": "^7.4.4", "@wordpress/i18n": "file:packages/i18n", - "lodash": "^4.17.14" + "lodash": "^4.17.15" } }, "@wordpress/library-export-default-webpack-plugin": { "version": "file:packages/library-export-default-webpack-plugin", "dev": true, "requires": { - "lodash": "^4.17.14", + "lodash": "^4.17.15", "webpack-sources": "^1.1.0" } }, @@ -5216,7 +5216,7 @@ "@wordpress/compose": "file:packages/compose", "@wordpress/element": "file:packages/element", "@wordpress/i18n": "file:packages/i18n", - "lodash": "^4.17.14" + "lodash": "^4.17.15" } }, "@wordpress/media-utils": { @@ -5227,7 +5227,7 @@ "@wordpress/blob": "file:packages/blob", "@wordpress/element": "file:packages/element", "@wordpress/i18n": "file:packages/i18n", - "lodash": "^4.17.14" + "lodash": "^4.17.15" } }, "@wordpress/notices": { @@ -5236,7 +5236,7 @@ "@babel/runtime": "^7.4.4", "@wordpress/a11y": "file:packages/a11y", "@wordpress/data": "file:packages/data", - "lodash": "^4.17.14" + "lodash": "^4.17.15" } }, "@wordpress/npm-package-json-lint-config": { @@ -5252,7 +5252,7 @@ "@wordpress/data": "file:packages/data", "@wordpress/element": "file:packages/element", "@wordpress/i18n": "file:packages/i18n", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "rememo": "^3.0.0" } }, @@ -5263,7 +5263,7 @@ "@wordpress/compose": "file:packages/compose", "@wordpress/element": "file:packages/element", "@wordpress/hooks": "file:packages/hooks", - "lodash": "^4.17.14" + "lodash": "^4.17.15" } }, "@wordpress/postcss-themes": { @@ -5286,7 +5286,7 @@ "requires": { "@babel/runtime": "^7.4.4", "is-promise": "^2.1.0", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "rungen": "^0.3.2" } }, @@ -5303,7 +5303,7 @@ "@wordpress/is-shallow-equal": "file:packages/is-shallow-equal", "@wordpress/keycodes": "file:packages/keycodes", "classnames": "^2.2.5", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "memize": "^1.0.5", "rememo": "^3.0.0" } @@ -5328,7 +5328,7 @@ "jest": "^24.7.1", "jest-puppeteer": "^4.3.0", "js-yaml": "3.13.1", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "minimist": "^1.2.0", "npm-package-json-lint": "^3.6.0", "puppeteer": "^1.19.0", @@ -5448,14 +5448,14 @@ "@wordpress/element": "file:packages/element", "@wordpress/i18n": "file:packages/i18n", "@wordpress/url": "file:packages/url", - "lodash": "^4.17.14" + "lodash": "^4.17.15" } }, "@wordpress/shortcode": { "version": "file:packages/shortcode", "requires": { "@babel/runtime": "^7.4.4", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "memize": "^1.0.5" } }, @@ -5463,7 +5463,7 @@ "version": "file:packages/token-list", "requires": { "@babel/runtime": "^7.4.4", - "lodash": "^4.17.14" + "lodash": "^4.17.15" } }, "@wordpress/url": { @@ -5479,14 +5479,14 @@ "@babel/runtime": "^7.4.4", "@wordpress/compose": "file:packages/compose", "@wordpress/data": "file:packages/data", - "lodash": "^4.17.14" + "lodash": "^4.17.15" } }, "@wordpress/wordcount": { "version": "file:packages/wordcount", "requires": { "@babel/runtime": "^7.4.4", - "lodash": "^4.17.14" + "lodash": "^4.17.15" } }, "@zkochan/cmd-shim": { @@ -11545,12 +11545,6 @@ "ms": "^2.1.1" } }, - "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", - "dev": true - }, "ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", @@ -17351,9 +17345,9 @@ } }, "lodash": { - "version": "4.17.14", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz", - "integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==" + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" }, "lodash._reinterpolate": { "version": "3.0.0", @@ -22079,14 +22073,6 @@ "lodash": "^4.17.11", "log-symbols": "^2.2.0", "postcss": "^7.0.7" - }, - "dependencies": { - "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", - "dev": true - } } }, "postcss-resolve-nested-selector": { @@ -25909,9 +25895,9 @@ }, "dependencies": { "ajv": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.7.0.tgz", - "integrity": "sha512-RZXPviBTtfmtka9n9sy1N5M5b82CbxWIR6HIis4s3WQTXDJamc/0gpCWNGz6EWdWp4DOfjzJfhz/AS9zVPjjWg==", + "version": "6.10.2", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz", + "integrity": "sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==", "dev": true, "requires": { "fast-deep-equal": "^2.0.1", @@ -25932,12 +25918,6 @@ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", "dev": true }, - "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", - "dev": true - }, "slice-ansi": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-2.0.0.tgz", diff --git a/package.json b/package.json index d906fe9ccb4a6b..5c8eefcf80d7e9 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "jsdom": "11.12.0", "lerna": "3.16.4", "lint-staged": "9.2.5", - "lodash": "4.17.14", + "lodash": "4.17.15", "make-dir": "3.0.0", "metro-react-native-babel-preset": "0.55.0", "metro-react-native-babel-transformer": "0.55.0", diff --git a/packages/annotations/package.json b/packages/annotations/package.json index efd5f47b7b64fe..62608fae8a7b73 100644 --- a/packages/annotations/package.json +++ b/packages/annotations/package.json @@ -26,7 +26,7 @@ "@wordpress/hooks": "file:../hooks", "@wordpress/i18n": "file:../i18n", "@wordpress/rich-text": "file:../rich-text", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "rememo": "^3.0.0", "uuid": "^3.3.2" }, diff --git a/packages/babel-plugin-makepot/package.json b/packages/babel-plugin-makepot/package.json index 29747041e3c5fc..92456685b911f0 100644 --- a/packages/babel-plugin-makepot/package.json +++ b/packages/babel-plugin-makepot/package.json @@ -31,7 +31,7 @@ "dependencies": { "@babel/runtime": "^7.4.4", "gettext-parser": "^1.3.1", - "lodash": "^4.17.14" + "lodash": "^4.17.15" }, "peerDependencies": { "@babel/core": "^7.0.0" diff --git a/packages/block-directory/package.json b/packages/block-directory/package.json index 3957df8997abf6..541f276f0df45d 100644 --- a/packages/block-directory/package.json +++ b/packages/block-directory/package.json @@ -28,7 +28,7 @@ "@wordpress/data": "file:../data", "@wordpress/element": "file:../element", "@wordpress/i18n": "file:../i18n", - "lodash": "^4.17.14" + "lodash": "^4.17.15" }, "publishConfig": { "access": "public" diff --git a/packages/block-editor/package.json b/packages/block-editor/package.json index 159f520a2e146c..8517b2126deadd 100644 --- a/packages/block-editor/package.json +++ b/packages/block-editor/package.json @@ -46,7 +46,7 @@ "diff": "^3.5.0", "dom-scroll-into-view": "^1.2.1", "inherits": "^2.0.3", - "lodash": "^4.17.10", + "lodash": "^4.17.15", "memize": "^1.0.5", "react-autosize-textarea": "^3.0.2", "react-spring": "^8.0.19", diff --git a/packages/block-library/package.json b/packages/block-library/package.json index 3a6cbc29341297..b0c71f9eafaae1 100644 --- a/packages/block-library/package.json +++ b/packages/block-library/package.json @@ -45,7 +45,7 @@ "@wordpress/viewport": "file:../viewport", "classnames": "^2.2.5", "fast-average-color": "4.3.0", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "memize": "^1.0.5", "moment": "^2.22.1", "tinycolor2": "^1.4.1", diff --git a/packages/blocks/package.json b/packages/blocks/package.json index b254777ecc10df..3456e2386251e0 100644 --- a/packages/blocks/package.json +++ b/packages/blocks/package.json @@ -35,7 +35,7 @@ "@wordpress/is-shallow-equal": "file:../is-shallow-equal", "@wordpress/shortcode": "file:../shortcode", "hpq": "^1.3.0", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "rememo": "^3.0.0", "showdown": "^1.8.6", "simple-html-tokenizer": "^0.5.7", diff --git a/packages/components/package.json b/packages/components/package.json index 08a0481d9eae24..d19667eca46cf5 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -35,7 +35,7 @@ "classnames": "^2.2.5", "clipboard": "^2.0.1", "dom-scroll-into-view": "^1.2.1", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "memize": "^1.0.5", "moment": "^2.22.1", "mousetrap": "^1.6.2", diff --git a/packages/compose/package.json b/packages/compose/package.json index 357b4d9b9abc44..827a0afb46eff7 100644 --- a/packages/compose/package.json +++ b/packages/compose/package.json @@ -25,7 +25,7 @@ "@babel/runtime": "^7.4.4", "@wordpress/element": "file:../element", "@wordpress/is-shallow-equal": "file:../is-shallow-equal", - "lodash": "^4.17.14" + "lodash": "^4.17.15" }, "publishConfig": { "access": "public" diff --git a/packages/core-data/package.json b/packages/core-data/package.json index 9b2dbb8ba7fd3b..66813db0bb75a5 100644 --- a/packages/core-data/package.json +++ b/packages/core-data/package.json @@ -29,7 +29,7 @@ "@wordpress/is-shallow-equal": "file:../is-shallow-equal", "@wordpress/url": "file:../url", "equivalent-key-map": "^0.2.2", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "rememo": "^3.0.0" }, "publishConfig": { diff --git a/packages/data/package.json b/packages/data/package.json index a45a13fa0b25f6..9eb21a7608146d 100644 --- a/packages/data/package.json +++ b/packages/data/package.json @@ -31,7 +31,7 @@ "@wordpress/redux-routine": "file:../redux-routine", "equivalent-key-map": "^0.2.2", "is-promise": "^2.1.0", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "redux": "^4.0.0", "turbo-combine-reducers": "^1.0.2" }, diff --git a/packages/dependency-extraction-webpack-plugin/test/__snapshots__/build.js.snap b/packages/dependency-extraction-webpack-plugin/test/__snapshots__/build.js.snap index f4e7d6191b0cdc..fe9de7aee53864 100644 --- a/packages/dependency-extraction-webpack-plugin/test/__snapshots__/build.js.snap +++ b/packages/dependency-extraction-webpack-plugin/test/__snapshots__/build.js.snap @@ -48,7 +48,7 @@ Array [ ] `; -exports[`Webpack \`no-default\` should produce expected output: Asset file should match snapshot 1`] = `" array(), 'version' => '4def21ff1ab3d47e29e1aacf8bd2a1f4');"`; +exports[`Webpack \`no-default\` should produce expected output: Asset file should match snapshot 1`] = `" array(), 'version' => 'd94a1f5b1a8be61b8e648a178488bb87');"`; exports[`Webpack \`no-default\` should produce expected output: External modules should match snapshot 1`] = `Array []`; diff --git a/packages/docgen/package.json b/packages/docgen/package.json index 5d8921de7e2a15..fd178278584abe 100644 --- a/packages/docgen/package.json +++ b/packages/docgen/package.json @@ -24,7 +24,7 @@ "dependencies": { "doctrine": "^2.1.0", "espree": "^4.0.0", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "mdast-util-inject": "1.1.0", "optionator": "0.8.2", "remark": "10.0.1", diff --git a/packages/dom/package.json b/packages/dom/package.json index 1c075d231de0f1..8d88d9607cd263 100644 --- a/packages/dom/package.json +++ b/packages/dom/package.json @@ -23,7 +23,7 @@ "react-native": "src/index", "dependencies": { "@babel/runtime": "^7.4.4", - "lodash": "^4.17.14" + "lodash": "^4.17.15" }, "publishConfig": { "access": "public" diff --git a/packages/e2e-test-utils/package.json b/packages/e2e-test-utils/package.json index dc58dc2c129ea1..7ddd91f1b73974 100644 --- a/packages/e2e-test-utils/package.json +++ b/packages/e2e-test-utils/package.json @@ -31,7 +31,7 @@ "@babel/runtime": "^7.4.4", "@wordpress/keycodes": "file:../keycodes", "@wordpress/url": "file:../url", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "node-fetch": "^1.7.3" }, "peerDependencies": { diff --git a/packages/e2e-tests/package.json b/packages/e2e-tests/package.json index 83997df1023518..1fe2ee6a9464ba 100644 --- a/packages/e2e-tests/package.json +++ b/packages/e2e-tests/package.json @@ -27,7 +27,7 @@ "@wordpress/jest-puppeteer-axe": "file:../jest-puppeteer-axe", "@wordpress/scripts": "file:../scripts", "expect-puppeteer": "^4.3.0", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "uuid": "^3.3.2" }, "peerDependencies": { diff --git a/packages/edit-post/package.json b/packages/edit-post/package.json index 91c9fffd1dd6fe..98fd08247be8f0 100644 --- a/packages/edit-post/package.json +++ b/packages/edit-post/package.json @@ -43,7 +43,7 @@ "@wordpress/url": "file:../url", "@wordpress/viewport": "file:../viewport", "classnames": "^2.2.5", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "memize": "^1.0.5", "refx": "^3.0.0", "rememo": "^3.0.0" diff --git a/packages/edit-widgets/package.json b/packages/edit-widgets/package.json index 2260c5262cb4d2..e5ba0beff046e2 100644 --- a/packages/edit-widgets/package.json +++ b/packages/edit-widgets/package.json @@ -34,7 +34,7 @@ "@wordpress/i18n": "file:../i18n", "@wordpress/media-utils": "file:../media-utils", "@wordpress/notices": "file:../notices", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "rememo": "^3.0.0" }, "publishConfig": { diff --git a/packages/editor/package.json b/packages/editor/package.json index de979a306f5932..22e78a023ca3f6 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -50,7 +50,7 @@ "@wordpress/viewport": "file:../viewport", "@wordpress/wordcount": "file:../wordcount", "classnames": "^2.2.5", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "memize": "^1.0.5", "react-autosize-textarea": "^3.0.2", "redux-optimist": "^1.0.0", diff --git a/packages/element/package.json b/packages/element/package.json index c8888bae4105de..0cfaa1df9668d1 100644 --- a/packages/element/package.json +++ b/packages/element/package.json @@ -24,7 +24,7 @@ "dependencies": { "@babel/runtime": "^7.4.4", "@wordpress/escape-html": "file:../escape-html", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "react": "^16.9.0", "react-dom": "^16.9.0" }, diff --git a/packages/format-library/package.json b/packages/format-library/package.json index 88debae2aff18c..50605fb08b7508 100644 --- a/packages/format-library/package.json +++ b/packages/format-library/package.json @@ -31,7 +31,7 @@ "@wordpress/keycodes": "file:../keycodes", "@wordpress/rich-text": "file:../rich-text", "@wordpress/url": "file:../url", - "lodash": "^4.17.14" + "lodash": "^4.17.15" }, "publishConfig": { "access": "public" diff --git a/packages/i18n/package.json b/packages/i18n/package.json index e2a538a3130b42..a09c6ab07cff6e 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -26,7 +26,7 @@ "dependencies": { "@babel/runtime": "^7.4.4", "gettext-parser": "^1.3.1", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "memize": "^1.0.5", "sprintf-js": "^1.1.1", "tannin": "^1.1.0" diff --git a/packages/jest-console/package.json b/packages/jest-console/package.json index f63dcf1468760b..1d5a24df52e877 100644 --- a/packages/jest-console/package.json +++ b/packages/jest-console/package.json @@ -31,7 +31,7 @@ "dependencies": { "@babel/runtime": "^7.4.4", "jest-matcher-utils": "^24.7.0", - "lodash": "^4.17.14" + "lodash": "^4.17.15" }, "peerDependencies": { "jest": ">=24" diff --git a/packages/keycodes/package.json b/packages/keycodes/package.json index 421e9b194a1b30..dee12c4a90a3ea 100644 --- a/packages/keycodes/package.json +++ b/packages/keycodes/package.json @@ -23,7 +23,7 @@ "dependencies": { "@babel/runtime": "^7.4.4", "@wordpress/i18n": "file:../i18n", - "lodash": "^4.17.14" + "lodash": "^4.17.15" }, "publishConfig": { "access": "public" diff --git a/packages/library-export-default-webpack-plugin/package.json b/packages/library-export-default-webpack-plugin/package.json index 31da9e75b077f9..e9baab81656501 100644 --- a/packages/library-export-default-webpack-plugin/package.json +++ b/packages/library-export-default-webpack-plugin/package.json @@ -26,7 +26,7 @@ ], "main": "index.js", "dependencies": { - "lodash": "^4.17.14", + "lodash": "^4.17.15", "webpack-sources": "^1.1.0" }, "peerDependencies": { diff --git a/packages/list-reusable-blocks/package.json b/packages/list-reusable-blocks/package.json index d1c3525d184cf1..6df9f6a7b996a0 100644 --- a/packages/list-reusable-blocks/package.json +++ b/packages/list-reusable-blocks/package.json @@ -26,7 +26,7 @@ "@wordpress/compose": "file:../compose", "@wordpress/element": "file:../element", "@wordpress/i18n": "file:../i18n", - "lodash": "^4.17.14" + "lodash": "^4.17.15" }, "publishConfig": { "access": "public" diff --git a/packages/media-utils/package.json b/packages/media-utils/package.json index 0f85c35a372322..90ecc22a60a0c6 100644 --- a/packages/media-utils/package.json +++ b/packages/media-utils/package.json @@ -27,7 +27,7 @@ "@wordpress/blob": "file:../blob", "@wordpress/element": "file:../element", "@wordpress/i18n": "file:../i18n", - "lodash": "^4.17.14" + "lodash": "^4.17.15" }, "publishConfig": { "access": "public" diff --git a/packages/notices/package.json b/packages/notices/package.json index 09ca45c1407d3a..ed582e8ca7dc50 100644 --- a/packages/notices/package.json +++ b/packages/notices/package.json @@ -24,7 +24,7 @@ "@babel/runtime": "^7.4.4", "@wordpress/a11y": "file:../a11y", "@wordpress/data": "file:../data", - "lodash": "^4.17.14" + "lodash": "^4.17.15" }, "publishConfig": { "access": "public" diff --git a/packages/nux/package.json b/packages/nux/package.json index 77aa46b99e48ed..858ddc289df131 100644 --- a/packages/nux/package.json +++ b/packages/nux/package.json @@ -27,7 +27,7 @@ "@wordpress/data": "file:../data", "@wordpress/element": "file:../element", "@wordpress/i18n": "file:../i18n", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "rememo": "^3.0.0" }, "publishConfig": { diff --git a/packages/plugins/package.json b/packages/plugins/package.json index 1b4accd4fe748c..f935e31b1b3de5 100644 --- a/packages/plugins/package.json +++ b/packages/plugins/package.json @@ -25,7 +25,7 @@ "@wordpress/compose": "file:../compose", "@wordpress/element": "file:../element", "@wordpress/hooks": "file:../hooks", - "lodash": "^4.17.14" + "lodash": "^4.17.15" }, "publishConfig": { "access": "public" diff --git a/packages/redux-routine/package.json b/packages/redux-routine/package.json index d24cdd3f821033..7c24fc8f9023e7 100644 --- a/packages/redux-routine/package.json +++ b/packages/redux-routine/package.json @@ -25,7 +25,7 @@ "dependencies": { "@babel/runtime": "^7.4.4", "is-promise": "^2.1.0", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "rungen": "^0.3.2" }, "publishConfig": { diff --git a/packages/rich-text/package.json b/packages/rich-text/package.json index 3cd9ede128936d..544d69294e90e4 100644 --- a/packages/rich-text/package.json +++ b/packages/rich-text/package.json @@ -31,7 +31,7 @@ "@wordpress/is-shallow-equal": "file:../is-shallow-equal", "@wordpress/keycodes": "file:../keycodes", "classnames": "^2.2.5", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "memize": "^1.0.5", "rememo": "^3.0.0" }, diff --git a/packages/scripts/package.json b/packages/scripts/package.json index 73710a869261e3..6b9488b37e0ef3 100644 --- a/packages/scripts/package.json +++ b/packages/scripts/package.json @@ -48,7 +48,7 @@ "jest": "^24.7.1", "jest-puppeteer": "^4.3.0", "js-yaml": "3.13.1", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "minimist": "^1.2.0", "npm-package-json-lint": "^3.6.0", "puppeteer": "^1.19.0", diff --git a/packages/server-side-render/package.json b/packages/server-side-render/package.json index 25ba70b3f5edf0..99aa8807a8bf6c 100644 --- a/packages/server-side-render/package.json +++ b/packages/server-side-render/package.json @@ -30,7 +30,7 @@ "@wordpress/element": "file:../element", "@wordpress/i18n": "file:../i18n", "@wordpress/url": "file:../url", - "lodash": "^4.17.14" + "lodash": "^4.17.15" }, "publishConfig": { "access": "public" diff --git a/packages/shortcode/package.json b/packages/shortcode/package.json index cda2d2b6916865..f50b996609dd7d 100644 --- a/packages/shortcode/package.json +++ b/packages/shortcode/package.json @@ -22,7 +22,7 @@ "react-native": "src/index", "dependencies": { "@babel/runtime": "^7.4.4", - "lodash": "^4.17.14", + "lodash": "^4.17.15", "memize": "^1.0.5" }, "publishConfig": { diff --git a/packages/token-list/package.json b/packages/token-list/package.json index 2bc3013cd22304..09b2244b92c96a 100644 --- a/packages/token-list/package.json +++ b/packages/token-list/package.json @@ -21,7 +21,7 @@ "react-native": "src/index", "dependencies": { "@babel/runtime": "^7.4.4", - "lodash": "^4.17.14" + "lodash": "^4.17.15" }, "publishConfig": { "access": "public" diff --git a/packages/viewport/package.json b/packages/viewport/package.json index 5a2ad06d3a1dbb..5dd1af95cbe842 100644 --- a/packages/viewport/package.json +++ b/packages/viewport/package.json @@ -24,7 +24,7 @@ "@babel/runtime": "^7.4.4", "@wordpress/compose": "file:../compose", "@wordpress/data": "file:../data", - "lodash": "^4.17.14" + "lodash": "^4.17.15" }, "publishConfig": { "access": "public" diff --git a/packages/wordcount/package.json b/packages/wordcount/package.json index 0fdde2b6e64ae3..73ad190cc7aa1d 100644 --- a/packages/wordcount/package.json +++ b/packages/wordcount/package.json @@ -22,7 +22,7 @@ "react-native": "src/index", "dependencies": { "@babel/runtime": "^7.4.4", - "lodash": "^4.17.14" + "lodash": "^4.17.15" }, "publishConfig": { "access": "public"