Skip to content

Commit 5950b48

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency eslint-plugin-import to v2.24.1
1 parent a8ed2fb commit 5950b48

File tree

2 files changed

+28
-27
lines changed

2 files changed

+28
-27
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"eslint-config-airbnb": "18.2.1",
105105
"eslint-config-prettier": "7.2.0",
106106
"eslint-webpack-plugin": "2.5.4",
107-
"eslint-plugin-import": "2.24.0",
107+
"eslint-plugin-import": "2.24.1",
108108
"eslint-plugin-jest": "23.20.0",
109109
"eslint-plugin-jsx-a11y": "6.4.1",
110110
"eslint-plugin-prettier": "3.4.0",

yarn.lock

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1906,11 +1906,6 @@
19061906
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
19071907
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
19081908

1909-
"@types/json5@^0.0.29":
1910-
version "0.0.29"
1911-
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
1912-
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
1913-
19141909
"@types/minimatch@*", "@types/minimatch@^3.0.3":
19151910
version "3.0.4"
19161911
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.4.tgz#f0ec25dbf2f0e4b18647313ac031134ca5b24b21"
@@ -4678,10 +4673,10 @@ eslint-config-prettier@7.2.0:
46784673
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-7.2.0.tgz#f4a4bd2832e810e8cc7c1411ec85b3e85c0c53f9"
46794674
integrity sha512-rV4Qu0C3nfJKPOAhFujFxB7RMP+URFyQqqOZW9DMRD7ZDTFyjaIlETU3xzHELt++4ugC0+Jm084HQYkkJe+Ivg==
46804675

4681-
eslint-import-resolver-node@^0.3.5:
4682-
version "0.3.5"
4683-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.5.tgz#939bbb0f74e179e757ca87f7a4a890dabed18ac4"
4684-
integrity sha512-XMoPKjSpXbkeJ7ZZ9icLnJMTY5Mc1kZbCakHquaFsXPpyWOwK0TK6CODO+0ca54UoM9LKOxyUNnoVZRl8TeaAg==
4676+
eslint-import-resolver-node@^0.3.6:
4677+
version "0.3.6"
4678+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz#4048b958395da89668252001dbd9eca6b83bacbd"
4679+
integrity sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==
46854680
dependencies:
46864681
debug "^3.2.7"
46874682
resolve "^1.20.0"
@@ -4694,26 +4689,26 @@ eslint-module-utils@^2.6.2:
46944689
debug "^3.2.7"
46954690
pkg-dir "^2.0.0"
46964691

4697-
eslint-plugin-import@2.24.0:
4698-
version "2.24.0"
4699-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.24.0.tgz#697ffd263e24da5e84e03b282f5fb62251777177"
4700-
integrity sha512-Kc6xqT9hiYi2cgybOc0I2vC9OgAYga5o/rAFinam/yF/t5uBqxQbauNPMC6fgb640T/89P0gFoO27FOilJ/Cqg==
4692+
eslint-plugin-import@2.24.1:
4693+
version "2.24.1"
4694+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.24.1.tgz#64aba8b567a1ba9921d5465586e86c491b8e2135"
4695+
integrity sha512-KSFWhNxPH8OGJwpRJJs+Z7I0a13E2iFQZJIvSnCu6KUs4qmgAm3xN9GYBCSoiGWmwA7gERZPXqYQjcoCROnYhQ==
47014696
dependencies:
47024697
array-includes "^3.1.3"
47034698
array.prototype.flat "^1.2.4"
47044699
debug "^2.6.9"
47054700
doctrine "^2.1.0"
4706-
eslint-import-resolver-node "^0.3.5"
4701+
eslint-import-resolver-node "^0.3.6"
47074702
eslint-module-utils "^2.6.2"
47084703
find-up "^2.0.0"
47094704
has "^1.0.3"
4710-
is-core-module "^2.4.0"
4705+
is-core-module "^2.6.0"
47114706
minimatch "^3.0.4"
4712-
object.values "^1.1.3"
4707+
object.values "^1.1.4"
47134708
pkg-up "^2.0.0"
47144709
read-pkg-up "^3.0.0"
47154710
resolve "^1.20.0"
4716-
tsconfig-paths "^3.9.0"
4711+
tsconfig-paths "^3.10.1"
47174712

47184713
eslint-plugin-jest@23.20.0:
47194714
version "23.20.0"
@@ -6223,13 +6218,20 @@ is-color-stop@^1.1.0:
62236218
rgb-regex "^1.0.1"
62246219
rgba-regex "^1.0.0"
62256220

6226-
is-core-module@^2.2.0, is-core-module@^2.4.0:
6221+
is-core-module@^2.2.0:
62276222
version "2.4.0"
62286223
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.4.0.tgz#8e9fc8e15027b011418026e98f0e6f4d86305cc1"
62296224
integrity sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==
62306225
dependencies:
62316226
has "^1.0.3"
62326227

6228+
is-core-module@^2.6.0:
6229+
version "2.6.0"
6230+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.6.0.tgz#d7553b2526fe59b92ba3e40c8df757ec8a709e19"
6231+
integrity sha512-wShG8vs60jKfPWpF2KZRaAtvt3a20OAn7+IJ6hLPECpSABLcKtFKTTI4ZtH5QcBruBHlq+WsdHWyz0BCZW7svQ==
6232+
dependencies:
6233+
has "^1.0.3"
6234+
62336235
is-data-descriptor@^0.1.4:
62346236
version "0.1.4"
62356237
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -7269,7 +7271,7 @@ json5@^1.0.1:
72697271
dependencies:
72707272
minimist "^1.2.0"
72717273

7272-
json5@^2.1.2:
7274+
json5@^2.1.2, json5@^2.2.0:
72737275
version "2.2.0"
72747276
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3"
72757277
integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==
@@ -8510,7 +8512,7 @@ object.pick@^1.3.0:
85108512
dependencies:
85118513
isobject "^3.0.1"
85128514

8513-
object.values@^1.1.1, object.values@^1.1.2, object.values@^1.1.3, object.values@^1.1.4:
8515+
object.values@^1.1.1, object.values@^1.1.2, object.values@^1.1.4:
85148516
version "1.1.4"
85158517
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.4.tgz#0d273762833e816b693a637d30073e7051535b30"
85168518
integrity sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==
@@ -11207,13 +11209,12 @@ tr46@^2.1.0:
1120711209
dependencies:
1120811210
punycode "^2.1.1"
1120911211

11210-
tsconfig-paths@^3.9.0:
11211-
version "3.9.0"
11212-
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz#098547a6c4448807e8fcb8eae081064ee9a3c90b"
11213-
integrity sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw==
11212+
tsconfig-paths@^3.10.1:
11213+
version "3.10.1"
11214+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.10.1.tgz#79ae67a68c15289fdf5c51cb74f397522d795ed7"
11215+
integrity sha512-rETidPDgCpltxF7MjBZlAFPUHv5aHH2MymyPvh+vEyWAED4Eb/WeMbsnD/JDr4OKPOA1TssDHgIcpTN5Kh0p6Q==
1121411216
dependencies:
11215-
"@types/json5" "^0.0.29"
11216-
json5 "^1.0.1"
11217+
json5 "^2.2.0"
1121711218
minimist "^1.2.0"
1121811219
strip-bom "^3.0.0"
1121911220

0 commit comments

Comments
 (0)