Skip to content

Commit 45e944a

Browse files
chore(deps-dev): bump eslint-plugin-import from 2.25.3 to 2.25.4
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.25.3 to 2.25.4. - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.25.3...v2.25.4) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 32bf25e commit 45e944a

File tree

2 files changed

+31
-35
lines changed

2 files changed

+31
-35
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"eslint-config-salesforce-license": "^0.1.6",
3434
"eslint-config-salesforce-typescript": "^0.2.8",
3535
"eslint-plugin-header": "^3.0.0",
36-
"eslint-plugin-import": "2.25.3",
36+
"eslint-plugin-import": "2.25.4",
3737
"eslint-plugin-jsdoc": "^35.1.2",
3838
"eslint-plugin-prettier": "^3.1.3",
3939
"husky": "^7.0.4",

yarn.lock

Lines changed: 30 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2253,14 +2253,13 @@ eslint-import-resolver-node@^0.3.6:
22532253
debug "^3.2.7"
22542254
resolve "^1.20.0"
22552255

2256-
eslint-module-utils@^2.7.1:
2257-
version "2.7.1"
2258-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.1.tgz#b435001c9f8dd4ab7f6d0efcae4b9696d4c24b7c"
2259-
integrity sha512-fjoetBXQZq2tSTWZ9yWVl2KuFrTZZH3V+9iD1V1RfpDgxzJR+mPd/KZmMiA8gbPqdBzpNiEHOuT7IYEWxrH0zQ==
2256+
eslint-module-utils@^2.7.1, eslint-module-utils@^2.7.2:
2257+
version "2.7.3"
2258+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz#ad7e3a10552fdd0642e1e55292781bd6e34876ee"
2259+
integrity sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==
22602260
dependencies:
22612261
debug "^3.2.7"
22622262
find-up "^2.1.0"
2263-
pkg-dir "^2.0.0"
22642263

22652264
eslint-plugin-header@^3.0.0:
22662265
version "3.1.1"
@@ -2286,6 +2285,25 @@ [email protected]:
22862285
resolve "^1.20.0"
22872286
tsconfig-paths "^3.11.0"
22882287

2288+
2289+
version "2.25.4"
2290+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.4.tgz#322f3f916a4e9e991ac7af32032c25ce313209f1"
2291+
integrity sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==
2292+
dependencies:
2293+
array-includes "^3.1.4"
2294+
array.prototype.flat "^1.2.5"
2295+
debug "^2.6.9"
2296+
doctrine "^2.1.0"
2297+
eslint-import-resolver-node "^0.3.6"
2298+
eslint-module-utils "^2.7.2"
2299+
has "^1.0.3"
2300+
is-core-module "^2.8.0"
2301+
is-glob "^4.0.3"
2302+
minimatch "^3.0.4"
2303+
object.values "^1.1.5"
2304+
resolve "^1.20.0"
2305+
tsconfig-paths "^3.12.0"
2306+
22892307
eslint-plugin-jsdoc@^35.1.2:
22902308
version "35.5.1"
22912309
resolved "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-35.5.1.tgz#45932ee22669bbe06c97b82b936d56361efad370"
@@ -3267,14 +3285,7 @@ is-callable@^1.1.4, is-callable@^1.2.4:
32673285
resolved "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
32683286
integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
32693287

3270-
is-core-module@^2.2.0, is-core-module@^2.5.0:
3271-
version "2.8.0"
3272-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.0.tgz#0321336c3d0925e497fd97f5d95cb114a5ccd548"
3273-
integrity sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==
3274-
dependencies:
3275-
has "^1.0.3"
3276-
3277-
is-core-module@^2.8.0:
3288+
is-core-module@^2.5.0, is-core-module@^2.8.0:
32783289
version "2.8.1"
32793290
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211"
32803291
integrity sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==
@@ -4627,7 +4638,7 @@ path-key@^3.0.0, path-key@^3.1.0:
46274638
resolved "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
46284639
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
46294640

4630-
path-parse@^1.0.6, path-parse@^1.0.7:
4641+
path-parse@^1.0.7:
46314642
version "1.0.7"
46324643
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
46334644
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
@@ -4664,13 +4675,6 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3:
46644675
resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
46654676
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
46664677

4667-
pkg-dir@^2.0.0:
4668-
version "2.0.0"
4669-
resolved "https://registry.npmjs.org/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"
4670-
integrity sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=
4671-
dependencies:
4672-
find-up "^2.1.0"
4673-
46744678
pkg-dir@^4.1.0, pkg-dir@^4.2.0:
46754679
version "4.2.0"
46764680
resolved "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
@@ -4972,7 +4976,7 @@ [email protected], resolve-global@^1.0.0:
49724976
dependencies:
49734977
global-dirs "^0.1.1"
49744978

4975-
resolve@^1.1.6:
4979+
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.20.0:
49764980
version "1.21.0"
49774981
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.21.0.tgz#b51adc97f3472e6a5cf4444d34bc9d6b9037591f"
49784982
integrity sha512-3wCbTpk5WJlyE4mSOtDLhqQmGFi0/TD9VPwmiolnk8U0wRgMEktqCXd3vy5buTO3tljvalNvKrjHEfrd2WpEKA==
@@ -4981,14 +4985,6 @@ resolve@^1.1.6:
49814985
path-parse "^1.0.7"
49824986
supports-preserve-symlinks-flag "^1.0.0"
49834987

4984-
resolve@^1.10.0, resolve@^1.20.0:
4985-
version "1.20.0"
4986-
resolved "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
4987-
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
4988-
dependencies:
4989-
is-core-module "^2.2.0"
4990-
path-parse "^1.0.6"
4991-
49924988
restore-cursor@^2.0.0:
49934989
version "2.0.0"
49944990
resolved "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"
@@ -5675,10 +5671,10 @@ ts-retry-promise@^0.6.0:
56755671
resolved "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.6.0.tgz#95643500d5388eed25abc90aa2e99c8b6c5a7bc9"
56765672
integrity sha512-8DF80uA7JPu6m8ouHxGkyBpPTIGQnsgIUgLDqcRaD7EEhVowjG72KqCX334gsa1P+AmzeTVdd/xEzVFCAuPCtg==
56775673

5678-
tsconfig-paths@^3.11.0:
5679-
version "3.11.0"
5680-
resolved "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz#954c1fe973da6339c78e06b03ce2e48810b65f36"
5681-
integrity sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA==
5674+
tsconfig-paths@^3.11.0, tsconfig-paths@^3.12.0:
5675+
version "3.12.0"
5676+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.12.0.tgz#19769aca6ee8f6a1a341e38c8fa45dd9fb18899b"
5677+
integrity sha512-e5adrnOYT6zqVnWqZu7i/BQ3BnhzvGbjEjejFXO20lKIKpwTaupkCPgEfv4GZK1IBciJUEhYs3J3p75FdaTFVg==
56825678
dependencies:
56835679
"@types/json5" "^0.0.29"
56845680
json5 "^1.0.1"

0 commit comments

Comments
 (0)