From 90b7972a685a3f67b921dc0a1e01c90bfe3f1f68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2020 01:30:51 +0000 Subject: [PATCH] chore(deps): bump lodash in /packages/syntax-highlighter Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] --- packages/syntax-highlighter/package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/syntax-highlighter/package-lock.json b/packages/syntax-highlighter/package-lock.json index abdae6cc8..2af9f3415 100644 --- a/packages/syntax-highlighter/package-lock.json +++ b/packages/syntax-highlighter/package-lock.json @@ -785,9 +785,9 @@ } }, "@readme/variable": { - "version": "6.10.2", - "resolved": "https://registry.npmjs.org/@readme/variable/-/variable-6.10.2.tgz", - "integrity": "sha512-HTHT9toIvaeJkQV71ry3TAbc9aRcQhI/uY0UlbVq0Yk3lRA0t5k9u6fJVI58DYaFsHg+kINwBuK1N/xejbSESw==", + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/@readme/variable/-/variable-6.13.0.tgz", + "integrity": "sha512-ztCkWP295VzRAnXMT8wRjaC8oDpdYFW/2RYd1oW7JcTrDbRgf/TN1O6qrDi5Fp3b28JgV8kybycdjSZfoES25Q==", "requires": { "classnames": "^2.2.6", "prop-types": "^15.7.2", @@ -4335,9 +4335,9 @@ } }, "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", + "version": "4.17.19", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", + "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==", "dev": true }, "lodash.get": {