@@ -2077,6 +2077,16 @@ es-abstract@^1.5.1, es-abstract@^1.7.0:
2077
2077
is-callable "^1.1.3"
2078
2078
is-regex "^1.0.4"
2079
2079
2080
+ es-abstract@^1.6.1 :
2081
+ version "1.12.0"
2082
+ resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
2083
+ dependencies :
2084
+ es-to-primitive "^1.1.1"
2085
+ function-bind "^1.1.1"
2086
+ has "^1.0.1"
2087
+ is-callable "^1.1.3"
2088
+ is-regex "^1.0.4"
2089
+
2080
2090
es-to-primitive@^1.1.1 :
2081
2091
version "1.1.1"
2082
2092
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.1.1.tgz#45355248a88979034b6792e19bb81f2b7975dd0d"
2122
2132
optionalDependencies :
2123
2133
source-map "~0.5.6"
2124
2134
2125
- [email protected] , eslint-config-airbnb-base@^12.1.0 :
2135
+
2126
2136
version "12.1.0"
2127
2137
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-12.1.0.tgz#386441e54a12ccd957b0a92564a4bafebd747944"
2128
2138
dependencies :
2129
2139
eslint-restricted-globals "^0.1.1"
2130
2140
2131
-
2132
- version "16.1.0"
2133
- resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-16.1.0.tgz#2546bfb02cc9fe92284bf1723ccf2e87bc45ca46"
2141
+ eslint-config-airbnb-base@^13.0.0 :
2142
+ version "13.0.0"
2143
+ resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-13.0.0.tgz#2ee6279c4891128e49d6445b24aa13c2d1a21450"
2144
+ dependencies :
2145
+ eslint-restricted-globals "^0.1.1"
2146
+ object.assign "^4.1.0"
2147
+ object.entries "^1.0.4"
2148
+
2149
+
2150
+ version "17.0.0"
2151
+ resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-17.0.0.tgz#1bb8c4255483320bb68c3b614f71ae6058b0b2db"
2134
2152
dependencies :
2135
- eslint-config-airbnb-base "^12.1.0"
2153
+ eslint-config-airbnb-base "^13.0.0"
2154
+ object.assign "^4.1.0"
2155
+ object.entries "^1.0.4"
2136
2156
2137
2157
eslint-import-resolver-node@^0.3.1 :
2138
2158
version "0.3.2"
@@ -3013,6 +3033,10 @@ has-gulplog@^0.1.0:
3013
3033
dependencies :
3014
3034
sparkles "^1.0.0"
3015
3035
3036
+ has-symbols@^1.0.0 :
3037
+ version "1.0.0"
3038
+ resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
3039
+
3016
3040
has-unicode@^2.0.0 :
3017
3041
version "2.0.1"
3018
3042
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -4683,6 +4707,10 @@ object-keys@^1.0.10, object-keys@^1.0.8:
4683
4707
version "1.0.11"
4684
4708
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
4685
4709
4710
+ object-keys@^1.0.11 :
4711
+ version "1.0.12"
4712
+ resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"
4713
+
4686
4714
object-keys@~0.4.0 :
4687
4715
version "0.4.0"
4688
4716
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-0.4.0.tgz#28a6aae7428dd2c3a92f3d95f21335dd204e0336"
@@ -4695,6 +4723,24 @@ object.assign@^4.0.4:
4695
4723
function-bind "^1.1.0"
4696
4724
object-keys "^1.0.10"
4697
4725
4726
+ object.assign@^4.1.0 :
4727
+ version "4.1.0"
4728
+ resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
4729
+ dependencies :
4730
+ define-properties "^1.1.2"
4731
+ function-bind "^1.1.1"
4732
+ has-symbols "^1.0.0"
4733
+ object-keys "^1.0.11"
4734
+
4735
+ object.entries@^1.0.4 :
4736
+ version "1.0.4"
4737
+ resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.0.4.tgz#1bf9a4dd2288f5b33f3a993d257661f05d161a5f"
4738
+ dependencies :
4739
+ define-properties "^1.1.2"
4740
+ es-abstract "^1.6.1"
4741
+ function-bind "^1.1.0"
4742
+ has "^1.0.1"
4743
+
4698
4744
object.getownpropertydescriptors@^2.0.3 :
4699
4745
version "2.0.3"
4700
4746
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16"
0 commit comments