Skip to content

Commit 7fb0b80

Browse files
⬆️ Bump eslint-plugin-import from 2.18.0 to 2.18.2 (#112)
⬆️ Bump eslint-plugin-import from 2.18.0 to 2.18.2 Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
2 parents 1488429 + af66f11 commit 7fb0b80

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"eslint": "^6.1.0",
4444
"eslint-config-prettier": "^6.0.0",
4545
"eslint-config-standard": "^13.0.1",
46-
"eslint-plugin-import": "^2.18.0",
46+
"eslint-plugin-import": "^2.18.2",
4747
"eslint-plugin-node": "^9.1.0",
4848
"eslint-plugin-prettier": "^3.1.0",
4949
"eslint-plugin-promise": "^4.2.1",

yarn.lock

+17-7
Original file line numberDiff line numberDiff line change
@@ -1923,7 +1923,7 @@ deep-is@~0.1.3:
19231923
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
19241924
integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=
19251925

1926-
define-properties@^1.1.2:
1926+
define-properties@^1.1.2, define-properties@^1.1.3:
19271927
version "1.1.3"
19281928
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
19291929
integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==
@@ -2136,7 +2136,7 @@ error-stack-parser@^2.0.0:
21362136
dependencies:
21372137
stackframe "^1.0.4"
21382138

2139-
es-abstract@^1.5.1, es-abstract@^1.7.0:
2139+
es-abstract@^1.12.0, es-abstract@^1.5.1, es-abstract@^1.7.0:
21402140
version "1.13.0"
21412141
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
21422142
integrity sha512-vDZfg/ykNxQVwup/8E1BZhVzFfBxs9NqMzGcvIJrqg5k2/5Za2bWo40dK2J1pgLngZ7c+Shh8lwYtLGyrwPutg==
@@ -2203,10 +2203,10 @@ eslint-plugin-es@^1.4.0:
22032203
eslint-utils "^1.3.0"
22042204
regexpp "^2.0.1"
22052205

2206-
eslint-plugin-import@^2.18.0:
2207-
version "2.18.0"
2208-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.18.0.tgz#7a5ba8d32622fb35eb9c8db195c2090bd18a3678"
2209-
integrity sha512-PZpAEC4gj/6DEMMoU2Df01C5c50r7zdGIN52Yfi7CvvWaYssG7Jt5R9nFG5gmqodxNOz9vQS87xk6Izdtpdrig==
2206+
eslint-plugin-import@^2.18.2:
2207+
version "2.18.2"
2208+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.18.2.tgz#02f1180b90b077b33d447a17a2326ceb400aceb6"
2209+
integrity sha512-5ohpsHAiUBRNaBWAF08izwUGlbrJoJJ+W9/TBwsGoR1MnlgfwMIKrFeSjWbt6moabiXW9xNvtFz+97KHRfI4HQ==
22102210
dependencies:
22112211
array-includes "^3.0.3"
22122212
contains-path "^0.1.0"
@@ -2215,8 +2215,8 @@ eslint-plugin-import@^2.18.0:
22152215
eslint-import-resolver-node "^0.3.2"
22162216
eslint-module-utils "^2.4.0"
22172217
has "^1.0.3"
2218-
lodash "^4.17.11"
22192218
minimatch "^3.0.4"
2219+
object.values "^1.1.0"
22202220
read-pkg-up "^2.0.0"
22212221
resolve "^1.11.0"
22222222

@@ -4315,6 +4315,16 @@ object.pick@^1.3.0:
43154315
dependencies:
43164316
isobject "^3.0.1"
43174317

4318+
object.values@^1.1.0:
4319+
version "1.1.0"
4320+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.0.tgz#bf6810ef5da3e5325790eaaa2be213ea84624da9"
4321+
integrity sha512-8mf0nKLAoFX6VlNVdhGj31SVYpaNFtUnuoOXWyFEstsWRgU837AK+JYM0iAxwkSzGRbwn8cbFmgbyxj1j4VbXg==
4322+
dependencies:
4323+
define-properties "^1.1.3"
4324+
es-abstract "^1.12.0"
4325+
function-bind "^1.1.1"
4326+
has "^1.0.3"
4327+
43184328
on-finished@^2.3.0, on-finished@~2.3.0:
43194329
version "2.3.0"
43204330
resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947"

0 commit comments

Comments
 (0)