Skip to content

Commit 900a9da

Browse files
committed
chore: update yarn.lock
1 parent ad98ff0 commit 900a9da

File tree

2 files changed

+107
-65
lines changed

2 files changed

+107
-65
lines changed

test/yarn.lock

Lines changed: 104 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@
11131113
dependencies:
11141114
regenerator-runtime "^0.13.4"
11151115

1116-
"@babel/runtime@^7.15.4":
1116+
"@babel/runtime@^7.12.5":
11171117
version "7.16.3"
11181118
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.3.tgz#b86f0db02a04187a3c17caa77de69840165d42d5"
11191119
integrity sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==
@@ -1720,7 +1720,7 @@
17201720
dependencies:
17211721
"@types/istanbul-lib-report" "*"
17221722

1723-
"@types/json-schema@^7.0.9":
1723+
"@types/json-schema@^7.0.7", "@types/json-schema@^7.0.9":
17241724
version "7.0.9"
17251725
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
17261726
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
@@ -1776,21 +1776,33 @@
17761776
dependencies:
17771777
"@types/yargs-parser" "*"
17781778

1779-
"@typescript-eslint/eslint-plugin@^5.4.0":
1780-
version "5.4.0"
1781-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.4.0.tgz#05e711a2e7b68342661fde61bccbd1531c19521a"
1782-
integrity sha512-9/yPSBlwzsetCsGEn9j24D8vGQgJkOTr4oMLas/w886ZtzKIs1iyoqFrwsX2fqYEeUwsdBpC21gcjRGo57u0eg==
1779+
"@typescript-eslint/eslint-plugin@^4.15.0":
1780+
version "4.33.0"
1781+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
1782+
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
17831783
dependencies:
1784-
"@typescript-eslint/experimental-utils" "5.4.0"
1785-
"@typescript-eslint/scope-manager" "5.4.0"
1786-
debug "^4.3.2"
1784+
"@typescript-eslint/experimental-utils" "4.33.0"
1785+
"@typescript-eslint/scope-manager" "4.33.0"
1786+
debug "^4.3.1"
17871787
functional-red-black-tree "^1.0.1"
17881788
ignore "^5.1.8"
1789-
regexpp "^3.2.0"
1789+
regexpp "^3.1.0"
17901790
semver "^7.3.5"
17911791
tsutils "^3.21.0"
17921792

1793-
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^5.0.0":
1793+
"@typescript-eslint/[email protected]":
1794+
version "4.33.0"
1795+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
1796+
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
1797+
dependencies:
1798+
"@types/json-schema" "^7.0.7"
1799+
"@typescript-eslint/scope-manager" "4.33.0"
1800+
"@typescript-eslint/types" "4.33.0"
1801+
"@typescript-eslint/typescript-estree" "4.33.0"
1802+
eslint-scope "^5.1.1"
1803+
eslint-utils "^3.0.0"
1804+
1805+
"@typescript-eslint/experimental-utils@^5.0.0":
17941806
version "5.4.0"
17951807
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.4.0.tgz#238a7418d2da3b24874ba35385eb21cc61d2a65e"
17961808
integrity sha512-Nz2JDIQUdmIGd6p33A+naQmwfkU5KVTLb/5lTk+tLVTDacZKoGQisj8UCxk7onJcrgjIvr8xWqkYI+DbI3TfXg==
@@ -1802,15 +1814,23 @@
18021814
eslint-scope "^5.1.1"
18031815
eslint-utils "^3.0.0"
18041816

1805-
"@typescript-eslint/parser@^5.4.0":
1806-
version "5.4.0"
1807-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.4.0.tgz#3aa83ce349d66e39b84151f6d5464928044ca9e3"
1808-
integrity sha512-JoB41EmxiYpaEsRwpZEYAJ9XQURPFer8hpkIW9GiaspVLX8oqbqNM8P4EP8HOZg96yaALiLEVWllA2E8vwsIKw==
1817+
"@typescript-eslint/parser@^4.15.0":
1818+
version "4.33.0"
1819+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
1820+
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
18091821
dependencies:
1810-
"@typescript-eslint/scope-manager" "5.4.0"
1811-
"@typescript-eslint/types" "5.4.0"
1812-
"@typescript-eslint/typescript-estree" "5.4.0"
1813-
debug "^4.3.2"
1822+
"@typescript-eslint/scope-manager" "4.33.0"
1823+
"@typescript-eslint/types" "4.33.0"
1824+
"@typescript-eslint/typescript-estree" "4.33.0"
1825+
debug "^4.3.1"
1826+
1827+
"@typescript-eslint/[email protected]":
1828+
version "4.33.0"
1829+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
1830+
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
1831+
dependencies:
1832+
"@typescript-eslint/types" "4.33.0"
1833+
"@typescript-eslint/visitor-keys" "4.33.0"
18141834

18151835
"@typescript-eslint/[email protected]":
18161836
version "5.4.0"
@@ -1820,11 +1840,29 @@
18201840
"@typescript-eslint/types" "5.4.0"
18211841
"@typescript-eslint/visitor-keys" "5.4.0"
18221842

1843+
"@typescript-eslint/[email protected]":
1844+
version "4.33.0"
1845+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
1846+
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
1847+
18231848
"@typescript-eslint/[email protected]":
18241849
version "5.4.0"
18251850
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.4.0.tgz#b1c130f4b381b77bec19696c6e3366f9781ce8f2"
18261851
integrity sha512-GjXNpmn+n1LvnttarX+sPD6+S7giO+9LxDIGlRl4wK3a7qMWALOHYuVSZpPTfEIklYjaWuMtfKdeByx0AcaThA==
18271852

1853+
"@typescript-eslint/[email protected]":
1854+
version "4.33.0"
1855+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
1856+
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
1857+
dependencies:
1858+
"@typescript-eslint/types" "4.33.0"
1859+
"@typescript-eslint/visitor-keys" "4.33.0"
1860+
debug "^4.3.1"
1861+
globby "^11.0.3"
1862+
is-glob "^4.0.1"
1863+
semver "^7.3.5"
1864+
tsutils "^3.21.0"
1865+
18281866
"@typescript-eslint/[email protected]":
18291867
version "5.4.0"
18301868
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.4.0.tgz#fe524fb308973c68ebeb7428f3b64499a6ba5fc0"
@@ -1838,6 +1876,14 @@
18381876
semver "^7.3.5"
18391877
tsutils "^3.21.0"
18401878

1879+
"@typescript-eslint/[email protected]":
1880+
version "4.33.0"
1881+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
1882+
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
1883+
dependencies:
1884+
"@typescript-eslint/types" "4.33.0"
1885+
eslint-visitor-keys "^2.0.0"
1886+
18411887
"@typescript-eslint/[email protected]":
18421888
version "5.4.0"
18431889
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.4.0.tgz#09bc28efd3621f292fe88c86eef3bf4893364c8c"
@@ -2881,7 +2927,7 @@ debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
28812927
dependencies:
28822928
ms "^2.1.1"
28832929

2884-
debug@^4.3.2:
2930+
debug@^4.3.1, debug@^4.3.2:
28852931
version "4.3.2"
28862932
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
28872933
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
@@ -3153,10 +3199,12 @@ escodegen@^2.0.0:
31533199
optionalDependencies:
31543200
source-map "~0.6.1"
31553201

3156-
eslint-config-prettier@^8.3.0:
3157-
version "8.3.0"
3158-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a"
3159-
integrity sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==
3202+
eslint-config-prettier@^6.10.1:
3203+
version "6.15.0"
3204+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz#7f93f6cb7d45a92f1537a70ecc06366e1ac6fed9"
3205+
integrity sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw==
3206+
dependencies:
3207+
get-stdin "^6.0.0"
31603208

31613209
eslint-import-resolver-node@^0.3.6:
31623210
version "0.3.6"
@@ -3175,13 +3223,12 @@ eslint-module-utils@^2.7.1:
31753223
find-up "^2.1.0"
31763224
pkg-dir "^2.0.0"
31773225

3178-
eslint-plugin-flowtype@^7.0.0:
3179-
version "7.0.0"
3180-
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-7.0.0.tgz#da07684b5f0caf7c42ed013c2d0c04dbaf2960f4"
3181-
integrity sha512-kW3eipG2Vth6e0apYqmFs05IHhFklJJNokYNiNEO5AIjm7H29oTDybYNB2bMULUYcf7iX7Wf3GdRhfBORKcT1g==
3226+
eslint-plugin-flowtype@^4.5.2:
3227+
version "4.7.0"
3228+
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-4.7.0.tgz#903a6ea3eb5cbf4c7ba7fa73cc43fc39ab7e4a70"
3229+
integrity sha512-M+hxhSCk5QBEValO5/UqrS4UunT+MgplIJK5wA1sCtXjzBcZkpTGRwxmLHhGpbHcrmQecgt6ZL/KDdXWqGB7VA==
31823230
dependencies:
3183-
lodash "^4.17.21"
3184-
string-natural-compare "^3.0.1"
3231+
lodash "^4.17.15"
31853232

31863233
eslint-plugin-import@^2.25.3:
31873234
version "2.25.3"
@@ -3202,53 +3249,53 @@ eslint-plugin-import@^2.25.3:
32023249
resolve "^1.20.0"
32033250
tsconfig-paths "^3.11.0"
32043251

3205-
eslint-plugin-jest@^25.3.0:
3252+
eslint-plugin-jest@^25.0.5:
32063253
version "25.3.0"
32073254
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.3.0.tgz#6c04bbf13624a75684a05391a825b58e2e291950"
32083255
integrity sha512-79WQtuBsTN1S8Y9+7euBYwxIOia/k7ykkl9OCBHL3xuww5ecursHy/D8GCIlvzHVWv85gOkS5Kv6Sh7RxOgK1Q==
32093256
dependencies:
32103257
"@typescript-eslint/experimental-utils" "^5.0.0"
32113258

3212-
eslint-plugin-prettier@^4.0.0:
3213-
version "4.0.0"
3214-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.0.0.tgz#8b99d1e4b8b24a762472b4567992023619cb98e0"
3215-
integrity sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==
3259+
eslint-plugin-prettier@^3.1.3:
3260+
version "3.4.1"
3261+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.1.tgz#e9ddb200efb6f3d05ffe83b1665a716af4a387e5"
3262+
integrity sha512-htg25EUYUeIhKHXjOinK4BgCcDwtLHjqaxCDsMy5nbnUMkKFvIhMVCp+5GFUXQ4Nr8lBsPqtGAqBenbpFqAA2g==
32163263
dependencies:
32173264
prettier-linter-helpers "^1.0.0"
32183265

3219-
eslint-plugin-promise@^5.1.1:
3220-
version "5.1.1"
3221-
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-5.1.1.tgz#9674d11c056d1bafac38e4a3a9060be740988d90"
3222-
integrity sha512-XgdcdyNzHfmlQyweOPTxmc7pIsS6dE4MvwhXWMQ2Dxs1XAL2GJDilUsjWen6TWik0aSI+zD/PqocZBblcm9rdA==
3266+
eslint-plugin-promise@^4.2.1:
3267+
version "4.3.1"
3268+
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.3.1.tgz#61485df2a359e03149fdafc0a68b0e030ad2ac45"
3269+
integrity sha512-bY2sGqyptzFBDLh/GMbAxfdJC+b0f23ME63FOE4+Jao0oZ3E1LEwFtWJX/1pGMJLiTtrSSern2CRM/g+dfc0eQ==
32233270

3224-
eslint-plugin-react-hooks@^4.3.0:
3271+
eslint-plugin-react-hooks@^4.0.0:
32253272
version "4.3.0"
32263273
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.3.0.tgz#318dbf312e06fab1c835a4abef00121751ac1172"
32273274
integrity sha512-XslZy0LnMn+84NEG9jSGR6eGqaZB3133L8xewQo3fQagbQuGt7a63gf+P1NGKZavEYEC3UXaWEAA/AqDkuN6xA==
32283275

3229-
eslint-plugin-react-native-a11y@^3.0.0:
3230-
version "3.0.0"
3231-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-native-a11y/-/eslint-plugin-react-native-a11y-3.0.0.tgz#112a8eb077b1fa11bffefa8326c1052951884716"
3232-
integrity sha512-mgFnw2sBNiovCrMzgKn1if0ATP8rVDdjULQ1NgPuPkiXJWNkI/Ho3f2sLzBOHjvLMqT5Y3cqzpsms4uBgsPFgg==
3276+
eslint-plugin-react-native-a11y@^2.0.0:
3277+
version "2.0.4"
3278+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-native-a11y/-/eslint-plugin-react-native-a11y-2.0.4.tgz#34efcfb2539dbfb8648c09b8cf115b9c35c21c42"
3279+
integrity sha512-pTmvqNilRtgfeHZuCu0d5KzRUPQGMsCHSDHKw144IhlUEvX3ILmM74dELjOIqbokIhtg4tguHpHGupoAQphGxw==
32333280
dependencies:
3234-
"@babel/runtime" "^7.15.4"
3281+
"@babel/runtime" "^7.12.5"
32353282
ast-types-flow "^0.0.7"
3236-
jsx-ast-utils "^3.2.1"
3283+
jsx-ast-utils "^3.2.0"
32373284

32383285
eslint-plugin-react-native-globals@^0.1.1:
32393286
version "0.1.2"
32403287
resolved "https://registry.yarnpkg.com/eslint-plugin-react-native-globals/-/eslint-plugin-react-native-globals-0.1.2.tgz#ee1348bc2ceb912303ce6bdbd22e2f045ea86ea2"
32413288
integrity sha512-9aEPf1JEpiTjcFAmmyw8eiIXmcNZOqaZyHO77wgm0/dWfT/oxC1SrIq8ET38pMxHYrcB6Uew+TzUVsBeczF88g==
32423289

3243-
eslint-plugin-react-native@^3.11.0:
3290+
eslint-plugin-react-native@^3.8.1:
32443291
version "3.11.0"
32453292
resolved "https://registry.yarnpkg.com/eslint-plugin-react-native/-/eslint-plugin-react-native-3.11.0.tgz#c73b0886abb397867e5e6689d3a6a418682e6bac"
32463293
integrity sha512-7F3OTwrtQPfPFd+VygqKA2VZ0f2fz0M4gJmry/TRE18JBb94/OtMxwbL7Oqwu7FGyrdeIOWnXQbBAveMcSTZIA==
32473294
dependencies:
32483295
"@babel/traverse" "^7.7.4"
32493296
eslint-plugin-react-native-globals "^0.1.1"
32503297

3251-
eslint-plugin-react@^7.27.1:
3298+
eslint-plugin-react@^7.17.0:
32523299
version "7.27.1"
32533300
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.27.1.tgz#469202442506616f77a854d91babaae1ec174b45"
32543301
integrity sha512-meyunDjMMYeWr/4EBLTV1op3iSG3mjT/pz5gti38UzfM4OPpNc2m0t2xvKCOMU5D6FSdd34BIMFOvQbW+i8GAA==
@@ -3870,6 +3917,11 @@ get-package-type@^0.1.0:
38703917
resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
38713918
integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==
38723919

3920+
get-stdin@^6.0.0:
3921+
version "6.0.0"
3922+
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
3923+
integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==
3924+
38733925
get-stream@^4.0.0:
38743926
version "4.1.0"
38753927
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5"
@@ -3938,7 +3990,7 @@ globals@^12.1.0:
39383990
dependencies:
39393991
type-fest "^0.8.1"
39403992

3941-
globby@^11.0.4:
3993+
globby@^11.0.3, globby@^11.0.4:
39423994
version "11.0.4"
39433995
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
39443996
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
@@ -5189,7 +5241,7 @@ jsonify@~0.0.0:
51895241
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
51905242
integrity sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=
51915243

5192-
"jsx-ast-utils@^2.4.1 || ^3.0.0", jsx-ast-utils@^3.2.1:
5244+
"jsx-ast-utils@^2.4.1 || ^3.0.0", jsx-ast-utils@^3.2.0:
51935245
version "3.2.1"
51945246
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.2.1.tgz#720b97bfe7d901b927d87c3773637ae8ea48781b"
51955247
integrity sha512-uP5vu8xfy2F9A6LGC22KO7e2/vGTS1MhP+18f++ZNlf0Ohaxbc9nIEwHAsejlJKyzfZzU5UIhe5ItYkitcZnZA==
@@ -5299,7 +5351,7 @@ lodash.throttle@^4.1.1:
52995351
resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4"
53005352
integrity sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ=
53015353

5302-
lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.21, lodash@^4.3.0, lodash@^4.7.0:
5354+
lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.3.0, lodash@^4.7.0:
53035355
version "4.17.21"
53045356
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
53055357
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -6301,7 +6353,7 @@ prettier-linter-helpers@^1.0.0:
63016353
dependencies:
63026354
fast-diff "^1.1.2"
63036355

6304-
prettier@^2.4.1:
6356+
prettier@^2.0.4:
63056357
version "2.4.1"
63066358
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.4.1.tgz#671e11c89c14a4cfc876ce564106c4a6726c9f5c"
63076359
integrity sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA==
@@ -6536,11 +6588,6 @@ regexpp@^3.1.0:
65366588
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
65376589
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
65386590

6539-
regexpp@^3.2.0:
6540-
version "3.2.0"
6541-
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
6542-
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
6543-
65446591
regexpu-core@^4.7.0:
65456592
version "4.7.0"
65466593
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.7.0.tgz#fcbf458c50431b0bb7b45d6967b8192d91f3d938"
@@ -7090,11 +7137,6 @@ string-length@^4.0.1:
70907137
char-regex "^1.0.2"
70917138
strip-ansi "^6.0.0"
70927139

7093-
string-natural-compare@^3.0.1:
7094-
version "3.0.1"
7095-
resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
7096-
integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==
7097-
70987140
string-width@^1.0.1:
70997141
version "1.0.2"
71007142
resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3"

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2143,9 +2143,9 @@ to-regex-range@^5.0.1:
21432143
is-number "^7.0.0"
21442144

21452145
tsconfig-paths@^3.11.0:
2146-
version "3.11.0"
2147-
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz#954c1fe973da6339c78e06b03ce2e48810b65f36"
2148-
integrity sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA==
2146+
version "3.12.0"
2147+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.12.0.tgz#19769aca6ee8f6a1a341e38c8fa45dd9fb18899b"
2148+
integrity sha512-e5adrnOYT6zqVnWqZu7i/BQ3BnhzvGbjEjejFXO20lKIKpwTaupkCPgEfv4GZK1IBciJUEhYs3J3p75FdaTFVg==
21492149
dependencies:
21502150
"@types/json5" "^0.0.29"
21512151
json5 "^1.0.1"

0 commit comments

Comments
 (0)