Skip to content

Commit 17b21c1

Browse files
committed
chore(deps): lock file maintenance
1 parent 8808aaf commit 17b21c1

File tree

1 file changed

+51
-9
lines changed

1 file changed

+51
-9
lines changed

yarn.lock

Lines changed: 51 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -559,9 +559,16 @@ decamelize@^1.2.0:
559559
integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=
560560

561561
deep-equal@^1.0.1:
562-
version "1.0.1"
563-
resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.0.1.tgz#f5d260292b660e084eff4cdbc9f08ad3247448b5"
564-
integrity sha1-9dJgKStmDghO/0zbyfCK0yR0SLU=
562+
version "1.1.0"
563+
resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.1.0.tgz#3103cdf8ab6d32cf4a8df7865458f2b8d33f3745"
564+
integrity sha512-ZbfWJq/wN1Z273o7mUSjILYqehAktR2NVoSrOukDkU9kg2v/Uv89yU4Cvz8seJeAmtN5oqiefKq8FPuXOboqLw==
565+
dependencies:
566+
is-arguments "^1.0.4"
567+
is-date-object "^1.0.1"
568+
is-regex "^1.0.4"
569+
object-is "^1.0.1"
570+
object-keys "^1.1.1"
571+
regexp.prototype.flags "^1.2.0"
565572

566573
deep-is@~0.1.3:
567574
version "0.1.3"
@@ -633,16 +640,20 @@ error-ex@^1.2.0, error-ex@^1.3.1:
633640
is-arrayish "^0.2.1"
634641

635642
es-abstract@^1.12.0, es-abstract@^1.13.0, es-abstract@^1.4.3, es-abstract@^1.5.1:
636-
version "1.13.0"
637-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
638-
integrity sha512-vDZfg/ykNxQVwup/8E1BZhVzFfBxs9NqMzGcvIJrqg5k2/5Za2bWo40dK2J1pgLngZ7c+Shh8lwYtLGyrwPutg==
643+
version "1.14.2"
644+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.14.2.tgz#7ce108fad83068c8783c3cdf62e504e084d8c497"
645+
integrity sha512-DgoQmbpFNOofkjJtKwr87Ma5EW4Dc8fWhD0R+ndq7Oc456ivUfGOOP6oAZTTKl5/CcNMP+EN+e3/iUzgE0veZg==
639646
dependencies:
640647
es-to-primitive "^1.2.0"
641648
function-bind "^1.1.1"
642649
has "^1.0.3"
650+
has-symbols "^1.0.0"
643651
is-callable "^1.1.4"
644652
is-regex "^1.0.4"
645-
object-keys "^1.0.12"
653+
object-inspect "^1.6.0"
654+
object-keys "^1.1.1"
655+
string.prototype.trimleft "^2.0.0"
656+
string.prototype.trimright "^2.0.0"
646657

647658
es-to-primitive@^1.2.0:
648659
version "1.2.0"
@@ -974,6 +985,11 @@ is-alphanumerical@^1.0.0:
974985
is-alphabetical "^1.0.0"
975986
is-decimal "^1.0.0"
976987

988+
is-arguments@^1.0.4:
989+
version "1.0.4"
990+
resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.0.4.tgz#3faf966c7cba0ff437fb31f6250082fcf0448cf3"
991+
integrity sha512-xPh0Rmt8NE65sNzvyUmWgI1tz3mKq74lGA0mL8LYZcoIzKOzDh6HmrYm3d18k60nHerC8A9Km8kYu87zfSFnLA==
992+
977993
is-arrayish@^0.2.1:
978994
version "0.2.1"
979995
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
@@ -1579,7 +1595,17 @@ object-assign@^4.0.1, object-assign@^4.1.0:
15791595
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
15801596
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
15811597

1582-
object-keys@^1.0.11, object-keys@^1.0.12:
1598+
object-inspect@^1.6.0:
1599+
version "1.6.0"
1600+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
1601+
integrity sha512-GJzfBZ6DgDAmnuaM3104jR4s1Myxr3Y3zfIyN4z3UdqN69oSRacNK8UhnobDdC+7J2AHCjGwxQubNJfE70SXXQ==
1602+
1603+
object-is@^1.0.1:
1604+
version "1.0.1"
1605+
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.0.1.tgz#0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6"
1606+
integrity sha1-CqYOyZiaCz7Xlc9NBvYs8a1lObY=
1607+
1608+
object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1:
15831609
version "1.1.1"
15841610
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
15851611
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
@@ -1903,7 +1929,7 @@ regex-not@^1.0.2:
19031929
extend-shallow "^3.0.2"
19041930
safe-regex "^1.1.0"
19051931

1906-
regexp.prototype.flags@^1.1.1:
1932+
regexp.prototype.flags@^1.1.1, regexp.prototype.flags@^1.2.0:
19071933
version "1.2.0"
19081934
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.2.0.tgz#6b30724e306a27833eeb171b66ac8890ba37e41c"
19091935
integrity sha512-ztaw4M1VqgMwl9HlPpOuiYgItcHlunW0He2fE6eNfT6E/CF2FtYi9ofOYe4mKntstYk0Fyh/rDRBdS3AnxjlrA==
@@ -2187,6 +2213,22 @@ string.prototype.padstart@^3.0.0:
21872213
es-abstract "^1.4.3"
21882214
function-bind "^1.0.2"
21892215

2216+
string.prototype.trimleft@^2.0.0:
2217+
version "2.1.0"
2218+
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz#6cc47f0d7eb8d62b0f3701611715a3954591d634"
2219+
integrity sha512-FJ6b7EgdKxxbDxc79cOlok6Afd++TTs5szo+zJTUyow3ycrRfJVE2pq3vcN53XexvKZu/DJMDfeI/qMiZTrjTw==
2220+
dependencies:
2221+
define-properties "^1.1.3"
2222+
function-bind "^1.1.1"
2223+
2224+
string.prototype.trimright@^2.0.0:
2225+
version "2.1.0"
2226+
resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.0.tgz#669d164be9df9b6f7559fa8e89945b168a5a6c58"
2227+
integrity sha512-fXZTSV55dNBwv16uw+hh5jkghxSnc5oHq+5K/gXgizHwAvMetdAJlHqqoFC1FSDVPYWLkAKl2cxpUT41sV7nSg==
2228+
dependencies:
2229+
define-properties "^1.1.3"
2230+
function-bind "^1.1.1"
2231+
21902232
string_decoder@~1.1.1:
21912233
version "1.1.1"
21922234
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8"

0 commit comments

Comments
 (0)