Skip to content

Commit 995f5af

Browse files
chore(deps): update all non-major dependencies (#137)
Co-authored-by: Renovate Bot <[email protected]>
1 parent bc38fae commit 995f5af

File tree

2 files changed

+94
-94
lines changed

2 files changed

+94
-94
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,19 +59,19 @@
5959
"@react-bootstrap/babel-preset": "^1.2.0",
6060
"@react-bootstrap/eslint-config": "^1.3.2",
6161
"@react-bootstrap/eslint-config-typescript": "^2.0.0",
62-
"@typescript-eslint/eslint-plugin": "^4.1.1",
63-
"@typescript-eslint/parser": "^4.1.1",
62+
"@typescript-eslint/eslint-plugin": "^4.2.0",
63+
"@typescript-eslint/parser": "^4.2.0",
6464
"babel-eslint": "^10.1.0",
6565
"babel-loader": "^8.1.0",
6666
"cherry-pick": "^0.5.0",
67-
"eslint": "^7.9.0",
68-
"eslint-plugin-import": "^2.22.0",
67+
"eslint": "^7.10.0",
68+
"eslint-plugin-import": "^2.22.1",
6969
"eslint-plugin-jsx-a11y": "^6.3.1",
7070
"eslint-plugin-mocha": "^8.0.0",
71-
"eslint-plugin-react": "^7.20.6",
71+
"eslint-plugin-react": "^7.21.2",
7272
"expect.js": "^0.3.1",
7373
"jquery": "^3.5.1",
74-
"karma": "^5.2.2",
74+
"karma": "^5.2.3",
7575
"karma-chrome-launcher": "^3.1.0",
7676
"karma-firefox-launcher": "^1.3.0",
7777
"karma-html2js-preprocessor": "^1.1.0",
@@ -82,7 +82,7 @@
8282
"karma-webpack": "^4.0.2",
8383
"mocha": "^8.1.3",
8484
"rimraf": "^3.0.2",
85-
"rollup": "^2.27.1",
85+
"rollup": "^2.28.2",
8686
"rollup-plugin-size-snapshot": "^0.12.0",
8787
"rollup-plugin-typescript": "^1.0.1",
8888
"simulant": "^0.2.2",

yarn.lock

Lines changed: 87 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -1266,13 +1266,13 @@
12661266
dependencies:
12671267
"@types/yargs-parser" "*"
12681268

1269-
"@typescript-eslint/eslint-plugin@^4.1.1":
1270-
version "4.1.1"
1271-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.1.1.tgz#78d5b18e259b13c2f4ec41dd9105af269a161a75"
1272-
integrity sha512-Hoxyt99EA9LMmqo/5PuWWPeWeB3mKyvibfJ1Hy5SfiUpjE8Nqp+5QNd9fOkzL66+fqvIWSIE+Ett16LGMzCGnQ==
1269+
"@typescript-eslint/eslint-plugin@^4.2.0":
1270+
version "4.2.0"
1271+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.2.0.tgz#a3d5c11b377b7e18f3cd9c4e87d465fe9432669b"
1272+
integrity sha512-zBNRkzvLSwo6y5TG0DVcmshZIYBHKtmzD4N+LYnfTFpzc4bc79o8jNRSb728WV7A4Cegbs+MV5IRAj8BKBgOVQ==
12731273
dependencies:
1274-
"@typescript-eslint/experimental-utils" "4.1.1"
1275-
"@typescript-eslint/scope-manager" "4.1.1"
1274+
"@typescript-eslint/experimental-utils" "4.2.0"
1275+
"@typescript-eslint/scope-manager" "4.2.0"
12761276
debug "^4.1.1"
12771277
functional-red-black-tree "^1.0.1"
12781278
regexpp "^3.0.0"
@@ -1290,15 +1290,15 @@
12901290
eslint-scope "^5.0.0"
12911291
eslint-utils "^2.0.0"
12921292

1293-
"@typescript-eslint/experimental-utils@4.1.1":
1294-
version "4.1.1"
1295-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.1.1.tgz#52ff4e37c93113eb96385a4e6d075abece1ea72d"
1296-
integrity sha512-jzYsNciHoa4Z3c1URtmeT/bamYm8Dwfw6vuN3WHIE/BXb1iC4KveAnXDErTAZtPVxTYBaYn3n2gbt6F6D2rm1A==
1293+
"@typescript-eslint/experimental-utils@4.2.0":
1294+
version "4.2.0"
1295+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.2.0.tgz#3d0b5cd4aa61f5eb7aa1e873dea0db1410b062d2"
1296+
integrity sha512-5BBj6BjgHEndBaQQpUVzRIPERz03LBc0MCQkHwUaH044FJFL08SwWv/sQftk7gf0ShZ2xZysz0LTwCwNt4Xu3w==
12971297
dependencies:
12981298
"@types/json-schema" "^7.0.3"
1299-
"@typescript-eslint/scope-manager" "4.1.1"
1300-
"@typescript-eslint/types" "4.1.1"
1301-
"@typescript-eslint/typescript-estree" "4.1.1"
1299+
"@typescript-eslint/scope-manager" "4.2.0"
1300+
"@typescript-eslint/types" "4.2.0"
1301+
"@typescript-eslint/typescript-estree" "4.2.0"
13021302
eslint-scope "^5.0.0"
13031303
eslint-utils "^2.0.0"
13041304

@@ -1313,33 +1313,33 @@
13131313
"@typescript-eslint/typescript-estree" "3.10.1"
13141314
eslint-visitor-keys "^1.1.0"
13151315

1316-
"@typescript-eslint/parser@^4.1.1":
1317-
version "4.1.1"
1318-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.1.1.tgz#324b4b35e314075adbc92bd8330cf3ef0c88cf3e"
1319-
integrity sha512-NLIhmicpKGfJbdXyQBz9j48PA6hq6e+SDOoXy7Ak6bq1ebGqbgG+fR1UIDAuay6OjQdot69c/URu2uLlsP8GQQ==
1316+
"@typescript-eslint/parser@^4.2.0":
1317+
version "4.2.0"
1318+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.2.0.tgz#1879ef400abd73d972e20f14c3522e5b343d1d1b"
1319+
integrity sha512-54jJ6MwkOtowpE48C0QJF9iTz2/NZxfKVJzv1ha5imigzHbNSLN9yvbxFFH1KdlRPQrlR8qxqyOvLHHxd397VA==
13201320
dependencies:
1321-
"@typescript-eslint/scope-manager" "4.1.1"
1322-
"@typescript-eslint/types" "4.1.1"
1323-
"@typescript-eslint/typescript-estree" "4.1.1"
1321+
"@typescript-eslint/scope-manager" "4.2.0"
1322+
"@typescript-eslint/types" "4.2.0"
1323+
"@typescript-eslint/typescript-estree" "4.2.0"
13241324
debug "^4.1.1"
13251325

1326-
"@typescript-eslint/scope-manager@4.1.1":
1327-
version "4.1.1"
1328-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.1.1.tgz#bdb8526e82435f32b4ccd9dd4cec01af97b48850"
1329-
integrity sha512-0W8TTobCvIIQ2FsrYTffyZGAAFUyIbEHq5EYJb1m7Rpd005jrnOvKOo8ywCLhs/Bm17C+KsrUboBvBAARQVvyA==
1326+
"@typescript-eslint/scope-manager@4.2.0":
1327+
version "4.2.0"
1328+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.2.0.tgz#d10e6854a65e175b22a28265d372a97c8cce4bfc"
1329+
integrity sha512-Tb402cxxObSxWIVT+PnBp5ruT2V/36yj6gG4C9AjkgRlZpxrLAzWDk3neen6ToMBGeGdxtnfFLoJRUecGz9mYQ==
13301330
dependencies:
1331-
"@typescript-eslint/types" "4.1.1"
1332-
"@typescript-eslint/visitor-keys" "4.1.1"
1331+
"@typescript-eslint/types" "4.2.0"
1332+
"@typescript-eslint/visitor-keys" "4.2.0"
13331333

13341334
"@typescript-eslint/[email protected]":
13351335
version "3.10.1"
13361336
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
13371337
integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
13381338

1339-
"@typescript-eslint/types@4.1.1":
1340-
version "4.1.1"
1341-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.1.1.tgz#57500c4a86b28cb47094c1a62f1177ea279a09cb"
1342-
integrity sha512-zrBiqOKYerMTllKcn+BP+i1b7LW/EbMMYytroXMxUTvFPn1smkCu0D7lSAx29fTUO4jnwV0ljSvYQtn2vNrNxA==
1339+
"@typescript-eslint/types@4.2.0":
1340+
version "4.2.0"
1341+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.2.0.tgz#6f6b094329e72040f173123832397c7c0b910fc8"
1342+
integrity sha512-xkv5nIsxfI/Di9eVwN+G9reWl7Me9R5jpzmZUch58uQ7g0/hHVuGUbbn4NcxcM5y/R4wuJIIEPKPDb5l4Fdmwg==
13431343

13441344
"@typescript-eslint/[email protected]":
13451345
version "3.10.1"
@@ -1355,13 +1355,13 @@
13551355
semver "^7.3.2"
13561356
tsutils "^3.17.1"
13571357

1358-
"@typescript-eslint/typescript-estree@4.1.1":
1359-
version "4.1.1"
1360-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.1.1.tgz#2015a84d71303ecdb6f46efd807ac19a51aab490"
1361-
integrity sha512-2AUg5v0liVBsqbGxBphbJ0QbGqSRVaF5qPoTPWcxop+66vMdU1h4CCvHxTC47+Qb+Pr4l2RhXDd41JNpwcQEKw==
1358+
"@typescript-eslint/typescript-estree@4.2.0":
1359+
version "4.2.0"
1360+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.2.0.tgz#9d746240991c305bf225ad5e96cbf57e7fea0551"
1361+
integrity sha512-iWDLCB7z4MGkLipduF6EOotdHNtgxuNKnYD54nMS/oitFnsk4S3S/TE/UYXQTra550lHtlv9eGmp+dvN9pUDtA==
13621362
dependencies:
1363-
"@typescript-eslint/types" "4.1.1"
1364-
"@typescript-eslint/visitor-keys" "4.1.1"
1363+
"@typescript-eslint/types" "4.2.0"
1364+
"@typescript-eslint/visitor-keys" "4.2.0"
13651365
debug "^4.1.1"
13661366
globby "^11.0.1"
13671367
is-glob "^4.0.1"
@@ -1376,12 +1376,12 @@
13761376
dependencies:
13771377
eslint-visitor-keys "^1.1.0"
13781378

1379-
"@typescript-eslint/visitor-keys@4.1.1":
1380-
version "4.1.1"
1381-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.1.1.tgz#bb05664bf4bea28dc120d1da94f3027d42ab0f6f"
1382-
integrity sha512-/EOOXbA2ferGLG6RmCHEQ0lTTLkOlXYDgblCmQk3tIU7mTPLm4gKhFMeeUSe+bcchTUsKeCk8xcpbop5Zr/8Rw==
1379+
"@typescript-eslint/visitor-keys@4.2.0":
1380+
version "4.2.0"
1381+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.2.0.tgz#ae13838e3a260b63ae51021ecaf1d0cdea8dbba5"
1382+
integrity sha512-WIf4BNOlFOH2W+YqGWa6YKLcK/EB3gEj2apCrqLw6mme1RzBy0jtJ9ewJgnrZDB640zfnv8L+/gwGH5sYp/rGw==
13831383
dependencies:
1384-
"@typescript-eslint/types" "4.1.1"
1384+
"@typescript-eslint/types" "4.2.0"
13851385
eslint-visitor-keys "^2.0.0"
13861386

13871387
"@webassemblyjs/[email protected]":
@@ -3313,10 +3313,10 @@ eslint-config-prettier@^6.4.0:
33133313
dependencies:
33143314
get-stdin "^6.0.0"
33153315

3316-
eslint-import-resolver-node@^0.3.3:
3317-
version "0.3.3"
3318-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.3.tgz#dbaa52b6b2816b50bc6711af75422de808e98404"
3319-
integrity sha512-b8crLDo0M5RSe5YG8Pu2DYBj71tSB6OvXkfzwbJU2w7y8P4/yo0MyF8jU26IEuEuHF2K5/gcAJE3LhQGqBBbVg==
3316+
eslint-import-resolver-node@^0.3.4:
3317+
version "0.3.4"
3318+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz#85ffa81942c25012d8231096ddf679c03042c717"
3319+
integrity sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==
33203320
dependencies:
33213321
debug "^2.6.9"
33223322
resolve "^1.13.1"
@@ -3340,17 +3340,17 @@ eslint-module-utils@^2.6.0:
33403340
debug "^2.6.9"
33413341
pkg-dir "^2.0.0"
33423342

3343-
eslint-plugin-import@^2.22.0:
3344-
version "2.22.0"
3345-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.0.tgz#92f7736fe1fde3e2de77623c838dd992ff5ffb7e"
3346-
integrity sha512-66Fpf1Ln6aIS5Gr/55ts19eUuoDhAbZgnr6UxK5hbDx6l/QgQgx61AePq+BV4PP2uXQFClgMVzep5zZ94qqsxg==
3343+
eslint-plugin-import@^2.22.1:
3344+
version "2.22.1"
3345+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.1.tgz#0896c7e6a0cf44109a2d97b95903c2bb689d7702"
3346+
integrity sha512-8K7JjINHOpH64ozkAhpT3sd+FswIZTfMZTjdx052pnWrgRCVfp8op9tbjpAk3DdUeI/Ba4C8OjdC0r90erHEOw==
33473347
dependencies:
33483348
array-includes "^3.1.1"
33493349
array.prototype.flat "^1.2.3"
33503350
contains-path "^0.1.0"
33513351
debug "^2.6.9"
33523352
doctrine "1.5.0"
3353-
eslint-import-resolver-node "^0.3.3"
3353+
eslint-import-resolver-node "^0.3.4"
33543354
eslint-module-utils "^2.6.0"
33553355
has "^1.0.3"
33563356
minimatch "^3.0.4"
@@ -3389,10 +3389,10 @@ eslint-plugin-react-hooks@^2.1.2:
33893389
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-2.5.1.tgz#4ef5930592588ce171abeb26f400c7fbcbc23cd0"
33903390
integrity sha512-Y2c4b55R+6ZzwtTppKwSmK/Kar8AdLiC2f9NADCuxbcTgPPg41Gyqa6b9GppgXSvCtkRw43ZE86CT5sejKC6/g==
33913391

3392-
eslint-plugin-react@^7.20.6:
3393-
version "7.20.6"
3394-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.20.6.tgz#4d7845311a93c463493ccfa0a19c9c5d0fd69f60"
3395-
integrity sha512-kidMTE5HAEBSLu23CUDvj8dc3LdBU0ri1scwHBZjI41oDv4tjsWZKU7MQccFzH1QYPYhsnTF2ovh7JlcIcmxgg==
3392+
eslint-plugin-react@^7.21.2:
3393+
version "7.21.2"
3394+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.21.2.tgz#3bd5d2c4c36d5a0428d0d6dda301ac9a84d681b2"
3395+
integrity sha512-j3XKvrK3rpBzveKFbgAeGsWb9uz6iUOrR0jixRfjwdFeGSRsXvVTFtHDQYCjsd1/6Z/xvb8Vy3LiI5Reo7fDrg==
33963396
dependencies:
33973397
array-includes "^3.1.1"
33983398
array.prototype.flatmap "^1.2.3"
@@ -3414,12 +3414,12 @@ eslint-scope@^4.0.3:
34143414
esrecurse "^4.1.0"
34153415
estraverse "^4.1.1"
34163416

3417-
eslint-scope@^5.0.0, eslint-scope@^5.1.0:
3418-
version "5.1.0"
3419-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.0.tgz#d0f971dfe59c69e0cada684b23d49dbf82600ce5"
3420-
integrity sha512-iiGRvtxWqgtx5m8EyQUJihBloE4EnYeGE/bz1wSPwJE6tZuJUtHlhqDM4Xj2ukE8Dyy1+HCZ4hE0fzIVMzb58w==
3417+
eslint-scope@^5.0.0, eslint-scope@^5.1.1:
3418+
version "5.1.1"
3419+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
3420+
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
34213421
dependencies:
3422-
esrecurse "^4.1.0"
3422+
esrecurse "^4.3.0"
34233423
estraverse "^4.1.1"
34243424

34253425
eslint-utils@^2.0.0, eslint-utils@^2.1.0:
@@ -3439,10 +3439,10 @@ eslint-visitor-keys@^2.0.0:
34393439
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
34403440
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
34413441

3442-
eslint@^7.9.0:
3443-
version "7.9.0"
3444-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.9.0.tgz#522aeccc5c3a19017cf0cb46ebfd660a79acf337"
3445-
integrity sha512-V6QyhX21+uXp4T+3nrNfI3hQNBDa/P8ga7LoQOenwrlEFXrEnUEE+ok1dMtaS3b6rmLXhT1TkTIsG75HMLbknA==
3442+
eslint@^7.10.0:
3443+
version "7.10.0"
3444+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.10.0.tgz#494edb3e4750fb791133ca379e786a8f648c72b9"
3445+
integrity sha512-BDVffmqWl7JJXqCjAK6lWtcQThZB/aP1HXSH1JKwGwv0LQEdvpR7qzNrUT487RM39B5goWuboFad5ovMBmD8yA==
34463446
dependencies:
34473447
"@babel/code-frame" "^7.0.0"
34483448
"@eslint/eslintrc" "^0.1.3"
@@ -3452,7 +3452,7 @@ eslint@^7.9.0:
34523452
debug "^4.0.1"
34533453
doctrine "^3.0.0"
34543454
enquirer "^2.3.5"
3455-
eslint-scope "^5.1.0"
3455+
eslint-scope "^5.1.1"
34563456
eslint-utils "^2.1.0"
34573457
eslint-visitor-keys "^1.3.0"
34583458
espree "^7.3.0"
@@ -3503,22 +3503,22 @@ esquery@^1.2.0:
35033503
dependencies:
35043504
estraverse "^5.1.0"
35053505

3506-
esrecurse@^4.1.0:
3507-
version "4.2.1"
3508-
resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.2.1.tgz#007a3b9fdbc2b3bb87e4879ea19c92fdbd3942cf"
3509-
integrity sha512-64RBB++fIOAXPw3P9cy89qfMlvZEXZkqqJkjqqXIvzP5ezRZjW+lPWjw35UX/3EhUPFYbg5ER4JYgDw4007/DQ==
3506+
esrecurse@^4.1.0, esrecurse@^4.3.0:
3507+
version "4.3.0"
3508+
resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"
3509+
integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==
35103510
dependencies:
3511-
estraverse "^4.1.0"
3511+
estraverse "^5.2.0"
35123512

3513-
estraverse@^4.1.0, estraverse@^4.1.1:
3513+
estraverse@^4.1.1:
35143514
version "4.3.0"
35153515
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
35163516
integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
35173517

3518-
estraverse@^5.1.0:
3519-
version "5.1.0"
3520-
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.1.0.tgz#374309d39fd935ae500e7b92e8a6b4c720e59642"
3521-
integrity sha512-FyohXK+R0vE+y1nHLoBM7ZTyqRpqAlhdZHCWIWEviFLiGB8b04H6bQs8G+XTthacvT8VuwvteiP7RJSxMs8UEw==
3518+
estraverse@^5.1.0, estraverse@^5.2.0:
3519+
version "5.2.0"
3520+
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880"
3521+
integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==
35223522

35233523
estree-walker@^0.6.1:
35243524
version "0.6.1"
@@ -4877,10 +4877,10 @@ karma-webpack@^4.0.2:
48774877
source-map "^0.7.3"
48784878
webpack-dev-middleware "^3.7.0"
48794879

4880-
karma@^5.2.2:
4881-
version "5.2.2"
4882-
resolved "https://registry.yarnpkg.com/karma/-/karma-5.2.2.tgz#2e51d877635a8c3e4d07e83f1271ec2b1ab75cc0"
4883-
integrity sha512-rB3Ua5yDxmIupTj67r3Q8itz7TxJzRE6DmVcOfV20D509Uu9AoBKlVwbZhND4kcm6BqLfbHtv4DZC9QJfrUY+w==
4880+
karma@^5.2.3:
4881+
version "5.2.3"
4882+
resolved "https://registry.yarnpkg.com/karma/-/karma-5.2.3.tgz#3264024219bad2728e92542e0058a2492d7a46e4"
4883+
integrity sha512-tHdyFADhVVPBorIKCX8A37iLHxc6RBRphkSoQ+MLKdAtFn1k97tD8WUGi1KlEtDZKL3hui0qhsY9HXUfSNDYPQ==
48844884
dependencies:
48854885
body-parser "^1.19.0"
48864886
braces "^3.0.2"
@@ -4903,7 +4903,7 @@ karma@^5.2.2:
49034903
socket.io "^2.3.0"
49044904
source-map "^0.6.1"
49054905
tmp "0.2.1"
4906-
ua-parser-js "0.7.21"
4906+
ua-parser-js "0.7.22"
49074907
yargs "^15.3.1"
49084908

49094909
kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0:
@@ -6636,10 +6636,10 @@ rollup-pluginutils@^2.5.0:
66366636
dependencies:
66376637
estree-walker "^0.6.1"
66386638

6639-
rollup@^2.27.1:
6640-
version "2.27.1"
6641-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.27.1.tgz#372744e1d36eba0fd942d997600c2fc2ca266305"
6642-
integrity sha512-GiWHQvnmMgBktSpY/1+nrGpwPsTw4b9P28og2uedfeq4JZ16rzAmnQ5Pm/E0/BEmDNia1ZbY7+qu3nBgNa19Hg==
6639+
rollup@^2.28.2:
6640+
version "2.28.2"
6641+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.28.2.tgz#599ec4978144a82d8a8ec3d37670a8440cb04e4b"
6642+
integrity sha512-8txbsFBFLmm9Xdt4ByTOGa9Muonmc8MfNjnGAR8U8scJlF1ZW7AgNZa7aqBXaKtlvnYP/ab++fQIq9dB9NWUbg==
66436643
optionalDependencies:
66446644
fsevents "~2.1.2"
66456645

@@ -7532,10 +7532,10 @@ typescript@^4.0.3:
75327532
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.3.tgz#153bbd468ef07725c1df9c77e8b453f8d36abba5"
75337533
integrity sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==
75347534

7535-
7536-
version "0.7.21"
7537-
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.21.tgz#853cf9ce93f642f67174273cc34565ae6f308777"
7538-
integrity sha512-+O8/qh/Qj8CgC6eYBVBykMrNtp5Gebn4dlGD/kKXVkJNDwyrAwSIqwz8CDf+tsAIWVycKcku6gIXJ0qwx/ZXaQ==
7535+
7536+
version "0.7.22"
7537+
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.22.tgz#960df60a5f911ea8f1c818f3747b99c6e177eae3"
7538+
integrity sha512-YUxzMjJ5T71w6a8WWVcMGM6YWOTX27rCoIQgLXiWaxqXSx9D7DNjiGWn1aJIRSQ5qr0xuhra77bSIh6voR/46Q==
75397539

75407540
uglify-js@^3.1.4:
75417541
version "3.8.1"

0 commit comments

Comments
 (0)