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",