Skip to content

Commit c2b0492

Browse files
Update dependency upgrades - non-major (#42)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 2f7e66d commit c2b0492

File tree

2 files changed

+110
-83
lines changed

2 files changed

+110
-83
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
},
3838
"devDependencies": {
3939
"@next/eslint-plugin-next": "11.1.2",
40-
"@types/node": "16.10.3",
41-
"@types/react": "17.0.27",
40+
"@types/node": "16.10.4",
41+
"@types/react": "17.0.29",
4242
"@types/react-dom": "17.0.9",
4343
"@types/testing-library__jest-dom": "5.14.1",
4444
"@types/testing-library__user-event": "4.2.0",
@@ -52,13 +52,13 @@
5252
"eslint-import-resolver-typescript": "2.5.0",
5353
"eslint-plugin-cypress": "2.12.1",
5454
"eslint-plugin-flowtype": "6.1.0",
55-
"eslint-plugin-import": "2.24.2",
55+
"eslint-plugin-import": "2.25.2",
5656
"eslint-plugin-jest": "25.0.5",
5757
"eslint-plugin-jsx-a11y": "6.4.1",
5858
"eslint-plugin-react": "7.26.1",
5959
"eslint-plugin-react-hooks": "4.2.0",
6060
"eslint-plugin-testing-library": "4.12.4",
6161
"eslint-plugin-unicorn": "37.0.1",
62-
"typescript": "4.4.3"
62+
"typescript": "4.4.4"
6363
}
6464
}

yarn.lock

Lines changed: 106 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -2593,10 +2593,10 @@
25932593
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.9.tgz#04afc9a25c6ff93da14deabd65dc44485b53c8d6"
25942594
integrity sha512-JsoLXFppG62tWTklIoO4knA+oDTYsmqWxHRvd4lpmfQRNhX6osheUOWETP2jMoV/2bEHuMra8Pp3Dmo/stBFcw==
25952595

2596-
"@types/[email protected].3":
2597-
version "16.10.3"
2598-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.10.3.tgz#7a8f2838603ea314d1d22bb3171d899e15c57bd5"
2599-
integrity sha512-ho3Ruq+fFnBrZhUYI46n/bV2GjwzSkwuT4dTf0GkuNFmnb8nq4ny2z9JEVemFi6bdEJanHLlYfy9c6FN9B9McQ==
2596+
"@types/[email protected].4":
2597+
version "16.10.4"
2598+
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.10.4.tgz#592f12b0b5f357533ddc3310b0176d42ea3e45d1"
2599+
integrity sha512-EITwVTX5B4nDjXjGeQAfXOrm+Jn+qNjDmyDRtWoD+wZsl/RDPRTFRKivs4Mt74iOFlLOrE5+Kf+p5yjyhm3+cA==
26002600

26012601
"@types/normalize-package-data@^2.4.0":
26022602
version "2.4.0"
@@ -2638,10 +2638,10 @@
26382638
"@types/prop-types" "*"
26392639
csstype "^3.0.2"
26402640

2641-
"@types/[email protected].27":
2642-
version "17.0.27"
2643-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.27.tgz#6498ed9b3ad117e818deb5525fa1946c09f2e0e6"
2644-
integrity sha512-zgiJwtsggVGtr53MndV7jfiUESTqrbxOcBvwfe6KS/9bzaVPCTDieTWnFNecVNx6EAaapg5xsLLWFfHHR437AA==
2641+
"@types/[email protected].29":
2642+
version "17.0.29"
2643+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.29.tgz#9535f3fc01a4981ce9cadcf0daa2593c0c2f2251"
2644+
integrity sha512-HSenIfBEBZ70BLrrVhtEtHpqaP79waauPtA8XKlczTxL3hXrW/ElGNLTpD1TmqkykgGlOAK55+D3SmUHEirpFw==
26452645
dependencies:
26462646
"@types/prop-types" "*"
26472647
"@types/scheduler" "*"
@@ -3369,6 +3369,17 @@ array-includes@^3.1.3:
33693369
get-intrinsic "^1.1.1"
33703370
is-string "^1.0.5"
33713371

3372+
array-includes@^3.1.4:
3373+
version "3.1.4"
3374+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.4.tgz#f5b493162c760f3539631f005ba2bb46acb45ba9"
3375+
integrity sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==
3376+
dependencies:
3377+
call-bind "^1.0.2"
3378+
define-properties "^1.1.3"
3379+
es-abstract "^1.19.1"
3380+
get-intrinsic "^1.1.1"
3381+
is-string "^1.0.7"
3382+
33723383
array-union@^1.0.1:
33733384
version "1.0.2"
33743385
resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
@@ -3391,7 +3402,7 @@ array-unique@^0.3.2:
33913402
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
33923403
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
33933404

3394-
array.prototype.flat@^1.2.3, array.prototype.flat@^1.2.4:
3405+
array.prototype.flat@^1.2.3:
33953406
version "1.2.4"
33963407
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz#6ef638b43312bd401b4c6199fdec7e2dc9e9a123"
33973408
integrity sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg==
@@ -3400,6 +3411,15 @@ array.prototype.flat@^1.2.3, array.prototype.flat@^1.2.4:
34003411
define-properties "^1.1.3"
34013412
es-abstract "^1.18.0-next.1"
34023413

3414+
array.prototype.flat@^1.2.5:
3415+
version "1.2.5"
3416+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.5.tgz#07e0975d84bbc7c48cd1879d609e682598d33e13"
3417+
integrity sha512-KaYU+S+ndVqyUnignHftkwc58o3uVU1jzczILJ1tN2YaIZpFIKBiP/x/j97E5MVPsaCloPbqWLB/8qCTVvT2qg==
3418+
dependencies:
3419+
call-bind "^1.0.2"
3420+
define-properties "^1.1.3"
3421+
es-abstract "^1.19.0"
3422+
34033423
array.prototype.flatmap@^1.2.4:
34043424
version "1.2.4"
34053425
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.4.tgz#94cfd47cc1556ec0747d97f7c7738c58122004c9"
@@ -5538,6 +5558,32 @@ es-abstract@^1.18.2:
55385558
string.prototype.trimstart "^1.0.4"
55395559
unbox-primitive "^1.0.1"
55405560

5561+
es-abstract@^1.19.0, es-abstract@^1.19.1:
5562+
version "1.19.1"
5563+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.1.tgz#d4885796876916959de78edaa0df456627115ec3"
5564+
integrity sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==
5565+
dependencies:
5566+
call-bind "^1.0.2"
5567+
es-to-primitive "^1.2.1"
5568+
function-bind "^1.1.1"
5569+
get-intrinsic "^1.1.1"
5570+
get-symbol-description "^1.0.0"
5571+
has "^1.0.3"
5572+
has-symbols "^1.0.2"
5573+
internal-slot "^1.0.3"
5574+
is-callable "^1.2.4"
5575+
is-negative-zero "^2.0.1"
5576+
is-regex "^1.1.4"
5577+
is-shared-array-buffer "^1.0.1"
5578+
is-string "^1.0.7"
5579+
is-weakref "^1.0.1"
5580+
object-inspect "^1.11.0"
5581+
object-keys "^1.1.1"
5582+
object.assign "^4.1.2"
5583+
string.prototype.trimend "^1.0.4"
5584+
string.prototype.trimstart "^1.0.4"
5585+
unbox-primitive "^1.0.1"
5586+
55415587
es-to-primitive@^1.2.1:
55425588
version "1.2.1"
55435589
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -5652,12 +5698,13 @@ eslint-module-utils@^2.6.0:
56525698
debug "^2.6.9"
56535699
pkg-dir "^2.0.0"
56545700

5655-
eslint-module-utils@^2.6.2:
5656-
version "2.6.2"
5657-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.2.tgz#94e5540dd15fe1522e8ffa3ec8db3b7fa7e7a534"
5658-
integrity sha512-QG8pcgThYOuqxupd06oYTZoNOGaUdTY1PqK+oS6ElF6vs4pBdk/aYxFVQQXzcrAqp9m7cl7lb2ubazX+g16k2Q==
5701+
eslint-module-utils@^2.7.0:
5702+
version "2.7.0"
5703+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.0.tgz#9e97c12688113401259b39d960e6a1f09f966435"
5704+
integrity sha512-hqSE88MmHl3ru9SYvDyGrlo0JwROlf9fiEMplEV7j/EAuq9iSlIlyCFbBT6pdULQBSnBYtYKiMLps+hKkyP7Gg==
56595705
dependencies:
56605706
debug "^3.2.7"
5707+
find-up "^2.1.0"
56615708
pkg-dir "^2.0.0"
56625709

56635710
@@ -5683,24 +5730,22 @@ eslint-plugin-flowtype@^5.2.0:
56835730
lodash "^4.17.15"
56845731
string-natural-compare "^3.0.1"
56855732

5686-
eslint-plugin-import@2.24.2:
5687-
version "2.24.2"
5688-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.24.2.tgz#2c8cd2e341f3885918ee27d18479910ade7bb4da"
5689-
integrity sha512-hNVtyhiEtZmpsabL4neEj+6M5DCLgpYyG9nzJY8lZQeQXEn5UPW1DpUdsMHMXsq98dbNm7nt1w9ZMSVpfJdi8Q==
5733+
eslint-plugin-import@2.25.2:
5734+
version "2.25.2"
5735+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.2.tgz#b3b9160efddb702fc1636659e71ba1d10adbe9e9"
5736+
integrity sha512-qCwQr9TYfoBHOFcVGKY9C9unq05uOxxdklmBXLVvcwo68y5Hta6/GzCZEMx2zQiu0woKNEER0LE7ZgaOfBU14g==
56905737
dependencies:
5691-
array-includes "^3.1.3"
5692-
array.prototype.flat "^1.2.4"
5738+
array-includes "^3.1.4"
5739+
array.prototype.flat "^1.2.5"
56935740
debug "^2.6.9"
56945741
doctrine "^2.1.0"
56955742
eslint-import-resolver-node "^0.3.6"
5696-
eslint-module-utils "^2.6.2"
5697-
find-up "^2.0.0"
5743+
eslint-module-utils "^2.7.0"
56985744
has "^1.0.3"
5699-
is-core-module "^2.6.0"
5745+
is-core-module "^2.7.0"
5746+
is-glob "^4.0.3"
57005747
minimatch "^3.0.4"
5701-
object.values "^1.1.4"
5702-
pkg-up "^2.0.0"
5703-
read-pkg-up "^3.0.0"
5748+
object.values "^1.1.5"
57045749
resolve "^1.20.0"
57055750
tsconfig-paths "^3.11.0"
57065751

@@ -7381,10 +7426,10 @@ is-core-module@^2.0.0, is-core-module@^2.1.0, is-core-module@^2.2.0:
73817426
dependencies:
73827427
has "^1.0.3"
73837428

7384-
is-core-module@^2.6.0:
7385-
version "2.6.0"
7386-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.6.0.tgz#d7553b2526fe59b92ba3e40c8df757ec8a709e19"
7387-
integrity sha512-wShG8vs60jKfPWpF2KZRaAtvt3a20OAn7+IJ6hLPECpSABLcKtFKTTI4ZtH5QcBruBHlq+WsdHWyz0BCZW7svQ==
7429+
is-core-module@^2.7.0:
7430+
version "2.7.0"
7431+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.7.0.tgz#3c0ef7d31b4acfc574f80c58409d568a836848e3"
7432+
integrity sha512-ByY+tjCciCr+9nLryBYcSD50EOGWt95c7tIsKTG1J2ixKKXPvF7Ej3AVd+UfDydAJom3biBGDBALaO79ktwgEQ==
73887433
dependencies:
73897434
has "^1.0.3"
73907435

@@ -7481,6 +7526,13 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
74817526
dependencies:
74827527
is-extglob "^2.1.1"
74837528

7529+
is-glob@^4.0.3:
7530+
version "4.0.3"
7531+
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
7532+
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
7533+
dependencies:
7534+
is-extglob "^2.1.1"
7535+
74847536
is-module@^1.0.0:
74857537
version "1.0.0"
74867538
resolved "https://registry.yarnpkg.com/is-module/-/is-module-1.0.0.tgz#3258fb69f78c14d5b815d664336b4cffb6441591"
@@ -7597,6 +7649,11 @@ [email protected]:
75977649
resolved "https://registry.yarnpkg.com/is-root/-/is-root-2.1.0.tgz#809e18129cf1129644302a4f8544035d51984a9c"
75987650
integrity sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==
75997651

7652+
is-shared-array-buffer@^1.0.1:
7653+
version "1.0.1"
7654+
resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz#97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6"
7655+
integrity sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==
7656+
76007657
is-stream@^1.1.0:
76017658
version "1.1.0"
76027659
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
@@ -7638,6 +7695,13 @@ is-typedarray@^1.0.0, is-typedarray@~1.0.0:
76387695
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
76397696
integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=
76407697

7698+
is-weakref@^1.0.1:
7699+
version "1.0.1"
7700+
resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.1.tgz#842dba4ec17fa9ac9850df2d6efbc1737274f2a2"
7701+
integrity sha512-b2jKc2pQZjaeFYWEf7ScFj+Be1I+PXmlu572Q8coTXZ+LD/QQZ7ShPMst8h16riVgyXTQwUsFEl74mDvc/3MHQ==
7702+
dependencies:
7703+
call-bind "^1.0.0"
7704+
76417705
is-windows@^1.0.2:
76427706
version "1.0.2"
76437707
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
@@ -8401,16 +8465,6 @@ load-json-file@^2.0.0:
84018465
pify "^2.0.0"
84028466
strip-bom "^3.0.0"
84038467

8404-
load-json-file@^4.0.0:
8405-
version "4.0.0"
8406-
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b"
8407-
integrity sha1-L19Fq5HjMhYjT9U62rZo607AmTs=
8408-
dependencies:
8409-
graceful-fs "^4.1.2"
8410-
parse-json "^4.0.0"
8411-
pify "^3.0.0"
8412-
strip-bom "^3.0.0"
8413-
84148468
loader-runner@^2.4.0:
84158469
version "2.4.0"
84168470
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.4.0.tgz#ed47066bfe534d7e84c4c7b9998c2a75607d9357"
@@ -9256,6 +9310,15 @@ object.values@^1.1.4:
92569310
define-properties "^1.1.3"
92579311
es-abstract "^1.18.2"
92589312

9313+
object.values@^1.1.5:
9314+
version "1.1.5"
9315+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac"
9316+
integrity sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==
9317+
dependencies:
9318+
call-bind "^1.0.2"
9319+
define-properties "^1.1.3"
9320+
es-abstract "^1.19.1"
9321+
92599322
obuf@^1.0.0, obuf@^1.1.2:
92609323
version "1.1.2"
92619324
resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e"
@@ -9572,13 +9635,6 @@ path-type@^2.0.0:
95729635
dependencies:
95739636
pify "^2.0.0"
95749637

9575-
path-type@^3.0.0:
9576-
version "3.0.0"
9577-
resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
9578-
integrity sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==
9579-
dependencies:
9580-
pify "^3.0.0"
9581-
95829638
path-type@^4.0.0:
95839639
version "4.0.0"
95849640
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -9610,11 +9666,6 @@ pify@^2.0.0:
96109666
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
96119667
integrity sha1-7RQaasBDqEnqWISY59yosVMw6Qw=
96129668

9613-
pify@^3.0.0:
9614-
version "3.0.0"
9615-
resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
9616-
integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=
9617-
96189669
pify@^4.0.1:
96199670
version "4.0.1"
96209671
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
@@ -9667,13 +9718,6 @@ [email protected]:
96679718
dependencies:
96689719
find-up "^3.0.0"
96699720

9670-
pkg-up@^2.0.0:
9671-
version "2.0.0"
9672-
resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-2.0.0.tgz#c819ac728059a461cab1c3889a2be3c49a004d7f"
9673-
integrity sha1-yBmscoBZpGHKscOImivjxJoATX8=
9674-
dependencies:
9675-
find-up "^2.1.0"
9676-
96779721
pluralize@^8.0.0:
96789722
version "8.0.0"
96799723
resolved "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz#1a6fa16a38d12a1901e0320fa017051c539ce3b1"
@@ -10762,14 +10806,6 @@ read-pkg-up@^2.0.0:
1076210806
find-up "^2.0.0"
1076310807
read-pkg "^2.0.0"
1076410808

10765-
read-pkg-up@^3.0.0:
10766-
version "3.0.0"
10767-
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-3.0.0.tgz#3ed496685dba0f8fe118d0691dc51f4a1ff96f07"
10768-
integrity sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=
10769-
dependencies:
10770-
find-up "^2.0.0"
10771-
read-pkg "^3.0.0"
10772-
1077310809
read-pkg-up@^7.0.1:
1077410810
version "7.0.1"
1077510811
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz#f3a6135758459733ae2b95638056e1854e7ef507"
@@ -10788,15 +10824,6 @@ read-pkg@^2.0.0:
1078810824
normalize-package-data "^2.3.2"
1078910825
path-type "^2.0.0"
1079010826

10791-
read-pkg@^3.0.0:
10792-
version "3.0.0"
10793-
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389"
10794-
integrity sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=
10795-
dependencies:
10796-
load-json-file "^4.0.0"
10797-
normalize-package-data "^2.3.2"
10798-
path-type "^3.0.0"
10799-
1080010827
read-pkg@^5.2.0:
1080110828
version "5.2.0"
1080210829
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc"
@@ -12464,10 +12491,10 @@ typedarray@^0.0.6:
1246412491
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1246512492
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1246612493

12467-
12468-
version "4.4.3"
12469-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.3.tgz#bdc5407caa2b109efd4f82fe130656f977a29324"
12470-
integrity sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==
12494+
12495+
version "4.4.4"
12496+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
12497+
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
1247112498

1247212499
unbox-primitive@^1.0.0, unbox-primitive@^1.0.1:
1247312500
version "1.0.1"

0 commit comments

Comments
 (0)