Skip to content

Commit e89e5b0

Browse files
committed
Update dependency upgrades - non-major
1 parent 7bb4af2 commit e89e5b0

File tree

2 files changed

+99
-73
lines changed

2 files changed

+99
-73
lines changed

package.json

Lines changed: 3 additions & 3 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,7 +52,7 @@
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.1",
5656
"eslint-plugin-jest": "24.7.0",
5757
"eslint-plugin-jsx-a11y": "6.4.1",
5858
"eslint-plugin-react": "7.26.1",

yarn.lock

Lines changed: 96 additions & 70 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"
@@ -5683,24 +5729,22 @@ eslint-plugin-flowtype@^5.2.0:
56835729
lodash "^4.17.15"
56845730
string-natural-compare "^3.0.1"
56855731

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==
5732+
eslint-plugin-import@2.25.1:
5733+
version "2.25.1"
5734+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.1.tgz#b4b23bef08309f91303e528b13ecdffc42f8bb89"
5735+
integrity sha512-YiQtY+ehqQXb6dvdrFUVdl3hsTvl+g3aKoTLZFIy1j/mKxjrLcRISI2rA7dNmEReJdr5xzjLld6vJ8pC1bfCfw==
56905736
dependencies:
5691-
array-includes "^3.1.3"
5692-
array.prototype.flat "^1.2.4"
5737+
array-includes "^3.1.4"
5738+
array.prototype.flat "^1.2.5"
56935739
debug "^2.6.9"
56945740
doctrine "^2.1.0"
56955741
eslint-import-resolver-node "^0.3.6"
56965742
eslint-module-utils "^2.6.2"
5697-
find-up "^2.0.0"
56985743
has "^1.0.3"
5699-
is-core-module "^2.6.0"
5744+
is-core-module "^2.7.0"
5745+
is-glob "^4.0.3"
57005746
minimatch "^3.0.4"
5701-
object.values "^1.1.4"
5702-
pkg-up "^2.0.0"
5703-
read-pkg-up "^3.0.0"
5747+
object.values "^1.1.5"
57045748
resolve "^1.20.0"
57055749
tsconfig-paths "^3.11.0"
57065750

@@ -7373,10 +7417,10 @@ is-core-module@^2.0.0, is-core-module@^2.1.0, is-core-module@^2.2.0:
73737417
dependencies:
73747418
has "^1.0.3"
73757419

7376-
is-core-module@^2.6.0:
7377-
version "2.6.0"
7378-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.6.0.tgz#d7553b2526fe59b92ba3e40c8df757ec8a709e19"
7379-
integrity sha512-wShG8vs60jKfPWpF2KZRaAtvt3a20OAn7+IJ6hLPECpSABLcKtFKTTI4ZtH5QcBruBHlq+WsdHWyz0BCZW7svQ==
7420+
is-core-module@^2.7.0:
7421+
version "2.7.0"
7422+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.7.0.tgz#3c0ef7d31b4acfc574f80c58409d568a836848e3"
7423+
integrity sha512-ByY+tjCciCr+9nLryBYcSD50EOGWt95c7tIsKTG1J2ixKKXPvF7Ej3AVd+UfDydAJom3biBGDBALaO79ktwgEQ==
73807424
dependencies:
73817425
has "^1.0.3"
73827426

@@ -7473,6 +7517,13 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
74737517
dependencies:
74747518
is-extglob "^2.1.1"
74757519

7520+
is-glob@^4.0.3:
7521+
version "4.0.3"
7522+
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
7523+
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
7524+
dependencies:
7525+
is-extglob "^2.1.1"
7526+
74767527
is-module@^1.0.0:
74777528
version "1.0.0"
74787529
resolved "https://registry.yarnpkg.com/is-module/-/is-module-1.0.0.tgz#3258fb69f78c14d5b815d664336b4cffb6441591"
@@ -7589,6 +7640,11 @@ [email protected]:
75897640
resolved "https://registry.yarnpkg.com/is-root/-/is-root-2.1.0.tgz#809e18129cf1129644302a4f8544035d51984a9c"
75907641
integrity sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==
75917642

7643+
is-shared-array-buffer@^1.0.1:
7644+
version "1.0.1"
7645+
resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz#97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6"
7646+
integrity sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==
7647+
75927648
is-stream@^1.1.0:
75937649
version "1.1.0"
75947650
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
@@ -7630,6 +7686,13 @@ is-typedarray@^1.0.0, is-typedarray@~1.0.0:
76307686
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
76317687
integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=
76327688

7689+
is-weakref@^1.0.1:
7690+
version "1.0.1"
7691+
resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.1.tgz#842dba4ec17fa9ac9850df2d6efbc1737274f2a2"
7692+
integrity sha512-b2jKc2pQZjaeFYWEf7ScFj+Be1I+PXmlu572Q8coTXZ+LD/QQZ7ShPMst8h16riVgyXTQwUsFEl74mDvc/3MHQ==
7693+
dependencies:
7694+
call-bind "^1.0.0"
7695+
76337696
is-windows@^1.0.2:
76347697
version "1.0.2"
76357698
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
@@ -8393,16 +8456,6 @@ load-json-file@^2.0.0:
83938456
pify "^2.0.0"
83948457
strip-bom "^3.0.0"
83958458

8396-
load-json-file@^4.0.0:
8397-
version "4.0.0"
8398-
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b"
8399-
integrity sha1-L19Fq5HjMhYjT9U62rZo607AmTs=
8400-
dependencies:
8401-
graceful-fs "^4.1.2"
8402-
parse-json "^4.0.0"
8403-
pify "^3.0.0"
8404-
strip-bom "^3.0.0"
8405-
84068459
loader-runner@^2.4.0:
84078460
version "2.4.0"
84088461
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.4.0.tgz#ed47066bfe534d7e84c4c7b9998c2a75607d9357"
@@ -9248,6 +9301,15 @@ object.values@^1.1.4:
92489301
define-properties "^1.1.3"
92499302
es-abstract "^1.18.2"
92509303

9304+
object.values@^1.1.5:
9305+
version "1.1.5"
9306+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac"
9307+
integrity sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==
9308+
dependencies:
9309+
call-bind "^1.0.2"
9310+
define-properties "^1.1.3"
9311+
es-abstract "^1.19.1"
9312+
92519313
obuf@^1.0.0, obuf@^1.1.2:
92529314
version "1.1.2"
92539315
resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e"
@@ -9564,13 +9626,6 @@ path-type@^2.0.0:
95649626
dependencies:
95659627
pify "^2.0.0"
95669628

9567-
path-type@^3.0.0:
9568-
version "3.0.0"
9569-
resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
9570-
integrity sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==
9571-
dependencies:
9572-
pify "^3.0.0"
9573-
95749629
path-type@^4.0.0:
95759630
version "4.0.0"
95769631
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -9602,11 +9657,6 @@ pify@^2.0.0:
96029657
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
96039658
integrity sha1-7RQaasBDqEnqWISY59yosVMw6Qw=
96049659

9605-
pify@^3.0.0:
9606-
version "3.0.0"
9607-
resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
9608-
integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=
9609-
96109660
pify@^4.0.1:
96119661
version "4.0.1"
96129662
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
@@ -9659,13 +9709,6 @@ [email protected]:
96599709
dependencies:
96609710
find-up "^3.0.0"
96619711

9662-
pkg-up@^2.0.0:
9663-
version "2.0.0"
9664-
resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-2.0.0.tgz#c819ac728059a461cab1c3889a2be3c49a004d7f"
9665-
integrity sha1-yBmscoBZpGHKscOImivjxJoATX8=
9666-
dependencies:
9667-
find-up "^2.1.0"
9668-
96699712
pluralize@^8.0.0:
96709713
version "8.0.0"
96719714
resolved "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz#1a6fa16a38d12a1901e0320fa017051c539ce3b1"
@@ -10754,14 +10797,6 @@ read-pkg-up@^2.0.0:
1075410797
find-up "^2.0.0"
1075510798
read-pkg "^2.0.0"
1075610799

10757-
read-pkg-up@^3.0.0:
10758-
version "3.0.0"
10759-
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-3.0.0.tgz#3ed496685dba0f8fe118d0691dc51f4a1ff96f07"
10760-
integrity sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=
10761-
dependencies:
10762-
find-up "^2.0.0"
10763-
read-pkg "^3.0.0"
10764-
1076510800
read-pkg-up@^7.0.1:
1076610801
version "7.0.1"
1076710802
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz#f3a6135758459733ae2b95638056e1854e7ef507"
@@ -10780,15 +10815,6 @@ read-pkg@^2.0.0:
1078010815
normalize-package-data "^2.3.2"
1078110816
path-type "^2.0.0"
1078210817

10783-
read-pkg@^3.0.0:
10784-
version "3.0.0"
10785-
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389"
10786-
integrity sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=
10787-
dependencies:
10788-
load-json-file "^4.0.0"
10789-
normalize-package-data "^2.3.2"
10790-
path-type "^3.0.0"
10791-
1079210818
read-pkg@^5.2.0:
1079310819
version "5.2.0"
1079410820
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc"

0 commit comments

Comments
 (0)