Skip to content

Commit 76eaf7d

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update all non-major dependencies
1 parent 253f8fa commit 76eaf7d

File tree

2 files changed

+59
-59
lines changed

2 files changed

+59
-59
lines changed

package.json

Lines changed: 5 additions & 5 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.0.1",
63-
"@typescript-eslint/parser": "^4.0.1",
62+
"@typescript-eslint/eslint-plugin": "^4.1.0",
63+
"@typescript-eslint/parser": "^4.1.0",
6464
"babel-eslint": "^10.1.0",
6565
"babel-loader": "^8.1.0",
6666
"cherry-pick": "^0.5.0",
67-
"eslint": "^7.8.1",
67+
"eslint": "^7.9.0",
6868
"eslint-plugin-import": "^2.22.0",
6969
"eslint-plugin-jsx-a11y": "^6.3.1",
7070
"eslint-plugin-mocha": "^8.0.0",
7171
"eslint-plugin-react": "^7.20.6",
7272
"expect.js": "^0.3.1",
7373
"jquery": "^3.5.1",
74-
"karma": "^5.2.1",
74+
"karma": "^5.2.2",
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.26.10",
85+
"rollup": "^2.26.11",
8686
"rollup-plugin-size-snapshot": "^0.12.0",
8787
"rollup-plugin-typescript": "^1.0.1",
8888
"simulant": "^0.2.2",

yarn.lock

Lines changed: 54 additions & 54 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.0.1":
1270-
version "4.0.1"
1271-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.0.1.tgz#88bde9239e29d688315718552cf80a3490491017"
1272-
integrity sha512-pQZtXupCn11O4AwpYVUX4PDFfmIJl90ZgrEBg0CEcqlwvPiG0uY81fimr1oMFblZnpKAq6prrT9a59pj1x58rw==
1269+
"@typescript-eslint/eslint-plugin@^4.1.0":
1270+
version "4.1.0"
1271+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.1.0.tgz#7d309f60815ff35e9627ad85e41928d7b7fd443f"
1272+
integrity sha512-U+nRJx8XDUqJxYF0FCXbpmD9nWt/xHDDG0zsw1vrVYAmEAuD/r49iowfurjSL2uTA2JsgtpsyG7mjO7PHf2dYw==
12731273
dependencies:
1274-
"@typescript-eslint/experimental-utils" "4.0.1"
1275-
"@typescript-eslint/scope-manager" "4.0.1"
1274+
"@typescript-eslint/experimental-utils" "4.1.0"
1275+
"@typescript-eslint/scope-manager" "4.1.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.0.1":
1294-
version "4.0.1"
1295-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.0.1.tgz#7d9a3ab6821ad5274dad2186c1aa0d93afd696eb"
1296-
integrity sha512-gAqOjLiHoED79iYTt3F4uSHrYmg/GPz/zGezdB0jAdr6S6gwNiR/j7cTZ8nREKVzMVKLd9G3xbg1sV9GClW3sw==
1293+
"@typescript-eslint/experimental-utils@4.1.0":
1294+
version "4.1.0"
1295+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.1.0.tgz#263d7225645c09a411c8735eeffd417f50f49026"
1296+
integrity sha512-paEYLA37iqRIDPeQwAmoYSiZ3PiHsaAc3igFeBTeqRHgPnHjHLJ9OGdmP6nwAkF65p2QzEsEBtpjNUBWByNWzA==
12971297
dependencies:
12981298
"@types/json-schema" "^7.0.3"
1299-
"@typescript-eslint/scope-manager" "4.0.1"
1300-
"@typescript-eslint/types" "4.0.1"
1301-
"@typescript-eslint/typescript-estree" "4.0.1"
1299+
"@typescript-eslint/scope-manager" "4.1.0"
1300+
"@typescript-eslint/types" "4.1.0"
1301+
"@typescript-eslint/typescript-estree" "4.1.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.0.1":
1317-
version "4.0.1"
1318-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.0.1.tgz#73772080db7a7a4534a35d719e006f503e664dc3"
1319-
integrity sha512-1+qLmXHNAWSQ7RB6fdSQszAiA7JTwzakj5cNYjBTUmpH2cqilxMZEIV+DRKjVZs8NzP3ALmKexB0w/ExjcK9Iw==
1316+
"@typescript-eslint/parser@^4.1.0":
1317+
version "4.1.0"
1318+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.1.0.tgz#9b0409411725f14cd7faa81a664e5051225961db"
1319+
integrity sha512-hM/WNCQTzDHgS0Ke3cR9zPndL3OTKr9OoN9CL3UqulsAjYDrglSwIIgswSmHBcSbOzLmgaMARwrQEbIumIglvQ==
13201320
dependencies:
1321-
"@typescript-eslint/scope-manager" "4.0.1"
1322-
"@typescript-eslint/types" "4.0.1"
1323-
"@typescript-eslint/typescript-estree" "4.0.1"
1321+
"@typescript-eslint/scope-manager" "4.1.0"
1322+
"@typescript-eslint/types" "4.1.0"
1323+
"@typescript-eslint/typescript-estree" "4.1.0"
13241324
debug "^4.1.1"
13251325

1326-
"@typescript-eslint/scope-manager@4.0.1":
1327-
version "4.0.1"
1328-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.0.1.tgz#24d93c3000bdfcc5a157dc4d32b742405a8631b5"
1329-
integrity sha512-u3YEXVJ8jsj7QCJk3om0Y457fy2euEOkkzxIB/LKU3MdyI+FJ2gI0M4aKEaXzwCSfNDiZ13a3lDo5DVozc+XLQ==
1326+
"@typescript-eslint/scope-manager@4.1.0":
1327+
version "4.1.0"
1328+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.1.0.tgz#9e389745ee9cfe12252ed1e9958808abd6b3a683"
1329+
integrity sha512-HD1/u8vFNnxwiHqlWKC/Pigdn0Mvxi84Y6GzbZ5f5sbLrFKu0al02573Er+D63Sw67IffVUXR0uR8rpdfdk+vA==
13301330
dependencies:
1331-
"@typescript-eslint/types" "4.0.1"
1332-
"@typescript-eslint/visitor-keys" "4.0.1"
1331+
"@typescript-eslint/types" "4.1.0"
1332+
"@typescript-eslint/visitor-keys" "4.1.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.0.1":
1340-
version "4.0.1"
1341-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.0.1.tgz#1cf72582f764931f085cb8230ff215980fe467b2"
1342-
integrity sha512-S+gD3fgbkZYW2rnbjugNMqibm9HpEjqZBZkTiI3PwbbNGWmAcxolWIUwZ0SKeG4Dy2ktpKKaI/6+HGYVH8Qrlg==
1339+
"@typescript-eslint/types@4.1.0":
1340+
version "4.1.0"
1341+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.1.0.tgz#edbd3fec346f34e13ce7aa176b03b497a32c496a"
1342+
integrity sha512-rkBqWsO7m01XckP9R2YHVN8mySOKKY2cophGM8K5uDK89ArCgahItQYdbg/3n8xMxzu2elss+an1TphlUpDuJw==
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.0.1":
1359-
version "4.0.1"
1360-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.0.1.tgz#29a43c7060641ec51c902d9f50ac7c5866ec479f"
1361-
integrity sha512-zGzleORFXrRWRJAMLTB2iJD1IZbCPkg4hsI8mGdpYlKaqzvKYSEWVAYh14eauaR+qIoZVWrXgYSXqLtTlxotiw==
1358+
"@typescript-eslint/typescript-estree@4.1.0":
1359+
version "4.1.0"
1360+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.1.0.tgz#394046ead25164494218c0e3d6b960695ea967f6"
1361+
integrity sha512-r6et57qqKAWU173nWyw31x7OfgmKfMEcjJl9vlJEzS+kf9uKNRr4AVTRXfTCwebr7bdiVEkfRY5xGnpPaNPe4Q==
13621362
dependencies:
1363-
"@typescript-eslint/types" "4.0.1"
1364-
"@typescript-eslint/visitor-keys" "4.0.1"
1363+
"@typescript-eslint/types" "4.1.0"
1364+
"@typescript-eslint/visitor-keys" "4.1.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.0.1":
1380-
version "4.0.1"
1381-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.0.1.tgz#d4e8de62775f2a6db71c7e8539633680039fdd6c"
1382-
integrity sha512-yBSqd6FjnTzbg5RUy9J+9kJEyQjTI34JdGMJz+9ttlJzLCnGkBikxw+N5n2VDcc3CesbIEJ0MnZc5uRYnrEnCw==
1379+
"@typescript-eslint/visitor-keys@4.1.0":
1380+
version "4.1.0"
1381+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.1.0.tgz#b2d528c9484e7eda1aa4f86ccf0432fb16e4d545"
1382+
integrity sha512-+taO0IZGCtCEsuNTTF2Q/5o8+fHrlml8i9YsZt2AiDCdYEJzYlsmRY991l/6f3jNXFyAWepdQj7n8Na6URiDRQ==
13831383
dependencies:
1384-
"@typescript-eslint/types" "4.0.1"
1384+
"@typescript-eslint/types" "4.1.0"
13851385
eslint-visitor-keys "^2.0.0"
13861386

13871387
"@webassemblyjs/[email protected]":
@@ -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.8.1:
3443-
version "7.8.1"
3444-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.8.1.tgz#e59de3573fb6a5be8ff526c791571646d124a8fa"
3445-
integrity sha512-/2rX2pfhyUG0y+A123d0ccXtMm7DV7sH1m3lk9nk2DZ2LReq39FXHueR9xZwshE5MdfSf0xunSaMWRqyIA6M1w==
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==
34463446
dependencies:
34473447
"@babel/code-frame" "^7.0.0"
34483448
"@eslint/eslintrc" "^0.1.3"
@@ -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.1:
4881-
version "5.2.1"
4882-
resolved "https://registry.yarnpkg.com/karma/-/karma-5.2.1.tgz#c9f50c2e04fc249b598a422deb666e6673406d64"
4883-
integrity sha512-+/AO2fWL7kC3aWTx/lHjtKXfOqh0O+KLtTy4BLQ/b/eciHR4VTHHdPhdrn9sDBQskgDieaBZ+sAKzlldc4GW/Q==
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==
48844884
dependencies:
48854885
body-parser "^1.19.0"
48864886
braces "^3.0.2"
@@ -4901,7 +4901,7 @@ karma@^5.2.1:
49014901
range-parser "^1.2.1"
49024902
rimraf "^3.0.2"
49034903
socket.io "^2.3.0"
4904-
source-map "^0.7.3"
4904+
source-map "^0.6.1"
49054905
tmp "0.2.1"
49064906
ua-parser-js "0.7.21"
49074907
yargs "^15.3.1"
@@ -6636,10 +6636,10 @@ rollup-pluginutils@^2.5.0:
66366636
dependencies:
66376637
estree-walker "^0.6.1"
66386638

6639-
rollup@^2.26.10:
6640-
version "2.26.10"
6641-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.26.10.tgz#0ffe0390d35f07af850382f22f1b8525c7f57f07"
6642-
integrity sha512-dUnjCWOA0h9qNX6qtcHidyatz8FAFZxVxt1dbcGtKdlJkpSxGK3G9+DLCYvtZr9v94D129ij9zUhG+xbRoqepw==
6639+
rollup@^2.26.11:
6640+
version "2.26.11"
6641+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.26.11.tgz#4fc31de9c7b83d50916fc8395f8c3d24730cdaae"
6642+
integrity sha512-xyfxxhsE6hW57xhfL1I+ixH8l2bdoIMaAecdQiWF3N7IgJEMu99JG+daBiSZQjnBpzFxa0/xZm+3pbCdAQehHw==
66436643
optionalDependencies:
66446644
fsevents "~2.1.2"
66456645

0 commit comments

Comments
 (0)