Skip to content

Commit 8043d3f

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency eslint-plugin-import to v2.24.2
1 parent db52497 commit 8043d3f

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
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.1",
107+
"eslint-plugin-import": "2.24.2",
108108
"eslint-plugin-jest": "23.20.0",
109109
"eslint-plugin-jsx-a11y": "6.4.1",
110110
"eslint-plugin-prettier": "3.4.1",

yarn.lock

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1906,6 +1906,11 @@
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+
19091914
"@types/minimatch@*", "@types/minimatch@^3.0.3":
19101915
version "3.0.4"
19111916
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.4.tgz#f0ec25dbf2f0e4b18647313ac031134ca5b24b21"
@@ -4689,10 +4694,10 @@ eslint-module-utils@^2.6.2:
46894694
debug "^3.2.7"
46904695
pkg-dir "^2.0.0"
46914696

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==
4697+
eslint-plugin-import@2.24.2:
4698+
version "2.24.2"
4699+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.24.2.tgz#2c8cd2e341f3885918ee27d18479910ade7bb4da"
4700+
integrity sha512-hNVtyhiEtZmpsabL4neEj+6M5DCLgpYyG9nzJY8lZQeQXEn5UPW1DpUdsMHMXsq98dbNm7nt1w9ZMSVpfJdi8Q==
46964701
dependencies:
46974702
array-includes "^3.1.3"
46984703
array.prototype.flat "^1.2.4"
@@ -4708,7 +4713,7 @@ eslint-plugin-import@2.24.1:
47084713
pkg-up "^2.0.0"
47094714
read-pkg-up "^3.0.0"
47104715
resolve "^1.20.0"
4711-
tsconfig-paths "^3.10.1"
4716+
tsconfig-paths "^3.11.0"
47124717

47134718
eslint-plugin-jest@23.20.0:
47144719
version "23.20.0"
@@ -7271,7 +7276,7 @@ json5@^1.0.1:
72717276
dependencies:
72727277
minimist "^1.2.0"
72737278

7274-
json5@^2.1.2, json5@^2.2.0:
7279+
json5@^2.1.2:
72757280
version "2.2.0"
72767281
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3"
72777282
integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==
@@ -11209,12 +11214,13 @@ tr46@^2.1.0:
1120911214
dependencies:
1121011215
punycode "^2.1.1"
1121111216

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==
11217+
tsconfig-paths@^3.11.0:
11218+
version "3.11.0"
11219+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz#954c1fe973da6339c78e06b03ce2e48810b65f36"
11220+
integrity sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA==
1121611221
dependencies:
11217-
json5 "^2.2.0"
11222+
"@types/json5" "^0.0.29"
11223+
json5 "^1.0.1"
1121811224
minimist "^1.2.0"
1121911225
strip-bom "^3.0.0"
1122011226

0 commit comments

Comments
 (0)