Skip to content

Commit 80b7c79

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency eslint-plugin-no-use-extend-native to v0.5.0
1 parent c5fb8b0 commit 80b7c79

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"eslint-config-xo": "0.18.1",
8585
"eslint-plugin-babel": "4.1.1",
8686
"eslint-plugin-no-empty-blocks": "0.0.2",
87-
"eslint-plugin-no-use-extend-native": "0.3.12",
87+
"eslint-plugin-no-use-extend-native": "0.5.0",
8888
"eslint-plugin-react": "6.10.3",
8989
"xo": "0.18.1"
9090
}

yarn.lock

+21-1
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,16 @@ [email protected]:
561561
version "0.0.2"
562562
resolved "https://registry.yarnpkg.com/eslint-plugin-no-empty-blocks/-/eslint-plugin-no-empty-blocks-0.0.2.tgz#cdf7a1fbd10508387b7e6a36ee4c9b9b23b109b9"
563563

564-
[email protected], eslint-plugin-no-use-extend-native@^0.3.2:
564+
565+
version "0.5.0"
566+
resolved "https://registry.yarnpkg.com/eslint-plugin-no-use-extend-native/-/eslint-plugin-no-use-extend-native-0.5.0.tgz#d6855e3a823a819b467cf7df56adca57de741bf9"
567+
dependencies:
568+
is-get-set-prop "^1.0.0"
569+
is-js-type "^2.0.0"
570+
is-obj-prop "^1.0.0"
571+
is-proto-prop "^2.0.0"
572+
573+
eslint-plugin-no-use-extend-native@^0.3.2:
565574
version "0.3.12"
566575
resolved "https://registry.yarnpkg.com/eslint-plugin-no-use-extend-native/-/eslint-plugin-no-use-extend-native-0.3.12.tgz#3ad9a00c2df23b5d7f7f6be91550985a4ab701ea"
567576
dependencies:
@@ -1048,6 +1057,13 @@ is-proto-prop@^1.0.0:
10481057
lowercase-keys "^1.0.0"
10491058
proto-props "^0.2.0"
10501059

1060+
is-proto-prop@^2.0.0:
1061+
version "2.0.0"
1062+
resolved "https://registry.yarnpkg.com/is-proto-prop/-/is-proto-prop-2.0.0.tgz#99ab2863462e44090fd083efd1929058f9d935e1"
1063+
dependencies:
1064+
lowercase-keys "^1.0.0"
1065+
proto-props "^2.0.0"
1066+
10511067
is-redirect@^1.0.0:
10521068
version "1.0.0"
10531069
resolved "https://registry.yarnpkg.com/is-redirect/-/is-redirect-1.0.0.tgz#1d03dded53bd8db0f30c26e4f95d36fc7c87dc24"
@@ -1499,6 +1515,10 @@ proto-props@^0.2.0:
14991515
version "0.2.1"
15001516
resolved "https://registry.yarnpkg.com/proto-props/-/proto-props-0.2.1.tgz#5e01dc2675a0de9abfa76e799dfa334d6f483f4b"
15011517

1518+
proto-props@^2.0.0:
1519+
version "2.0.0"
1520+
resolved "https://registry.yarnpkg.com/proto-props/-/proto-props-2.0.0.tgz#8ac6e6dec658545815c623a3bc81580deda9a181"
1521+
15021522
pseudomap@^1.0.1:
15031523
version "1.0.2"
15041524
resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3"

0 commit comments

Comments
 (0)