Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 0c1b115

Browse files
chore(deps-dev): bump eslint-plugin-import from 2.16.0 to 2.18.1 (#301)
chore(deps-dev): bump eslint-plugin-import from 2.16.0 to 2.18.1 Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
2 parents 32ce956 + 8adaef5 commit 0c1b115

File tree

1 file changed

+34
-15
lines changed

1 file changed

+34
-15
lines changed

yarn.lock

Lines changed: 34 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,6 +1218,14 @@ array-ify@^1.0.0:
12181218
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
12191219
integrity sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=
12201220

1221+
array-includes@^3.0.3:
1222+
version "3.0.3"
1223+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.0.3.tgz#184b48f62d92d7452bb31b323165c7f8bd02266d"
1224+
integrity sha1-GEtI9i2S10UrsxsyMWXH+L0CJm0=
1225+
dependencies:
1226+
define-properties "^1.1.2"
1227+
es-abstract "^1.7.0"
1228+
12211229
array-union@^1.0.1:
12221230
version "1.0.2"
12231231
resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
@@ -2350,7 +2358,7 @@ error-ex@^1.2.0, error-ex@^1.3.1:
23502358
dependencies:
23512359
is-arrayish "^0.2.1"
23522360

2353-
es-abstract@^1.12.0:
2361+
es-abstract@^1.12.0, es-abstract@^1.7.0:
23542362
version "1.13.0"
23552363
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
23562364
integrity sha512-vDZfg/ykNxQVwup/8E1BZhVzFfBxs9NqMzGcvIJrqg5k2/5Za2bWo40dK2J1pgLngZ7c+Shh8lwYtLGyrwPutg==
@@ -2422,29 +2430,30 @@ eslint-import-resolver-node@^0.3.2:
24222430
debug "^2.6.9"
24232431
resolve "^1.5.0"
24242432

2425-
eslint-module-utils@^2.3.0:
2426-
version "2.3.0"
2427-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.3.0.tgz#546178dab5e046c8b562bbb50705e2456d7bda49"
2428-
integrity sha512-lmDJgeOOjk8hObTysjqH7wyMi+nsHwwvfBykwfhjR1LNdd7C2uFJBvx4OpWYpXOw4df1yE1cDEVd1yLHitk34w==
2433+
eslint-module-utils@^2.4.0:
2434+
version "2.4.0"
2435+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.4.0.tgz#8b93499e9b00eab80ccb6614e69f03678e84e09a"
2436+
integrity sha512-14tltLm38Eu3zS+mt0KvILC3q8jyIAH518MlG+HO0p+yK885Lb1UHTY/UgR91eOyGdmxAPb+OLoW4znqIT6Ndw==
24292437
dependencies:
24302438
debug "^2.6.8"
24312439
pkg-dir "^2.0.0"
24322440

24332441
eslint-plugin-import@^2.14.0:
2434-
version "2.16.0"
2435-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.16.0.tgz#97ac3e75d0791c4fac0e15ef388510217be7f66f"
2436-
integrity sha512-z6oqWlf1x5GkHIFgrSvtmudnqM6Q60KM4KvpWi5ubonMjycLjndvd5+8VAZIsTlHC03djdgJuyKG6XO577px6A==
2442+
version "2.18.1"
2443+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.18.1.tgz#2e4f571d13839543992ad626a18c0edffde9626b"
2444+
integrity sha512-YEESFKOcMIXJTosb5YaepqVhQHGMb8dxkgov560GqMDP/658U5vk6FeVSR7xXLeYkPc7xPYy+uAoiYE/bKMphA==
24372445
dependencies:
2446+
array-includes "^3.0.3"
24382447
contains-path "^0.1.0"
24392448
debug "^2.6.9"
24402449
doctrine "1.5.0"
24412450
eslint-import-resolver-node "^0.3.2"
2442-
eslint-module-utils "^2.3.0"
2451+
eslint-module-utils "^2.4.0"
24432452
has "^1.0.3"
2444-
lodash "^4.17.11"
24452453
minimatch "^3.0.4"
2454+
object.values "^1.1.0"
24462455
read-pkg-up "^2.0.0"
2447-
resolve "^1.9.0"
2456+
resolve "^1.11.0"
24482457

24492458
eslint-restricted-globals@^0.1.1:
24502459
version "0.1.1"
@@ -4714,6 +4723,16 @@ object.pick@^1.3.0:
47144723
dependencies:
47154724
isobject "^3.0.1"
47164725

4726+
object.values@^1.1.0:
4727+
version "1.1.0"
4728+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.0.tgz#bf6810ef5da3e5325790eaaa2be213ea84624da9"
4729+
integrity sha512-8mf0nKLAoFX6VlNVdhGj31SVYpaNFtUnuoOXWyFEstsWRgU837AK+JYM0iAxwkSzGRbwn8cbFmgbyxj1j4VbXg==
4730+
dependencies:
4731+
define-properties "^1.1.3"
4732+
es-abstract "^1.12.0"
4733+
function-bind "^1.1.1"
4734+
has "^1.0.3"
4735+
47174736
octokit-pagination-methods@^1.1.0:
47184737
version "1.1.0"
47194738
resolved "https://registry.yarnpkg.com/octokit-pagination-methods/-/octokit-pagination-methods-1.1.0.tgz#cf472edc9d551055f9ef73f6e42b4dbb4c80bea4"
@@ -5525,10 +5544,10 @@ resolve-url@^0.2.1:
55255544
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
55265545
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
55275546

5528-
resolve@^1.10.0, resolve@^1.5.0, resolve@^1.9.0:
5529-
version "1.10.0"
5530-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.10.0.tgz#3bdaaeaf45cc07f375656dfd2e54ed0810b101ba"
5531-
integrity sha512-3sUr9aq5OfSg2S9pNtPA9hL1FVEAjvfOC4leW0SNf/mpnaakz2a9femSd6LqAww2RaFctwyf1lCqnTHuF1rxDg==
5547+
resolve@^1.10.0, resolve@^1.11.0, resolve@^1.5.0:
5548+
version "1.11.1"
5549+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.11.1.tgz#ea10d8110376982fef578df8fc30b9ac30a07a3e"
5550+
integrity sha512-vIpgF6wfuJOZI7KKKSP+HmiKggadPQAdsp5HiC1mvqnfp0gF1vdwgBWZIdrVft9pgqoMFQN+R7BSWZiBxx+BBw==
55325551
dependencies:
55335552
path-parse "^1.0.6"
55345553

0 commit comments

Comments
 (0)