Skip to content

Commit 92c8247

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update all non-major dependencies
1 parent b08a210 commit 92c8247

File tree

2 files changed

+37
-37
lines changed

2 files changed

+37
-37
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": "^3.1.0",
63-
"@typescript-eslint/parser": "^3.1.0",
62+
"@typescript-eslint/eslint-plugin": "^3.2.0",
63+
"@typescript-eslint/parser": "^3.2.0",
6464
"babel-eslint": "^10.1.0",
6565
"babel-loader": "^8.1.0",
6666
"cherry-pick": "^0.5.0",
6767
"eslint": "^7.2.0",
68-
"eslint-plugin-import": "^2.21.0",
68+
"eslint-plugin-import": "^2.21.2",
6969
"eslint-plugin-jsx-a11y": "^6.2.3",
7070
"eslint-plugin-mocha": "^7.0.1",
7171
"eslint-plugin-react": "^7.20.0",
7272
"expect.js": "^0.3.1",
7373
"jquery": "^3.5.1",
74-
"karma": "^5.0.9",
74+
"karma": "^5.1.0",
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.0.1",
8484
"rimraf": "^3.0.2",
85-
"rollup": "^2.14.0",
85+
"rollup": "^2.16.1",
8686
"rollup-plugin-size-snapshot": "^0.12.0",
8787
"rollup-plugin-typescript": "^1.0.1",
8888
"simulant": "^0.2.2",

yarn.lock

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1251,41 +1251,41 @@
12511251
dependencies:
12521252
"@types/yargs-parser" "*"
12531253

1254-
"@typescript-eslint/eslint-plugin@^3.1.0":
1255-
version "3.1.0"
1256-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.1.0.tgz#4ac00ecca3bbea740c577f1843bc54fa69c3def2"
1257-
integrity sha512-D52KwdgkjYc+fmTZKW7CZpH5ZBJREJKZXRrveMiRCmlzZ+Rw9wRVJ1JAmHQ9b/+Ehy1ZeaylofDB9wwXUt83wg==
1254+
"@typescript-eslint/eslint-plugin@^3.2.0":
1255+
version "3.2.0"
1256+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.2.0.tgz#7fb997f391af32ae6ca1dbe56bcefe4dd30bda14"
1257+
integrity sha512-t9RTk/GyYilIXt6BmZurhBzuMT9kLKw3fQoJtK9ayv0tXTlznXEAnx07sCLXdkN3/tZDep1s1CEV95CWuARYWA==
12581258
dependencies:
1259-
"@typescript-eslint/experimental-utils" "3.1.0"
1259+
"@typescript-eslint/experimental-utils" "3.2.0"
12601260
functional-red-black-tree "^1.0.1"
12611261
regexpp "^3.0.0"
12621262
semver "^7.3.2"
12631263
tsutils "^3.17.1"
12641264

1265-
"@typescript-eslint/experimental-utils@3.1.0":
1266-
version "3.1.0"
1267-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.1.0.tgz#2d5dba7c2ac2a3da3bfa3f461ff64de38587a872"
1268-
integrity sha512-Zf8JVC2K1svqPIk1CB/ehCiWPaERJBBokbMfNTNRczCbQSlQXaXtO/7OfYz9wZaecNvdSvVADt6/XQuIxhC79w==
1265+
"@typescript-eslint/experimental-utils@3.2.0":
1266+
version "3.2.0"
1267+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.2.0.tgz#4dab8fc9f44f059ec073470a81bb4d7d7d51e6c5"
1268+
integrity sha512-UbJBsk+xO9dIFKtj16+m42EvUvsjZbbgQ2O5xSTSfVT1Z3yGkL90DVu0Hd3029FZ5/uBgl+F3Vo8FAcEcqc6aQ==
12691269
dependencies:
12701270
"@types/json-schema" "^7.0.3"
1271-
"@typescript-eslint/typescript-estree" "3.1.0"
1271+
"@typescript-eslint/typescript-estree" "3.2.0"
12721272
eslint-scope "^5.0.0"
12731273
eslint-utils "^2.0.0"
12741274

1275-
"@typescript-eslint/parser@^3.0.0", "@typescript-eslint/parser@^3.1.0":
1276-
version "3.1.0"
1277-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.1.0.tgz#9c02ba5d88ad2355672f39e6cd4176f172dd47f8"
1278-
integrity sha512-NcDSJK8qTA2tPfyGiPes9HtVKLbksmuYjlgGAUs7Ld2K0swdWibnCq9IJx9kJN8JJdgUJSorFiGaPHBgH81F/Q==
1275+
"@typescript-eslint/parser@^3.0.0", "@typescript-eslint/parser@^3.2.0":
1276+
version "3.2.0"
1277+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.2.0.tgz#d9d7867456b1b8ecae9e724269b0bc932f06cbca"
1278+
integrity sha512-Vhu+wwdevDLVDjK1lIcoD6ZbuOa93fzqszkaO3iCnmrScmKwyW/AGkzc2UvfE5TCoCXqq7Jyt6SOXjsIlpqF4A==
12791279
dependencies:
12801280
"@types/eslint-visitor-keys" "^1.0.0"
1281-
"@typescript-eslint/experimental-utils" "3.1.0"
1282-
"@typescript-eslint/typescript-estree" "3.1.0"
1281+
"@typescript-eslint/experimental-utils" "3.2.0"
1282+
"@typescript-eslint/typescript-estree" "3.2.0"
12831283
eslint-visitor-keys "^1.1.0"
12841284

1285-
"@typescript-eslint/typescript-estree@3.1.0":
1286-
version "3.1.0"
1287-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.1.0.tgz#eaff52d31e615e05b894f8b9d2c3d8af152a5dd2"
1288-
integrity sha512-+4nfYauqeQvK55PgFrmBWFVYb6IskLyOosYEmhH3mSVhfBp9AIJnjExdgDmKWoOBHRcPM8Ihfm2BFpZf0euUZQ==
1285+
"@typescript-eslint/typescript-estree@3.2.0":
1286+
version "3.2.0"
1287+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.2.0.tgz#c735f1ca6b4d3cd671f30de8c9bde30843e7ead8"
1288+
integrity sha512-uh+Y2QO7dxNrdLw7mVnjUqkwO/InxEqwN0wF+Za6eo3coxls9aH9kQ/5rSvW2GcNanebRTmsT5w1/92lAOb1bA==
12891289
dependencies:
12901290
debug "^4.1.1"
12911291
eslint-visitor-keys "^1.1.0"
@@ -3220,10 +3220,10 @@ eslint-module-utils@^2.6.0:
32203220
debug "^2.6.9"
32213221
pkg-dir "^2.0.0"
32223222

3223-
eslint-plugin-import@^2.21.0:
3224-
version "2.21.0"
3225-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.21.0.tgz#15cb42ba1db390068d67ed8d4810d817c952a6c8"
3226-
integrity sha512-fbbjKv3jv23WZ1+uCyYOGx+J8H4vAVlVcc9YLHRCycDry1LdgjdSvt7O0dQS1PwOUu/s0QWfR1xE7mq0GuqYnA==
3223+
eslint-plugin-import@^2.21.2:
3224+
version "2.21.2"
3225+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.21.2.tgz#8fef77475cc5510801bedc95f84b932f7f334a7c"
3226+
integrity sha512-FEmxeGI6yaz+SnEB6YgNHlQK1Bs2DKLM+YF+vuTk5H8J9CLbJLtlPvRFgZZ2+sXiKAlN5dpdlrWOjK8ZoZJpQA==
32273227
dependencies:
32283228
array-includes "^3.1.1"
32293229
array.prototype.flat "^1.2.3"
@@ -4741,10 +4741,10 @@ karma-webpack@^4.0.2:
47414741
source-map "^0.7.3"
47424742
webpack-dev-middleware "^3.7.0"
47434743

4744-
karma@^5.0.9:
4745-
version "5.0.9"
4746-
resolved "https://registry.yarnpkg.com/karma/-/karma-5.0.9.tgz#11a119b0c763a806fdc471b40c594a2240b5ca13"
4747-
integrity sha512-dUA5z7Lo7G4FRSe1ZAXqOINEEWxmCjDBbfRBmU/wYlSMwxUQJP/tEEP90yJt3Uqo03s9rCgVnxtlfq+uDhxSPg==
4744+
karma@^5.1.0:
4745+
version "5.1.0"
4746+
resolved "https://registry.yarnpkg.com/karma/-/karma-5.1.0.tgz#deaa5f3939f75d7d78ded33283fa5f9bb67e9a05"
4747+
integrity sha512-I3aPbkuIbwuBo6wSog97P5WnnhCgUTsWTu/bEw1vZVQFbXmKO3PK+cfFhZioOgVtJAuQxoyauGNjnwXNHMCxbw==
47484748
dependencies:
47494749
body-parser "^1.19.0"
47504750
braces "^3.0.2"
@@ -6469,10 +6469,10 @@ rollup-pluginutils@^2.5.0:
64696469
dependencies:
64706470
estree-walker "^0.6.1"
64716471

6472-
rollup@^2.14.0:
6473-
version "2.14.0"
6474-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.14.0.tgz#3bde39a2d50b904f336219241df55d1ea3d5f115"
6475-
integrity sha512-SUsFh2bBemQqCXOCBWRayjK3/6kNHVR8PbSKKYWIdI6e4zuGSW5B1hGVkFi40805dUrqosMLLxMuEyJMylC9YA==
6472+
rollup@^2.16.1:
6473+
version "2.16.1"
6474+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.16.1.tgz#97805e88071e2c6727bd0b64904976d14495c873"
6475+
integrity sha512-UYupMcbFtoWLB6ZtL4hPZNUTlkXjJfGT33Mmhz3hYLNmRj/cOvX2B26ZxDQuEpwtLdcyyyraBGQ7EfzmMJnXXg==
64766476
optionalDependencies:
64776477
fsevents "~2.1.2"
64786478

0 commit comments

Comments
 (0)