Skip to content

Commit 3f509a0

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update all non-major dependencies
1 parent 8b89fc7 commit 3f509a0

File tree

2 files changed

+60
-69
lines changed

2 files changed

+60
-69
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
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.11.1",
63-
"@typescript-eslint/parser": "^4.11.1",
62+
"@typescript-eslint/eslint-plugin": "^4.12.0",
63+
"@typescript-eslint/parser": "^4.12.0",
6464
"babel-eslint": "^10.1.0",
6565
"babel-loader": "^8.2.2",
6666
"cherry-pick": "^0.5.0",
@@ -82,12 +82,12 @@
8282
"karma-webpack": "^4.0.2",
8383
"mocha": "^8.2.1",
8484
"rimraf": "^3.0.2",
85-
"rollup": "^2.35.1",
85+
"rollup": "^2.36.1",
8686
"rollup-plugin-size-snapshot": "^0.12.0",
8787
"rollup-plugin-typescript": "^1.0.1",
8888
"simulant": "^0.2.2",
89-
"sinon": "^9.2.2",
89+
"sinon": "^9.2.3",
9090
"typescript": "^4.1.3",
91-
"webpack": "^4.44.2"
91+
"webpack": "^4.45.0"
9292
}
9393
}

yarn.lock

Lines changed: 55 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@
11621162
dependencies:
11631163
any-observable "^0.3.0"
11641164

1165-
"@sinonjs/commons@^1", "@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0", "@sinonjs/commons@^1.8.1":
1165+
"@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0", "@sinonjs/commons@^1.8.1":
11661166
version "1.8.1"
11671167
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.1.tgz#e7df00f98a203324f6dc7cc606cad9d4a8ab2217"
11681168
integrity sha512-892K+kWUUi3cl+LlqEWIDrhvLgdL79tECi8JZUyq6IviKy/DNhuzCRlbHUjxK89f4ypPMMaFnFuR9Ie6DoIMsw==
@@ -1176,15 +1176,7 @@
11761176
dependencies:
11771177
"@sinonjs/commons" "^1.7.0"
11781178

1179-
"@sinonjs/formatio@^5.0.1":
1180-
version "5.0.1"
1181-
resolved "https://registry.yarnpkg.com/@sinonjs/formatio/-/formatio-5.0.1.tgz#f13e713cb3313b1ab965901b01b0828ea6b77089"
1182-
integrity sha512-KaiQ5pBf1MpS09MuA0kp6KBQt2JUOQycqVG1NZXvzeaXe5LGFqAKueIS0bw4w0P9r7KuBSVdUk5QjXsUdu2CxQ==
1183-
dependencies:
1184-
"@sinonjs/commons" "^1"
1185-
"@sinonjs/samsam" "^5.0.2"
1186-
1187-
"@sinonjs/samsam@^5.0.2", "@sinonjs/samsam@^5.3.0":
1179+
"@sinonjs/samsam@^5.3.0":
11881180
version "5.3.0"
11891181
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-5.3.0.tgz#1d2f0743dc54bf13fe9d508baefacdffa25d4329"
11901182
integrity sha512-hXpcfx3aq+ETVBwPlRFICld5EnrkexXuXDwqUNhDdr5L8VjvMeSRwyOa0qL7XFmR+jVWR4rUZtnxlG7RX72sBg==
@@ -1289,13 +1281,13 @@
12891281
dependencies:
12901282
"@types/yargs-parser" "*"
12911283

1292-
"@typescript-eslint/eslint-plugin@^4.11.1":
1293-
version "4.11.1"
1294-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.11.1.tgz#7579c6d17ad862154c10bc14b40e5427b729e209"
1295-
integrity sha512-fABclAX2QIEDmTMk6Yd7Muv1CzFLwWM4505nETzRHpP3br6jfahD9UUJkhnJ/g2m7lwfz8IlswcwGGPGiq9exw==
1284+
"@typescript-eslint/eslint-plugin@^4.12.0":
1285+
version "4.12.0"
1286+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.12.0.tgz#00d1b23b40b58031e6d7c04a5bc6c1a30a2e834a"
1287+
integrity sha512-wHKj6q8s70sO5i39H2g1gtpCXCvjVszzj6FFygneNFyIAxRvNSVz9GML7XpqrB9t7hNutXw+MHnLN/Ih6uyB8Q==
12961288
dependencies:
1297-
"@typescript-eslint/experimental-utils" "4.11.1"
1298-
"@typescript-eslint/scope-manager" "4.11.1"
1289+
"@typescript-eslint/experimental-utils" "4.12.0"
1290+
"@typescript-eslint/scope-manager" "4.12.0"
12991291
debug "^4.1.1"
13001292
functional-red-black-tree "^1.0.1"
13011293
regexpp "^3.0.0"
@@ -1313,15 +1305,15 @@
13131305
eslint-scope "^5.0.0"
13141306
eslint-utils "^2.0.0"
13151307

1316-
"@typescript-eslint/experimental-utils@4.11.1":
1317-
version "4.11.1"
1318-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.11.1.tgz#2dad3535b878c25c7424e40bfa79d899f3f485bc"
1319-
integrity sha512-mAlWowT4A6h0TC9F+J5pdbEhjNiEMO+kqPKQ4sc3fVieKL71dEqfkKgtcFVSX3cjSBwYwhImaQ/mXQF0oaI38g==
1308+
"@typescript-eslint/experimental-utils@4.12.0":
1309+
version "4.12.0"
1310+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.12.0.tgz#372838e76db76c9a56959217b768a19f7129546b"
1311+
integrity sha512-MpXZXUAvHt99c9ScXijx7i061o5HEjXltO+sbYfZAAHxv3XankQkPaNi5myy0Yh0Tyea3Hdq1pi7Vsh0GJb0fA==
13201312
dependencies:
13211313
"@types/json-schema" "^7.0.3"
1322-
"@typescript-eslint/scope-manager" "4.11.1"
1323-
"@typescript-eslint/types" "4.11.1"
1324-
"@typescript-eslint/typescript-estree" "4.11.1"
1314+
"@typescript-eslint/scope-manager" "4.12.0"
1315+
"@typescript-eslint/types" "4.12.0"
1316+
"@typescript-eslint/typescript-estree" "4.12.0"
13251317
eslint-scope "^5.0.0"
13261318
eslint-utils "^2.0.0"
13271319

@@ -1336,33 +1328,33 @@
13361328
"@typescript-eslint/typescript-estree" "3.10.1"
13371329
eslint-visitor-keys "^1.1.0"
13381330

1339-
"@typescript-eslint/parser@^4.11.1":
1340-
version "4.11.1"
1341-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.11.1.tgz#981e18de2e019d6ca312596615f92e8f6f6598ed"
1342-
integrity sha512-BJ3jwPQu1jeynJ5BrjLuGfK/UJu6uwHxJ/di7sanqmUmxzmyIcd3vz58PMR7wpi8k3iWq2Q11KMYgZbUpRoIPw==
1331+
"@typescript-eslint/parser@^4.12.0":
1332+
version "4.12.0"
1333+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.12.0.tgz#e1cf30436e4f916c31fcc962158917bd9e9d460a"
1334+
integrity sha512-9XxVADAo9vlfjfoxnjboBTxYOiNY93/QuvcPgsiKvHxW6tOZx1W4TvkIQ2jB3k5M0pbFP5FlXihLK49TjZXhuQ==
13431335
dependencies:
1344-
"@typescript-eslint/scope-manager" "4.11.1"
1345-
"@typescript-eslint/types" "4.11.1"
1346-
"@typescript-eslint/typescript-estree" "4.11.1"
1336+
"@typescript-eslint/scope-manager" "4.12.0"
1337+
"@typescript-eslint/types" "4.12.0"
1338+
"@typescript-eslint/typescript-estree" "4.12.0"
13471339
debug "^4.1.1"
13481340

1349-
"@typescript-eslint/scope-manager@4.11.1":
1350-
version "4.11.1"
1351-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.11.1.tgz#72dc2b60b0029ab0888479b12bf83034920b4b69"
1352-
integrity sha512-Al2P394dx+kXCl61fhrrZ1FTI7qsRDIUiVSuN6rTwss6lUn8uVO2+nnF4AvO0ug8vMsy3ShkbxLu/uWZdTtJMQ==
1341+
"@typescript-eslint/scope-manager@4.12.0":
1342+
version "4.12.0"
1343+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.12.0.tgz#beeb8beca895a07b10c593185a5612f1085ef279"
1344+
integrity sha512-QVf9oCSVLte/8jvOsxmgBdOaoe2J0wtEmBr13Yz0rkBNkl5D8bfnf6G4Vhox9qqMIoG7QQoVwd2eG9DM/ge4Qg==
13531345
dependencies:
1354-
"@typescript-eslint/types" "4.11.1"
1355-
"@typescript-eslint/visitor-keys" "4.11.1"
1346+
"@typescript-eslint/types" "4.12.0"
1347+
"@typescript-eslint/visitor-keys" "4.12.0"
13561348

13571349
"@typescript-eslint/[email protected]":
13581350
version "3.10.1"
13591351
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
13601352
integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
13611353

1362-
"@typescript-eslint/types@4.11.1":
1363-
version "4.11.1"
1364-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.11.1.tgz#3ba30c965963ef9f8ced5a29938dd0c465bd3e05"
1365-
integrity sha512-5kvd38wZpqGY4yP/6W3qhYX6Hz0NwUbijVsX2rxczpY6OXaMxh0+5E5uLJKVFwaBM7PJe1wnMym85NfKYIh6CA==
1354+
"@typescript-eslint/types@4.12.0":
1355+
version "4.12.0"
1356+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.12.0.tgz#fb891fe7ccc9ea8b2bbd2780e36da45d0dc055e5"
1357+
integrity sha512-N2RhGeheVLGtyy+CxRmxdsniB7sMSCfsnbh8K/+RUIXYYq3Ub5+sukRCjVE80QerrUBvuEvs4fDhz5AW/pcL6g==
13661358

13671359
"@typescript-eslint/[email protected]":
13681360
version "3.10.1"
@@ -1378,13 +1370,13 @@
13781370
semver "^7.3.2"
13791371
tsutils "^3.17.1"
13801372

1381-
"@typescript-eslint/typescript-estree@4.11.1":
1382-
version "4.11.1"
1383-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.11.1.tgz#a4416b4a65872a48773b9e47afabdf7519eb10bc"
1384-
integrity sha512-tC7MKZIMRTYxQhrVAFoJq/DlRwv1bnqA4/S2r3+HuHibqvbrPcyf858lNzU7bFmy4mLeIHFYr34ar/1KumwyRw==
1373+
"@typescript-eslint/typescript-estree@4.12.0":
1374+
version "4.12.0"
1375+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.12.0.tgz#3963418c850f564bdab3882ae23795d115d6d32e"
1376+
integrity sha512-gZkFcmmp/CnzqD2RKMich2/FjBTsYopjiwJCroxqHZIY11IIoN0l5lKqcgoAPKHt33H2mAkSfvzj8i44Jm7F4w==
13851377
dependencies:
1386-
"@typescript-eslint/types" "4.11.1"
1387-
"@typescript-eslint/visitor-keys" "4.11.1"
1378+
"@typescript-eslint/types" "4.12.0"
1379+
"@typescript-eslint/visitor-keys" "4.12.0"
13881380
debug "^4.1.1"
13891381
globby "^11.0.1"
13901382
is-glob "^4.0.1"
@@ -1399,12 +1391,12 @@
13991391
dependencies:
14001392
eslint-visitor-keys "^1.1.0"
14011393

1402-
"@typescript-eslint/visitor-keys@4.11.1":
1403-
version "4.11.1"
1404-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.11.1.tgz#4c050a4c1f7239786e2dd4e69691436143024e05"
1405-
integrity sha512-IrlBhD9bm4bdYcS8xpWarazkKXlE7iYb1HzRuyBP114mIaj5DJPo11Us1HgH60dTt41TCZXMaTCAW+OILIYPOg==
1394+
"@typescript-eslint/visitor-keys@4.12.0":
1395+
version "4.12.0"
1396+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.12.0.tgz#a470a79be6958075fa91c725371a83baf428a67a"
1397+
integrity sha512-hVpsLARbDh4B9TKYz5cLbcdMIOAoBYgFPCSP9FFS/liSF+b33gVNq8JHY3QGhHNVz85hObvL7BEYLlgx553WCw==
14061398
dependencies:
1407-
"@typescript-eslint/types" "4.11.1"
1399+
"@typescript-eslint/types" "4.12.0"
14081400
eslint-visitor-keys "^2.0.0"
14091401

14101402
@@ -6677,10 +6669,10 @@ rollup-pluginutils@^2.5.0:
66776669
dependencies:
66786670
estree-walker "^0.6.1"
66796671

6680-
rollup@^2.35.1:
6681-
version "2.35.1"
6682-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.35.1.tgz#e6bc8d10893556a638066f89e8c97f422d03968c"
6683-
integrity sha512-q5KxEyWpprAIcainhVy6HfRttD9kutQpHbeqDTWnqAFNJotiojetK6uqmcydNMymBEtC4I8bCYR+J3mTMqeaUA==
6672+
rollup@^2.36.1:
6673+
version "2.36.1"
6674+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.36.1.tgz#2174f0c25c7b400d57b05628d0e732c7ae8d2178"
6675+
integrity sha512-eAfqho8dyzuVvrGqpR0ITgEdq0zG2QJeWYh+HeuTbpcaXk8vNFc48B7bJa1xYosTCKx0CuW+447oQOW8HgBIZQ==
66846676
optionalDependencies:
66856677
fsevents "~2.1.2"
66866678

@@ -6851,14 +6843,13 @@ simulant@^0.2.2:
68516843
resolved "https://registry.yarnpkg.com/simulant/-/simulant-0.2.2.tgz#f1bce52712b6a7a0da38ddfdda7e83b20b1da01e"
68526844
integrity sha1-8bzlJxK2p6DaON392n6DsgsdoB4=
68536845

6854-
sinon@^9.2.2:
6855-
version "9.2.2"
6856-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-9.2.2.tgz#b83cf5d43838f99cfa3644453f4c7db23e7bd535"
6857-
integrity sha512-9Owi+RisvCZpB0bdOVFfL314I6I4YoRlz6Isi4+fr8q8YQsDPoCe5UnmNtKHRThX3negz2bXHWIuiPa42vM8EQ==
6846+
sinon@^9.2.3:
6847+
version "9.2.3"
6848+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-9.2.3.tgz#f68ce414e843e2fd638703043c97f260697caa52"
6849+
integrity sha512-m+DyAWvqVHZtjnjX/nuShasykFeiZ+nPuEfD4G3gpvKGkXRhkF/6NSt2qN2FjZhfrcHXFzUzI+NLnk+42fnLEw==
68586850
dependencies:
68596851
"@sinonjs/commons" "^1.8.1"
68606852
"@sinonjs/fake-timers" "^6.0.1"
6861-
"@sinonjs/formatio" "^5.0.1"
68626853
"@sinonjs/samsam" "^5.3.0"
68636854
diff "^4.0.2"
68646855
nise "^4.0.4"
@@ -7780,10 +7771,10 @@ webpack-sources@^1.4.0, webpack-sources@^1.4.1:
77807771
source-list-map "^2.0.0"
77817772
source-map "~0.6.1"
77827773

7783-
webpack@^4.43.0, webpack@^4.44.2:
7784-
version "4.44.2"
7785-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.44.2.tgz#6bfe2b0af055c8b2d1e90ed2cd9363f841266b72"
7786-
integrity sha512-6KJVGlCxYdISyurpQ0IPTklv+DULv05rs2hseIXer6D7KrUicRDLFb4IUM1S6LUAKypPM/nSiVSuv8jHu1m3/Q==
7774+
webpack@^4.43.0, webpack@^4.45.0:
7775+
version "4.45.0"
7776+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.45.0.tgz#bcdc1ddb43959adb47f8974e60d944027267c1be"
7777+
integrity sha512-JhDaVi4CbRcwLLAoqC7eugMSMJnZbIfE2AyjaZ19pnOIh/R2O/lXOiXA2tQFN0iXEcxgpPJsPJHW2wOWqiTLcw==
77877778
dependencies:
77887779
"@webassemblyjs/ast" "1.9.0"
77897780
"@webassemblyjs/helper-module-context" "1.9.0"

0 commit comments

Comments
 (0)