Skip to content

Commit 0d5810d

Browse files
chore(deps-dev): Bump eslint-plugin-import from 2.23.2 to 2.23.3 (#1732)
1 parent 56ca3b4 commit 0d5810d

2 files changed

Lines changed: 5 additions & 21 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"cross-env": "^7.0.2",
2222
"eslint": "7.26.0",
2323
"eslint-config-prettier": "8.3.0",
24-
"eslint-plugin-import": "2.23.2",
24+
"eslint-plugin-import": "2.23.3",
2525
"eslint-plugin-jest": "24.3.6",
2626
"eslint-plugin-prettier": "3.4.0",
2727
"jest": "26.6.3",

yarn.lock

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2233,14 +2233,6 @@ concat-map@0.0.1:
22332233
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
22342234
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
22352235

2236-
contains-path@^1.0.0:
2237-
version "1.0.0"
2238-
resolved "https://registry.yarnpkg.com/contains-path/-/contains-path-1.0.0.tgz#3458b332185603e8eed18f518d4a10888a3abc91"
2239-
integrity sha1-NFizMhhWA+ju0Y9RjUoQiIo6vJE=
2240-
dependencies:
2241-
normalize-path "^2.1.1"
2242-
path-starts-with "^1.0.0"
2243-
22442236
convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0:
22452237
version "1.7.0"
22462238
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442"
@@ -2592,14 +2584,13 @@ eslint-module-utils@^2.6.1:
25922584
debug "^3.2.7"
25932585
pkg-dir "^2.0.0"
25942586

2595-
eslint-plugin-import@2.23.2:
2596-
version "2.23.2"
2597-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.23.2.tgz#ee15dd68fc7a1a1ba4c653c734e0d01c100d3484"
2598-
integrity sha512-LmNoRptHBxOP+nb0PIKz1y6OSzCJlB+0g0IGS3XV4KaKk2q4szqQ6s6F1utVf5ZRkxk/QOTjdxe7v4VjS99Bsg==
2587+
eslint-plugin-import@2.23.3:
2588+
version "2.23.3"
2589+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.23.3.tgz#8a1b073289fff03c4af0f04b6df956b7d463e191"
2590+
integrity sha512-wDxdYbSB55F7T5CC7ucDjY641VvKmlRwT0Vxh7PkY1mI4rclVRFWYfsrjDgZvwYYDZ5ee0ZtfFKXowWjqvEoRQ==
25992591
dependencies:
26002592
array-includes "^3.1.3"
26012593
array.prototype.flat "^1.2.4"
2602-
contains-path "^1.0.0"
26032594
debug "^2.6.9"
26042595
doctrine "^2.1.0"
26052596
eslint-import-resolver-node "^0.3.4"
@@ -4705,13 +4696,6 @@ path-parse@^1.0.6:
47054696
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
47064697
integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
47074698

4708-
path-starts-with@^1.0.0:
4709-
version "1.0.0"
4710-
resolved "https://registry.yarnpkg.com/path-starts-with/-/path-starts-with-1.0.0.tgz#b28243015e8b138de572682ac52da42e646ad84e"
4711-
integrity sha1-soJDAV6LE43lcmgqxS2kLmRq2E4=
4712-
dependencies:
4713-
normalize-path "^2.1.1"
4714-
47154699
path-type@^3.0.0:
47164700
version "3.0.0"
47174701
resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"

0 commit comments

Comments
 (0)