From 60fe3648db05e737220829d2566ef0f2f3f823a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2019 11:51:28 +0000 Subject: [PATCH] chore(deps): bump lodash in /packages/eslint-config-atlauncher Bumps [lodash](https://github.com/lodash/lodash) from 4.17.5 to 4.17.15. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.5...4.17.15) Signed-off-by: dependabot[bot] --- .../package-lock.json | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/packages/eslint-config-atlauncher/package-lock.json b/packages/eslint-config-atlauncher/package-lock.json index 49f2353..0d72530 100644 --- a/packages/eslint-config-atlauncher/package-lock.json +++ b/packages/eslint-config-atlauncher/package-lock.json @@ -4,6 +4,15 @@ "lockfileVersion": 1, "requires": true, "dependencies": { + "@atlauncher/eslint-plugin-atlauncher": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@atlauncher/eslint-plugin-atlauncher/-/eslint-plugin-atlauncher-0.3.0.tgz", + "integrity": "sha512-UXiDZ6ehTnXuTiLs5KQwaktsLLhryKowPcxM9Y27dvoudqg123Xt0Ha8qtetBwUdOcnVq0tRSh4bhlEghZaydw==", + "dev": true, + "requires": { + "requireindex": "~1.1.0" + } + }, "@babel/code-frame": { "version": "7.0.0-beta.44", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.0.0-beta.44.tgz", @@ -1270,9 +1279,9 @@ } }, "lodash": { - "version": "4.17.5", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.5.tgz", - "integrity": "sha512-svL3uiZf1RwhH+cWrfZn3A4+U58wbP0tGVTLQPbjplZxZ8ROD9VLuNgsRniTlLe7OlSqR79RUehXgpBW/s0IQw==", + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", "dev": true }, "lodash.camelcase": { @@ -1650,6 +1659,12 @@ "resolve-from": "^1.0.0" } }, + "requireindex": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/requireindex/-/requireindex-1.1.0.tgz", + "integrity": "sha1-5UBLgVV+91225JxacgBIk/4D4WI=", + "dev": true + }, "resolve": { "version": "1.7.0", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.7.0.tgz",