Skip to content

Commit e9c19e1

Browse files
chore(deps): update dependency eslint-plugin-no-use-extend-native to v0.7.2
1 parent 56fbe5f commit e9c19e1

File tree

2 files changed

+68
-2
lines changed

2 files changed

+68
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"eslint-config-xo": "0.43.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.5.0",
87+
"eslint-plugin-no-use-extend-native": "0.7.2",
8888
"eslint-plugin-react": "6.10.3",
8989
"xo": "0.54.2"
9090
}

yarn.lock

+67-1
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,17 @@ [email protected]:
11321132
version "0.0.2"
11331133
resolved "https://registry.yarnpkg.com/eslint-plugin-no-empty-blocks/-/eslint-plugin-no-empty-blocks-0.0.2.tgz#cdf7a1fbd10508387b7e6a36ee4c9b9b23b109b9"
11341134

1135-
[email protected], eslint-plugin-no-use-extend-native@^0.5.0:
1135+
1136+
version "0.7.2"
1137+
resolved "https://registry.yarnpkg.com/eslint-plugin-no-use-extend-native/-/eslint-plugin-no-use-extend-native-0.7.2.tgz#ff496acbca062a7baf8af1d37351fbfed67efaab"
1138+
integrity sha512-hUBlwaTXIO1GzTwPT6pAjvYwmSHe4XduDhAiQvur4RUujmBUFjd8Nb2+e7WQdsQ+nGHWGRlogcUWXJRGqizTWw==
1139+
dependencies:
1140+
is-get-set-prop "^2.0.0"
1141+
is-js-type "^3.0.0"
1142+
is-obj-prop "^2.0.0"
1143+
is-proto-prop "^3.0.1"
1144+
1145+
eslint-plugin-no-use-extend-native@^0.5.0:
11361146
version "0.5.0"
11371147
resolved "https://registry.yarnpkg.com/eslint-plugin-no-use-extend-native/-/eslint-plugin-no-use-extend-native-0.5.0.tgz#d6855e3a823a819b467cf7df56adca57de741bf9"
11381148
dependencies:
@@ -1605,6 +1615,11 @@ get-set-props@^0.1.0:
16051615
version "0.1.0"
16061616
resolved "https://registry.yarnpkg.com/get-set-props/-/get-set-props-0.1.0.tgz#998475c178445686d0b32246da5df8dbcfbe8ea3"
16071617

1618+
get-set-props@^0.2.0:
1619+
version "0.2.0"
1620+
resolved "https://registry.yarnpkg.com/get-set-props/-/get-set-props-0.2.0.tgz#b5f5af9878e13f0db62f6318da1eaa5d9600e8da"
1621+
integrity sha512-YCmOj+4YAeEB5Dd9jfp6ETdejMet4zSxXjNkgaa4npBEKRI9uDOGB5MmAdAgi2OoFGAKshYhCbmLq2DS03CgVA==
1622+
16081623
get-stdin@^9.0.0:
16091624
version "9.0.0"
16101625
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-9.0.0.tgz#3983ff82e03d56f1b2ea0d3e60325f39d703a575"
@@ -2018,6 +2033,14 @@ is-get-set-prop@^1.0.0:
20182033
get-set-props "^0.1.0"
20192034
lowercase-keys "^1.0.0"
20202035

2036+
is-get-set-prop@^2.0.0:
2037+
version "2.0.0"
2038+
resolved "https://registry.yarnpkg.com/is-get-set-prop/-/is-get-set-prop-2.0.0.tgz#76c288b572c329af0a7cb1417f7d5480c1579cd4"
2039+
integrity sha512-C32bqXfHJfRwa0U5UIMqSGziZhALszXDJZ8n8mz8WZ6c6V7oYGHEWwJvftliBswypY3P3EQqdY5lpDSEKvTS1Q==
2040+
dependencies:
2041+
get-set-props "^0.2.0"
2042+
lowercase-keys "^3.0.0"
2043+
20212044
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3:
20222045
version "4.0.3"
20232046
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
@@ -2031,6 +2054,13 @@ is-js-type@^2.0.0:
20312054
dependencies:
20322055
js-types "^1.0.0"
20332056

2057+
is-js-type@^3.0.0:
2058+
version "3.0.0"
2059+
resolved "https://registry.yarnpkg.com/is-js-type/-/is-js-type-3.0.0.tgz#8c5bc02f5d01ccdcd11b021e2155096e547cfc58"
2060+
integrity sha512-IbPf3g3vxm1D902xaBaYp2TUHiXZWwWRu5bM9hgKN9oAQcFaKALV6Gd13PGhXjKE5u2n8s1PhLhdke/E1fchxQ==
2061+
dependencies:
2062+
js-types "^4.0.0"
2063+
20342064
is-my-json-valid@^2.10.0:
20352065
version "2.16.0"
20362066
resolved "https://registry.yarnpkg.com/is-my-json-valid/-/is-my-json-valid-2.16.0.tgz#f079dd9bfdae65ee2038aae8acbc86ab109e3693"
@@ -2069,6 +2099,14 @@ is-obj-prop@^1.0.0:
20692099
lowercase-keys "^1.0.0"
20702100
obj-props "^1.0.0"
20712101

2102+
is-obj-prop@^2.0.0:
2103+
version "2.0.0"
2104+
resolved "https://registry.yarnpkg.com/is-obj-prop/-/is-obj-prop-2.0.0.tgz#2062f02e1fb46ffc9e610fa8cec056ae6e18a2c5"
2105+
integrity sha512-2/VFrbzXSZVJIscazpxoB+pOQx2jBOAAL9Gui4cRKxflznUNBpsr8IDvBA4UGol3e40sltLNiY3qnZv/7qSUxA==
2106+
dependencies:
2107+
lowercase-keys "^3.0.0"
2108+
obj-props "^2.0.0"
2109+
20722110
is-path-cwd@^1.0.0:
20732111
version "1.0.0"
20742112
resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-1.0.0.tgz#d225ec23132e89edd38fda767472e62e65f1106d"
@@ -2106,6 +2144,14 @@ is-proto-prop@^2.0.0:
21062144
lowercase-keys "^1.0.0"
21072145
proto-props "^2.0.0"
21082146

2147+
is-proto-prop@^3.0.1:
2148+
version "3.0.1"
2149+
resolved "https://registry.yarnpkg.com/is-proto-prop/-/is-proto-prop-3.0.1.tgz#a5fa2efeae240899778bd221fc17579020cd54e1"
2150+
integrity sha512-S8xSxNMGJO4eZD86kO46zrq2gLIhA+rN9443lQEvt8Mz/l8cxk72p/AWFmofY6uL9g9ILD6cXW6j8QQj4F3Hcw==
2151+
dependencies:
2152+
lowercase-keys "^3.0.0"
2153+
prototype-properties "^5.0.0"
2154+
21092155
is-regex@^1.0.3:
21102156
version "1.0.4"
21112157
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491"
@@ -2226,6 +2272,11 @@ js-types@^1.0.0:
22262272
version "1.0.0"
22272273
resolved "https://registry.yarnpkg.com/js-types/-/js-types-1.0.0.tgz#d242e6494ed572ad3c92809fc8bed7f7687cbf03"
22282274

2275+
js-types@^4.0.0:
2276+
version "4.0.0"
2277+
resolved "https://registry.yarnpkg.com/js-types/-/js-types-4.0.0.tgz#901aa719585fab5ddf2633c0bc807d4658c2376a"
2278+
integrity sha512-/c+n06zvqFQGxdz1BbElF7S3nEghjNchLN1TjQnk2j10HYDaUc57rcvl6BbnziTx8NQmrg0JOs/iwRpvcYaxjQ==
2279+
22292280
js-yaml@^3.5.1:
22302281
version "3.8.3"
22312282
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.8.3.tgz#33a05ec481c850c8875929166fe1beb61c728766"
@@ -2380,6 +2431,11 @@ lowercase-keys@^1.0.0:
23802431
version "1.0.0"
23812432
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.0.tgz#4e3366b39e7f5457e35f1324bdf6f88d0bfc7306"
23822433

2434+
lowercase-keys@^3.0.0:
2435+
version "3.0.0"
2436+
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-3.0.0.tgz#c5e7d442e37ead247ae9db117a9d0a467c89d4f2"
2437+
integrity sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==
2438+
23832439
lru-cache@^6.0.0:
23842440
version "6.0.0"
23852441
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
@@ -2570,6 +2626,11 @@ obj-props@^1.0.0:
25702626
version "1.1.0"
25712627
resolved "https://registry.yarnpkg.com/obj-props/-/obj-props-1.1.0.tgz#626313faa442befd4a44e9a02c3cb6bde937b511"
25722628

2629+
obj-props@^2.0.0:
2630+
version "2.0.0"
2631+
resolved "https://registry.yarnpkg.com/obj-props/-/obj-props-2.0.0.tgz#adf32dc8a802e248b1392ee238207f10c1f02133"
2632+
integrity sha512-Q/uLAAfjdhrzQWN2czRNh3fDCgXjh7yRIkdHjDgIHTwpFP0BsshxTA3HRNffHR7Iw/XGTH30u8vdMXQ+079urA==
2633+
25732634
object-assign@^4.0.1, object-assign@^4.1.0:
25742635
version "4.1.1"
25752636
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
@@ -2861,6 +2922,11 @@ proto-props@^2.0.0:
28612922
version "2.0.0"
28622923
resolved "https://registry.yarnpkg.com/proto-props/-/proto-props-2.0.0.tgz#8ac6e6dec658545815c623a3bc81580deda9a181"
28632924

2925+
prototype-properties@^5.0.0:
2926+
version "5.0.0"
2927+
resolved "https://registry.yarnpkg.com/prototype-properties/-/prototype-properties-5.0.0.tgz#784e6ab88e0dd8c65e4666ef28e6bb7a8f0f6a58"
2928+
integrity sha512-uCWE2QqnGlwvvJXTwiHTPTyHE62+zORO5hpFWhAwBGDtEtTmNZZleNLJDoFsqHCL4p/CeAP2Q1uMKFUKALuRGQ==
2929+
28642930
punycode@^2.1.0:
28652931
version "2.3.0"
28662932
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.0.tgz#f67fa67c94da8f4d0cfff981aee4118064199b8f"

0 commit comments

Comments
 (0)