Skip to content

Commit 3e4d14b

Browse files
chore(deps): update dependency eslint-import-resolver-webpack to v0.13.9
1 parent a554185 commit 3e4d14b

File tree

2 files changed

+35
-23
lines changed

2 files changed

+35
-23
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"doctoc": "1.4.0",
4040
"eslint": "3.19.0",
4141
"eslint-config-algolia": "6.0.1",
42-
"eslint-import-resolver-webpack": "0.13.2",
42+
"eslint-import-resolver-webpack": "0.13.9",
4343
"eslint-plugin-import": "2.22.0",
4444
"eslint-plugin-jasmine": "2.10.1",
4545
"eslint-plugin-react": "7.20.6",

yarn.lock

Lines changed: 34 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2118,22 +2118,21 @@ eslint-import-resolver-node@^0.3.3:
21182118
debug "^2.6.9"
21192119
resolve "^1.13.1"
21202120

2121-
2122-
version "0.13.2"
2123-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-webpack/-/eslint-import-resolver-webpack-0.13.2.tgz#fc813df0d08b9265cc7072d22393bda5198bdc1e"
2124-
integrity sha512-XodIPyg1OgE2h5BDErz3WJoK7lawxKTJNhgPNafRST6csC/MZC+L5P6kKqsZGRInpbgc02s/WZMrb4uGJzcuRg==
2121+
2122+
version "0.13.9"
2123+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-webpack/-/eslint-import-resolver-webpack-0.13.9.tgz#eee41e81dadcdf22ce5f2c6b75952f41e6ac11fa"
2124+
integrity sha512-yGngeefNiHXau2yzKKs2BNON4HLpxBabY40BGL/vUSKZtqzjlVsTTZm57jhHULhm+mJEwKsEIIN3NXup5AiiBQ==
21252125
dependencies:
2126-
array-find "^1.0.0"
21272126
debug "^3.2.7"
21282127
enhanced-resolve "^0.9.1"
21292128
find-root "^1.1.0"
2130-
has "^1.0.3"
2129+
hasown "^2.0.0"
21312130
interpret "^1.4.0"
2132-
is-core-module "^2.7.0"
2131+
is-core-module "^2.13.1"
21332132
is-regex "^1.1.4"
21342133
lodash "^4.17.21"
2135-
resolve "^1.20.0"
2136-
semver "^5.7.1"
2134+
resolve "^2.0.0-next.5"
2135+
semver "^5.7.2"
21372136

21382137
eslint-import-resolver-webpack@^0.6.0:
21392138
version "0.6.0"
@@ -2542,6 +2541,11 @@ function-bind@^1.0.2, function-bind@^1.1.0, function-bind@^1.1.1:
25422541
version "1.1.1"
25432542
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
25442543

2544+
function-bind@^1.1.2:
2545+
version "1.1.2"
2546+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
2547+
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
2548+
25452549
gauge@~2.7.3:
25462550
version "2.7.4"
25472551
resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7"
@@ -2818,6 +2822,13 @@ hash.js@^1.0.0, hash.js@^1.0.3:
28182822
inherits "^2.0.3"
28192823
minimalistic-assert "^1.0.0"
28202824

2825+
hasown@^2.0.0, hasown@^2.0.2:
2826+
version "2.0.2"
2827+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
2828+
integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
2829+
dependencies:
2830+
function-bind "^1.1.2"
2831+
28212832
[email protected], hawk@~3.1.3:
28222833
version "3.1.3"
28232834
resolved "https://registry.yarnpkg.com/hawk/-/hawk-3.1.3.tgz#078444bd7c1640b0fe540d2c9b73d59678e8e1c4"
@@ -3049,12 +3060,12 @@ is-ci@^1.0.10:
30493060
dependencies:
30503061
ci-info "^1.0.0"
30513062

3052-
is-core-module@^2.7.0, is-core-module@^2.8.1:
3053-
version "2.8.1"
3054-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211"
3055-
integrity sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==
3063+
is-core-module@^2.13.0, is-core-module@^2.13.1:
3064+
version "2.15.1"
3065+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.15.1.tgz#a7363a25bee942fefab0de13bf6aa372c82dcc37"
3066+
integrity sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==
30563067
dependencies:
3057-
has "^1.0.3"
3068+
hasown "^2.0.2"
30583069

30593070
is-date-object@^1.0.1:
30603071
version "1.0.1"
@@ -4727,12 +4738,12 @@ resolve@^1.17.0:
47274738
dependencies:
47284739
path-parse "^1.0.6"
47294740

4730-
resolve@^1.20.0:
4731-
version "1.22.0"
4732-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198"
4733-
integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==
4741+
resolve@^2.0.0-next.5:
4742+
version "2.0.0-next.5"
4743+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.5.tgz#6b0ec3107e671e52b68cd068ef327173b90dc03c"
4744+
integrity sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==
47344745
dependencies:
4735-
is-core-module "^2.8.1"
4746+
is-core-module "^2.13.0"
47364747
path-parse "^1.0.7"
47374748
supports-preserve-symlinks-flag "^1.0.0"
47384749

@@ -4794,9 +4805,10 @@ semver@^5.6.0:
47944805
version "5.6.0"
47954806
resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004"
47964807

4797-
semver@^5.7.1:
4798-
version "5.7.1"
4799-
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
4808+
semver@^5.7.2:
4809+
version "5.7.2"
4810+
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
4811+
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
48004812

48014813
set-blocking@~2.0.0:
48024814
version "2.0.0"

0 commit comments

Comments
 (0)