Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-no-use-extend-native to …
Browse files Browse the repository at this point in the history
…v0.5.0
  • Loading branch information
renovate-bot authored and renovate[bot] committed Mar 26, 2022
1 parent c5fb8b0 commit 80b7c79
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -84,7 +84,7 @@
"eslint-config-xo": "0.18.1",
"eslint-plugin-babel": "4.1.1",
"eslint-plugin-no-empty-blocks": "0.0.2",
"eslint-plugin-no-use-extend-native": "0.3.12",
"eslint-plugin-no-use-extend-native": "0.5.0",
"eslint-plugin-react": "6.10.3",
"xo": "0.18.1"
}
Expand Down
22 changes: 21 additions & 1 deletion yarn.lock
Expand Up @@ -561,7 +561,16 @@ eslint-plugin-no-empty-blocks@0.0.2:
version "0.0.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-no-empty-blocks/-/eslint-plugin-no-empty-blocks-0.0.2.tgz#cdf7a1fbd10508387b7e6a36ee4c9b9b23b109b9"

eslint-plugin-no-use-extend-native@0.3.12, eslint-plugin-no-use-extend-native@^0.3.2:
eslint-plugin-no-use-extend-native@0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-no-use-extend-native/-/eslint-plugin-no-use-extend-native-0.5.0.tgz#d6855e3a823a819b467cf7df56adca57de741bf9"
dependencies:
is-get-set-prop "^1.0.0"
is-js-type "^2.0.0"
is-obj-prop "^1.0.0"
is-proto-prop "^2.0.0"

eslint-plugin-no-use-extend-native@^0.3.2:
version "0.3.12"
resolved "https://registry.yarnpkg.com/eslint-plugin-no-use-extend-native/-/eslint-plugin-no-use-extend-native-0.3.12.tgz#3ad9a00c2df23b5d7f7f6be91550985a4ab701ea"
dependencies:
Expand Down Expand Up @@ -1048,6 +1057,13 @@ is-proto-prop@^1.0.0:
lowercase-keys "^1.0.0"
proto-props "^0.2.0"

is-proto-prop@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/is-proto-prop/-/is-proto-prop-2.0.0.tgz#99ab2863462e44090fd083efd1929058f9d935e1"
dependencies:
lowercase-keys "^1.0.0"
proto-props "^2.0.0"

is-redirect@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/is-redirect/-/is-redirect-1.0.0.tgz#1d03dded53bd8db0f30c26e4f95d36fc7c87dc24"
Expand Down Expand Up @@ -1499,6 +1515,10 @@ proto-props@^0.2.0:
version "0.2.1"
resolved "https://registry.yarnpkg.com/proto-props/-/proto-props-0.2.1.tgz#5e01dc2675a0de9abfa76e799dfa334d6f483f4b"

proto-props@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/proto-props/-/proto-props-2.0.0.tgz#8ac6e6dec658545815c623a3bc81580deda9a181"

pseudomap@^1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3"
Expand Down

0 comments on commit 80b7c79

Please sign in to comment.