Skip to content

Commit 766b607

Browse files
chore(deps): update dependency eslint-plugin-import to v2.23.3 (#445)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 2550d8c commit 766b607

File tree

2 files changed

+5
-21
lines changed

2 files changed

+5
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@types/node": "14.17.0",
3939
"bob-the-bundler": "1.2.0",
4040
"eslint-config-standard": "16.0.2",
41-
"eslint-plugin-import": "2.23.2",
41+
"eslint-plugin-import": "2.23.3",
4242
"eslint-plugin-node": "11.1.0",
4343
"eslint-plugin-promise": "5.1.0",
4444
"eslint-plugin-standard": "5.0.0",

yarn.lock

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2139,14 +2139,6 @@ [email protected]:
21392139
resolved "https://registry.npmjs.org/consola/-/consola-2.11.3.tgz#f7315836224c143ac5094b47fd4c816c2cd1560e"
21402140
integrity sha512-aoW0YIIAmeftGR8GSpw6CGQluNdkWMWh3yEFjH/hmynTYnMtibXszii3lxCXmk8YxJtI3FAK5aTiquA5VH68Gw==
21412141

2142-
contains-path@^1.0.0:
2143-
version "1.0.0"
2144-
resolved "https://registry.yarnpkg.com/contains-path/-/contains-path-1.0.0.tgz#3458b332185603e8eed18f518d4a10888a3abc91"
2145-
integrity sha1-NFizMhhWA+ju0Y9RjUoQiIo6vJE=
2146-
dependencies:
2147-
normalize-path "^2.1.1"
2148-
path-starts-with "^1.0.0"
2149-
21502142
convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0:
21512143
version "1.7.0"
21522144
resolved "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442"
@@ -2646,14 +2638,13 @@ eslint-plugin-es@^3.0.0:
26462638
eslint-utils "^2.0.0"
26472639
regexpp "^3.0.0"
26482640

2649-
2650-
version "2.23.2"
2651-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.23.2.tgz#ee15dd68fc7a1a1ba4c653c734e0d01c100d3484"
2652-
integrity sha512-LmNoRptHBxOP+nb0PIKz1y6OSzCJlB+0g0IGS3XV4KaKk2q4szqQ6s6F1utVf5ZRkxk/QOTjdxe7v4VjS99Bsg==
2641+
2642+
version "2.23.3"
2643+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.23.3.tgz#8a1b073289fff03c4af0f04b6df956b7d463e191"
2644+
integrity sha512-wDxdYbSB55F7T5CC7ucDjY641VvKmlRwT0Vxh7PkY1mI4rclVRFWYfsrjDgZvwYYDZ5ee0ZtfFKXowWjqvEoRQ==
26532645
dependencies:
26542646
array-includes "^3.1.3"
26552647
array.prototype.flat "^1.2.4"
2656-
contains-path "^1.0.0"
26572648
debug "^2.6.9"
26582649
doctrine "^2.1.0"
26592650
eslint-import-resolver-node "^0.3.4"
@@ -5346,13 +5337,6 @@ path-parse@^1.0.6:
53465337
resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
53475338
integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
53485339

5349-
path-starts-with@^1.0.0:
5350-
version "1.0.0"
5351-
resolved "https://registry.yarnpkg.com/path-starts-with/-/path-starts-with-1.0.0.tgz#b28243015e8b138de572682ac52da42e646ad84e"
5352-
integrity sha1-soJDAV6LE43lcmgqxS2kLmRq2E4=
5353-
dependencies:
5354-
normalize-path "^2.1.1"
5355-
53565340
path-type@^3.0.0:
53575341
version "3.0.0"
53585342
resolved "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"

0 commit comments

Comments
 (0)