This commit is contained in:
Timo Hocker 2020-02-06 17:40:23 +01:00
parent 6a5dce8460
commit ebb33fca4f
2 changed files with 9 additions and 9 deletions

View File

@ -19,11 +19,11 @@
js-tokens "^4.0.0" js-tokens "^4.0.0"
"@scode/eslint-config@^1.2.15": "@scode/eslint-config@^1.2.15":
version "1.2.15" version "1.2.16"
resolved "https://npm.scode.ovh/@scode%2feslint-config/-/eslint-config-1.2.15.tgz#28728ad7425cb09b84c77a5c885d115f41c1d4c2" resolved "https://npm.scode.ovh/@scode%2feslint-config/-/eslint-config-1.2.16.tgz#aaa7feddc2b8878826d36f15bd2d65c83dfdc5e7"
integrity sha512-GrgnX9sy/saYzHQZ7GNeO1NZgSenRLz9xBfzX8s2MRBVbYHZlod1rddhiIWSx08cyOaAfvd+QgHX3UgtbNz51Q== integrity sha512-bhrMUE+KgB1GwcUWGIk3IBEY+4EIA5BOIwazGEoXExVT1w5U8SqeZZLnUXSEtATk2Qj0bQtsCLNw+a1MIftQ5w==
dependencies: dependencies:
eslint-plugin-import "^2.20.0" eslint-plugin-import "^2.20.1"
eslint-plugin-jsdoc "^21.0.0" eslint-plugin-jsdoc "^21.0.0"
eslint-plugin-node "^11.0.0" eslint-plugin-node "^11.0.0"
eslint-plugin-sort-requires-by-path "^1.0.2" eslint-plugin-sort-requires-by-path "^1.0.2"
@ -407,7 +407,7 @@ eslint-plugin-es@^3.0.0:
eslint-utils "^2.0.0" eslint-utils "^2.0.0"
regexpp "^3.0.0" regexpp "^3.0.0"
eslint-plugin-import@^2.20.0: eslint-plugin-import@^2.20.1:
version "2.20.1" version "2.20.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.20.1.tgz#802423196dcb11d9ce8435a5fc02a6d3b46939b3" resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.20.1.tgz#802423196dcb11d9ce8435a5fc02a6d3b46939b3"
integrity sha512-qQHgFOTjguR+LnYRoToeZWT62XM55MBVXObHM6SKFd1VzDcX/vqT1kAz8ssqigh5eMj8qXcRoXXGZpPP6RfdCw== integrity sha512-qQHgFOTjguR+LnYRoToeZWT62XM55MBVXObHM6SKFd1VzDcX/vqT1kAz8ssqigh5eMj8qXcRoXXGZpPP6RfdCw==
@ -1327,9 +1327,9 @@ resolve-from@^4.0.0:
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
resolve@^1.10.0, resolve@^1.10.1, resolve@^1.12.0, resolve@^1.13.1: resolve@^1.10.0, resolve@^1.10.1, resolve@^1.12.0, resolve@^1.13.1:
version "1.15.0" version "1.15.1"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.15.0.tgz#1b7ca96073ebb52e741ffd799f6b39ea462c67f5" resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.15.1.tgz#27bdcdeffeaf2d6244b95bb0f9f4b4653451f3e8"
integrity sha512-+hTmAldEGE80U2wJJDC1lebb5jWqvTYAfm3YZ1ckk1gBr0MnCqUKlwK1e+anaFljIl+F5tR5IoZcm4ZDA1zMQw== integrity sha512-84oo6ZTtoTUpjgNEr5SJyzQhzL72gaRodsSfyxC/AXRvwu0Yse9H8eF9IpGo7b8YetZhlI6v7ZQ6bKBFV/6S7w==
dependencies: dependencies:
path-parse "^1.0.6" path-parse "^1.0.6"