Skip to content

Commit 9f77129

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update all non-major dependencies
1 parent cdfc3b1 commit 9f77129

File tree

2 files changed

+76
-68
lines changed

2 files changed

+76
-68
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,16 @@
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.4.1",
63-
"@typescript-eslint/parser": "^4.4.1",
62+
"@typescript-eslint/eslint-plugin": "^4.5.0",
63+
"@typescript-eslint/parser": "^4.5.0",
6464
"babel-eslint": "^10.1.0",
6565
"babel-loader": "^8.1.0",
6666
"cherry-pick": "^0.5.0",
67-
"eslint": "^7.11.0",
67+
"eslint": "^7.12.0",
6868
"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.21.4",
71+
"eslint-plugin-react": "^7.21.5",
7272
"expect.js": "^0.3.1",
7373
"jquery": "^3.5.1",
7474
"karma": "^5.2.3",
@@ -82,7 +82,7 @@
8282
"karma-webpack": "^4.0.2",
8383
"mocha": "^8.2.0",
8484
"rimraf": "^3.0.2",
85-
"rollup": "^2.32.0",
85+
"rollup": "^2.32.1",
8686
"rollup-plugin-size-snapshot": "^0.12.0",
8787
"rollup-plugin-typescript": "^1.0.1",
8888
"simulant": "^0.2.2",

yarn.lock

+71-63
Original file line numberDiff line numberDiff line change
@@ -1000,10 +1000,10 @@
10001000
lodash "^4.17.19"
10011001
to-fast-properties "^2.0.0"
10021002

1003-
"@eslint/eslintrc@^0.1.3":
1004-
version "0.1.3"
1005-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.1.3.tgz#7d1a2b2358552cc04834c0979bd4275362e37085"
1006-
integrity sha512-4YVwPkANLeNtRjMekzux1ci8hIaH5eGKktGqR0d3LWsKNn5B2X/1Z6Trxy7jQXl9EBGE6Yj02O+t09FMeRllaA==
1003+
"@eslint/eslintrc@^0.2.0":
1004+
version "0.2.0"
1005+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.0.tgz#bc7e3c4304d4c8720968ccaee793087dfb5fe6b4"
1006+
integrity sha512-+cIGPCBdLCzqxdtwppswP+zTsH9BOIGzAeKfBIbtb4gW/giMlfMwP0HUSFfhzh20f9u8uZ8hOp62+4GPquTbwQ==
10071007
dependencies:
10081008
ajv "^6.12.4"
10091009
debug "^4.1.1"
@@ -1274,13 +1274,13 @@
12741274
dependencies:
12751275
"@types/yargs-parser" "*"
12761276

1277-
"@typescript-eslint/eslint-plugin@^4.4.1":
1278-
version "4.4.1"
1279-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.4.1.tgz#b8acea0373bd2a388ac47df44652f00bf8b368f5"
1280-
integrity sha512-O+8Utz8pb4OmcA+Nfi5THQnQpHSD2sDUNw9AxNHpuYOo326HZTtG8gsfT+EAYuVrFNaLyNb2QnUNkmTRDskuRA==
1277+
"@typescript-eslint/eslint-plugin@^4.5.0":
1278+
version "4.5.0"
1279+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.5.0.tgz#4ff9c1d8535ae832e239f0ef6d7210592d9b0b07"
1280+
integrity sha512-mjb/gwNcmDKNt+6mb7Aj/TjKzIJjOPcoCJpjBQC9ZnTRnBt1p4q5dJSSmIqAtsZ/Pff5N+hJlbiPc5bl6QN4OQ==
12811281
dependencies:
1282-
"@typescript-eslint/experimental-utils" "4.4.1"
1283-
"@typescript-eslint/scope-manager" "4.4.1"
1282+
"@typescript-eslint/experimental-utils" "4.5.0"
1283+
"@typescript-eslint/scope-manager" "4.5.0"
12841284
debug "^4.1.1"
12851285
functional-red-black-tree "^1.0.1"
12861286
regexpp "^3.0.0"
@@ -1298,15 +1298,15 @@
12981298
eslint-scope "^5.0.0"
12991299
eslint-utils "^2.0.0"
13001300

1301-
"@typescript-eslint/experimental-utils@4.4.1":
1302-
version "4.4.1"
1303-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.4.1.tgz#40613b9757fa0170de3e0043254dbb077cafac0c"
1304-
integrity sha512-Nt4EVlb1mqExW9cWhpV6pd1a3DkUbX9DeyYsdoeziKOpIJ04S2KMVDO+SEidsXRH/XHDpbzXykKcMTLdTXH6cQ==
1301+
"@typescript-eslint/experimental-utils@4.5.0":
1302+
version "4.5.0"
1303+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.5.0.tgz#547fe1158609143ce60645383aa1d6f83ada28df"
1304+
integrity sha512-bW9IpSAKYvkqDGRZzayBXIgPsj2xmmVHLJ+flGSoN0fF98pGoKFhbunIol0VF2Crka7z984EEhFi623Rl7e6gg==
13051305
dependencies:
13061306
"@types/json-schema" "^7.0.3"
1307-
"@typescript-eslint/scope-manager" "4.4.1"
1308-
"@typescript-eslint/types" "4.4.1"
1309-
"@typescript-eslint/typescript-estree" "4.4.1"
1307+
"@typescript-eslint/scope-manager" "4.5.0"
1308+
"@typescript-eslint/types" "4.5.0"
1309+
"@typescript-eslint/typescript-estree" "4.5.0"
13101310
eslint-scope "^5.0.0"
13111311
eslint-utils "^2.0.0"
13121312

@@ -1321,33 +1321,33 @@
13211321
"@typescript-eslint/typescript-estree" "3.10.1"
13221322
eslint-visitor-keys "^1.1.0"
13231323

1324-
"@typescript-eslint/parser@^4.4.1":
1325-
version "4.4.1"
1326-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.4.1.tgz#25fde9c080611f303f2f33cedb145d2c59915b80"
1327-
integrity sha512-S0fuX5lDku28Au9REYUsV+hdJpW/rNW0gWlc4SXzF/kdrRaAVX9YCxKpziH7djeWT/HFAjLZcnY7NJD8xTeUEg==
1324+
"@typescript-eslint/parser@^4.5.0":
1325+
version "4.5.0"
1326+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.5.0.tgz#b2d659f25eec0041c7bc5660b91db1eefe8d7122"
1327+
integrity sha512-xb+gmyhQcnDWe+5+xxaQk5iCw6KqXd8VQxGiTeELTMoYeRjpocZYYRP1gFVM2C8Yl0SpUvLa1lhprwqZ00w3Iw==
13281328
dependencies:
1329-
"@typescript-eslint/scope-manager" "4.4.1"
1330-
"@typescript-eslint/types" "4.4.1"
1331-
"@typescript-eslint/typescript-estree" "4.4.1"
1329+
"@typescript-eslint/scope-manager" "4.5.0"
1330+
"@typescript-eslint/types" "4.5.0"
1331+
"@typescript-eslint/typescript-estree" "4.5.0"
13321332
debug "^4.1.1"
13331333

1334-
"@typescript-eslint/scope-manager@4.4.1":
1335-
version "4.4.1"
1336-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.4.1.tgz#d19447e60db2ce9c425898d62fa03b2cce8ea3f9"
1337-
integrity sha512-2oD/ZqD4Gj41UdFeWZxegH3cVEEH/Z6Bhr/XvwTtGv66737XkR4C9IqEkebCuqArqBJQSj4AgNHHiN1okzD/wQ==
1334+
"@typescript-eslint/scope-manager@4.5.0":
1335+
version "4.5.0"
1336+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.5.0.tgz#8dfd53c3256d4357e7d66c2fc8956835f4d239be"
1337+
integrity sha512-C0cEO0cTMPJ/w4RA/KVe4LFFkkSh9VHoFzKmyaaDWAnPYIEzVCtJ+Un8GZoJhcvq+mPFXEsXa01lcZDHDG6Www==
13381338
dependencies:
1339-
"@typescript-eslint/types" "4.4.1"
1340-
"@typescript-eslint/visitor-keys" "4.4.1"
1339+
"@typescript-eslint/types" "4.5.0"
1340+
"@typescript-eslint/visitor-keys" "4.5.0"
13411341

13421342
"@typescript-eslint/[email protected]":
13431343
version "3.10.1"
13441344
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
13451345
integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
13461346

1347-
"@typescript-eslint/types@4.4.1":
1348-
version "4.4.1"
1349-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.4.1.tgz#c507b35cf523bc7ba00aae5f75ee9b810cdabbc1"
1350-
integrity sha512-KNDfH2bCyax5db+KKIZT4rfA8rEk5N0EJ8P0T5AJjo5xrV26UAzaiqoJCxeaibqc0c/IvZxp7v2g3difn2Pn3w==
1347+
"@typescript-eslint/types@4.5.0":
1348+
version "4.5.0"
1349+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.5.0.tgz#98256e07bad1c8d15d0c9627ebec82fd971bb3c3"
1350+
integrity sha512-n2uQoXnyWNk0Les9MtF0gCK3JiWd987JQi97dMSxBOzVoLZXCNtxFckVqt1h8xuI1ix01t+iMY4h4rFMj/303g==
13511351

13521352
"@typescript-eslint/[email protected]":
13531353
version "3.10.1"
@@ -1363,13 +1363,13 @@
13631363
semver "^7.3.2"
13641364
tsutils "^3.17.1"
13651365

1366-
"@typescript-eslint/typescript-estree@4.4.1":
1367-
version "4.4.1"
1368-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.4.1.tgz#598f6de488106c2587d47ca2462c60f6e2797cb8"
1369-
integrity sha512-wP/V7ScKzgSdtcY1a0pZYBoCxrCstLrgRQ2O9MmCUZDtmgxCO/TCqOTGRVwpP4/2hVfqMz/Vw1ZYrG8cVxvN3g==
1366+
"@typescript-eslint/typescript-estree@4.5.0":
1367+
version "4.5.0"
1368+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.5.0.tgz#d50cf91ae3a89878401111031eb6fb6d03554f64"
1369+
integrity sha512-gN1mffq3zwRAjlYWzb5DanarOPdajQwx5MEWkWCk0XvqC8JpafDTeioDoow2L4CA/RkYZu7xEsGZRhqrTsAG8w==
13701370
dependencies:
1371-
"@typescript-eslint/types" "4.4.1"
1372-
"@typescript-eslint/visitor-keys" "4.4.1"
1371+
"@typescript-eslint/types" "4.5.0"
1372+
"@typescript-eslint/visitor-keys" "4.5.0"
13731373
debug "^4.1.1"
13741374
globby "^11.0.1"
13751375
is-glob "^4.0.1"
@@ -1384,12 +1384,12 @@
13841384
dependencies:
13851385
eslint-visitor-keys "^1.1.0"
13861386

1387-
"@typescript-eslint/visitor-keys@4.4.1":
1388-
version "4.4.1"
1389-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.4.1.tgz#1769dc7a9e2d7d2cfd3318b77ed8249187aed5c3"
1390-
integrity sha512-H2JMWhLaJNeaylSnMSQFEhT/S/FsJbebQALmoJxMPMxLtlVAMy2uJP/Z543n9IizhjRayLSqoInehCeNW9rWcw==
1387+
"@typescript-eslint/visitor-keys@4.5.0":
1388+
version "4.5.0"
1389+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.5.0.tgz#b59f26213ac597efe87f6b13cf2aabee70542af0"
1390+
integrity sha512-UHq4FSa55NDZqscRU//O5ROFhHa9Hqn9KWTEvJGTArtTQp5GKv9Zqf6d/Q3YXXcFv4woyBml7fJQlQ+OuqRcHA==
13911391
dependencies:
1392-
"@typescript-eslint/types" "4.4.1"
1392+
"@typescript-eslint/types" "4.5.0"
13931393
eslint-visitor-keys "^2.0.0"
13941394

13951395
@@ -3409,10 +3409,10 @@ eslint-plugin-react-hooks@^2.1.2:
34093409
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-2.5.1.tgz#4ef5930592588ce171abeb26f400c7fbcbc23cd0"
34103410
integrity sha512-Y2c4b55R+6ZzwtTppKwSmK/Kar8AdLiC2f9NADCuxbcTgPPg41Gyqa6b9GppgXSvCtkRw43ZE86CT5sejKC6/g==
34113411

3412-
eslint-plugin-react@^7.21.4:
3413-
version "7.21.4"
3414-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.21.4.tgz#31060b2e5ff82b12e24a3cc33edb7d12f904775c"
3415-
integrity sha512-uHeQ8A0hg0ltNDXFu3qSfFqTNPXm1XithH6/SY318UX76CMj7Q599qWpgmMhVQyvhq36pm7qvoN3pb6/3jsTFg==
3412+
eslint-plugin-react@^7.21.5:
3413+
version "7.21.5"
3414+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.21.5.tgz#50b21a412b9574bfe05b21db176e8b7b3b15bff3"
3415+
integrity sha512-8MaEggC2et0wSF6bUeywF7qQ46ER81irOdWS4QWxnnlAEsnzeBevk1sWh7fhpCghPpXb+8Ks7hvaft6L/xsR6g==
34163416
dependencies:
34173417
array-includes "^3.1.1"
34183418
array.prototype.flatmap "^1.2.3"
@@ -3423,7 +3423,7 @@ eslint-plugin-react@^7.21.4:
34233423
object.fromentries "^2.0.2"
34243424
object.values "^1.1.1"
34253425
prop-types "^15.7.2"
3426-
resolve "^1.17.0"
3426+
resolve "^1.18.1"
34273427
string.prototype.matchall "^4.0.2"
34283428

34293429
eslint-scope@^4.0.3:
@@ -3459,13 +3459,13 @@ eslint-visitor-keys@^2.0.0:
34593459
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
34603460
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
34613461

3462-
eslint@^7.11.0:
3463-
version "7.11.0"
3464-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.11.0.tgz#aaf2d23a0b5f1d652a08edacea0c19f7fadc0b3b"
3465-
integrity sha512-G9+qtYVCHaDi1ZuWzBsOWo2wSwd70TXnU6UHA3cTYHp7gCTXZcpggWFoUVAMRarg68qtPoNfFbzPh+VdOgmwmw==
3462+
eslint@^7.12.0:
3463+
version "7.12.0"
3464+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.12.0.tgz#7b6a85f87a9adc239e979bb721cde5ce0dc27da6"
3465+
integrity sha512-n5pEU27DRxCSlOhJ2rO57GDLcNsxO0LPpAbpFdh7xmcDmjmlGUfoyrsB3I7yYdQXO5N3gkSTiDrPSPNFiiirXA==
34663466
dependencies:
34673467
"@babel/code-frame" "^7.0.0"
3468-
"@eslint/eslintrc" "^0.1.3"
3468+
"@eslint/eslintrc" "^0.2.0"
34693469
ajv "^6.10.0"
34703470
chalk "^4.0.0"
34713471
cross-spawn "^7.0.2"
@@ -4458,6 +4458,13 @@ is-ci@^2.0.0:
44584458
dependencies:
44594459
ci-info "^2.0.0"
44604460

4461+
is-core-module@^2.0.0:
4462+
version "2.0.0"
4463+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.0.0.tgz#58531b70aed1db7c0e8d4eb1a0a2d1ddd64bd12d"
4464+
integrity sha512-jq1AH6C8MuteOoBPwkxHafmByhL9j5q4OaPGdbuD+ZtQJVzH+i6E3BJDQcBA09k57i2Hh2yQbEG8yObZ0jdlWw==
4465+
dependencies:
4466+
has "^1.0.3"
4467+
44614468
is-data-descriptor@^0.1.4:
44624469
version "0.1.4"
44634470
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -6539,11 +6546,12 @@ resolve-url@^0.2.1:
65396546
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
65406547
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
65416548

6542-
resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.3.2, resolve@^1.8.1:
6543-
version "1.17.0"
6544-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
6545-
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
6549+
resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.18.1, resolve@^1.3.2, resolve@^1.8.1:
6550+
version "1.18.1"
6551+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.18.1.tgz#018fcb2c5b207d2a6424aee361c5a266da8f4130"
6552+
integrity sha512-lDfCPaMKfOJXjy0dPayzPdF1phampNWr3qFCjAu+rw/qbQmr5jWH5xN2hwh9QKfw9E5v4hwV7A+jrCmL8yjjqA==
65466553
dependencies:
6554+
is-core-module "^2.0.0"
65476555
path-parse "^1.0.6"
65486556

65496557
restore-cursor@^2.0.0:
@@ -6636,10 +6644,10 @@ rollup-pluginutils@^2.5.0:
66366644
dependencies:
66376645
estree-walker "^0.6.1"
66386646

6639-
rollup@^2.32.0:
6640-
version "2.32.0"
6641-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.32.0.tgz#ac58c8e85782bea8aa2d440fc05aba345013582a"
6642-
integrity sha512-0FIG1jY88uhCP2yP4CfvtKEqPDRmsUwfY1kEOOM+DH/KOGATgaIFd/is1+fQOxsvh62ELzcFfKonwKWnHhrqmw==
6647+
rollup@^2.32.1:
6648+
version "2.32.1"
6649+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.32.1.tgz#625a92c54f5b4d28ada12d618641491d4dbb548c"
6650+
integrity sha512-Op2vWTpvK7t6/Qnm1TTh7VjEZZkN8RWgf0DHbkKzQBwNf748YhXbozHVefqpPp/Fuyk/PQPAnYsBxAEtlMvpUw==
66436651
optionalDependencies:
66446652
fsevents "~2.1.2"
66456653

0 commit comments

Comments
 (0)