Skip to content

Commit c8083ba

Browse files
authored
Merge pull request #483 from GraphQL-Portal/renovate/eslint-plugin-import-2.x
chore(deps): update dependency eslint-plugin-import to v2.24.2
2 parents a9b37a1 + f708526 commit c8083ba

File tree

2 files changed

+26
-19
lines changed

2 files changed

+26
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"eslint": "7.32.0",
5353
"eslint-config-prettier": "8.3.0",
5454
"eslint-config-standard": "16.0.3",
55-
"eslint-plugin-import": "2.24.0",
55+
"eslint-plugin-import": "2.24.2",
5656
"eslint-plugin-node": "11.1.0",
5757
"eslint-plugin-promise": "5.1.0",
5858
"husky": "7.0.1",

yarn.lock

Lines changed: 25 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5089,10 +5089,10 @@ [email protected]:
50895089
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-16.0.3.tgz#6c8761e544e96c531ff92642eeb87842b8488516"
50905090
integrity sha512-x4fmJL5hGqNJKGHSjnLdgA6U6h1YW/G2dW9fA+cyVur4SK6lyue8+UgNKWlZtUDTXvgKDD/Oa3GQjmB5kjtVvg==
50915091

5092-
eslint-import-resolver-node@^0.3.5:
5093-
version "0.3.5"
5094-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.5.tgz#939bbb0f74e179e757ca87f7a4a890dabed18ac4"
5095-
integrity sha512-XMoPKjSpXbkeJ7ZZ9icLnJMTY5Mc1kZbCakHquaFsXPpyWOwK0TK6CODO+0ca54UoM9LKOxyUNnoVZRl8TeaAg==
5092+
eslint-import-resolver-node@^0.3.6:
5093+
version "0.3.6"
5094+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz#4048b958395da89668252001dbd9eca6b83bacbd"
5095+
integrity sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==
50965096
dependencies:
50975097
debug "^3.2.7"
50985098
resolve "^1.20.0"
@@ -5113,26 +5113,26 @@ eslint-plugin-es@^3.0.0:
51135113
eslint-utils "^2.0.0"
51145114
regexpp "^3.0.0"
51155115

5116-
5117-
version "2.24.0"
5118-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.24.0.tgz#697ffd263e24da5e84e03b282f5fb62251777177"
5119-
integrity sha512-Kc6xqT9hiYi2cgybOc0I2vC9OgAYga5o/rAFinam/yF/t5uBqxQbauNPMC6fgb640T/89P0gFoO27FOilJ/Cqg==
5116+
5117+
version "2.24.2"
5118+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.24.2.tgz#2c8cd2e341f3885918ee27d18479910ade7bb4da"
5119+
integrity sha512-hNVtyhiEtZmpsabL4neEj+6M5DCLgpYyG9nzJY8lZQeQXEn5UPW1DpUdsMHMXsq98dbNm7nt1w9ZMSVpfJdi8Q==
51205120
dependencies:
51215121
array-includes "^3.1.3"
51225122
array.prototype.flat "^1.2.4"
51235123
debug "^2.6.9"
51245124
doctrine "^2.1.0"
5125-
eslint-import-resolver-node "^0.3.5"
5125+
eslint-import-resolver-node "^0.3.6"
51265126
eslint-module-utils "^2.6.2"
51275127
find-up "^2.0.0"
51285128
has "^1.0.3"
5129-
is-core-module "^2.4.0"
5129+
is-core-module "^2.6.0"
51305130
minimatch "^3.0.4"
5131-
object.values "^1.1.3"
5131+
object.values "^1.1.4"
51325132
pkg-up "^2.0.0"
51335133
read-pkg-up "^3.0.0"
51345134
resolve "^1.20.0"
5135-
tsconfig-paths "^3.9.0"
5135+
tsconfig-paths "^3.11.0"
51365136

51375137
51385138
version "11.1.0"
@@ -6611,13 +6611,20 @@ is-ci@^3.0.0:
66116611
dependencies:
66126612
ci-info "^3.1.1"
66136613

6614-
is-core-module@^2.2.0, is-core-module@^2.4.0:
6614+
is-core-module@^2.2.0:
66156615
version "2.4.0"
66166616
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.4.0.tgz#8e9fc8e15027b011418026e98f0e6f4d86305cc1"
66176617
integrity sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==
66186618
dependencies:
66196619
has "^1.0.3"
66206620

6621+
is-core-module@^2.6.0:
6622+
version "2.6.0"
6623+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.6.0.tgz#d7553b2526fe59b92ba3e40c8df757ec8a709e19"
6624+
integrity sha512-wShG8vs60jKfPWpF2KZRaAtvt3a20OAn7+IJ6hLPECpSABLcKtFKTTI4ZtH5QcBruBHlq+WsdHWyz0BCZW7svQ==
6625+
dependencies:
6626+
has "^1.0.3"
6627+
66216628
is-date-object@^1.0.1, is-date-object@^1.0.2:
66226629
version "1.0.4"
66236630
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.4.tgz#550cfcc03afada05eea3dd30981c7b09551f73e5"
@@ -8574,7 +8581,7 @@ object.getownpropertydescriptors@^2.1.1:
85748581
define-properties "^1.1.3"
85758582
es-abstract "^1.18.0-next.2"
85768583

8577-
object.values@^1.1.3:
8584+
object.values@^1.1.4:
85788585
version "1.1.4"
85798586
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.4.tgz#0d273762833e816b693a637d30073e7051535b30"
85808587
integrity sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==
@@ -10636,10 +10643,10 @@ [email protected]:
1063610643
resolved "https://registry.yarnpkg.com/ts-tiny-invariant/-/ts-tiny-invariant-0.0.3.tgz#6f51c153c285a7839bb59b1e5a2721fcb25a5e39"
1063710644
integrity sha512-EiaBUsUta7PPzVKpvZurcSDgaSkymxwiUc2rhX6Wu30bws2maipT6ihbEY072dU9lz6/FoFWEc6psXdlo0xqtg==
1063810645

10639-
tsconfig-paths@^3.9.0:
10640-
version "3.9.0"
10641-
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz#098547a6c4448807e8fcb8eae081064ee9a3c90b"
10642-
integrity sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw==
10646+
tsconfig-paths@^3.11.0:
10647+
version "3.11.0"
10648+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz#954c1fe973da6339c78e06b03ce2e48810b65f36"
10649+
integrity sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA==
1064310650
dependencies:
1064410651
"@types/json5" "^0.0.29"
1064510652
json5 "^1.0.1"

0 commit comments

Comments
 (0)