Skip to content

Commit 7529bf6

Browse files
chore(deps): update all non-major dependencies (#55)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent e10c63f commit 7529bf6

File tree

2 files changed

+63
-14
lines changed

2 files changed

+63
-14
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"test": "yarn lint && jest"
1919
},
2020
"dependencies": {
21-
"consola": "^2.15.0",
22-
"eslint-webpack-plugin": "^2.4.1"
21+
"consola": "^2.15.3",
22+
"eslint-webpack-plugin": "^2.6.0"
2323
},
2424
"devDependencies": {
2525
"@commitlint/cli": "latest",

yarn.lock

+61-12
Original file line numberDiff line numberDiff line change
@@ -1643,10 +1643,10 @@
16431643
dependencies:
16441644
"@babel/types" "^7.3.0"
16451645

1646-
"@types/eslint@^7.2.4":
1647-
version "7.2.6"
1648-
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.2.6.tgz#5e9aff555a975596c03a98b59ecd103decc70c3c"
1649-
integrity sha512-I+1sYH+NPQ3/tVqCeUSBwTE/0heyvtXqpIopUUArlBm0Kpocb8FbMa3AZ/ASKIFpN3rnEx932TTXDbt9OXsNDw==
1646+
"@types/eslint@^7.28.2":
1647+
version "7.29.0"
1648+
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.29.0.tgz#e56ddc8e542815272720bb0b4ccc2aff9c3e1c78"
1649+
integrity sha512-VNcvioYDH8/FxaeTKkM4/TiTwt6pBV9E3OfGmvaw8tPl0rrHCJ4Ll15HRT+pMiFAf/MLQvAzC+6RzUMEL9Ceng==
16501650
dependencies:
16511651
"@types/estree" "*"
16521652
"@types/json-schema" "*"
@@ -1692,6 +1692,11 @@
16921692
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0"
16931693
integrity sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw==
16941694

1695+
"@types/json-schema@^7.0.8":
1696+
version "7.0.9"
1697+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
1698+
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
1699+
16951700
"@types/json5@^0.0.29":
16961701
version "0.0.29"
16971702
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -3343,6 +3348,11 @@ consola@^2.10.0, consola@^2.15.0, consola@^2.6.0, consola@^2.9.0:
33433348
resolved "https://registry.yarnpkg.com/consola/-/consola-2.15.0.tgz#40fc4eefa4d2f8ef2e2806147f056ea207fcc0e9"
33443349
integrity sha512-vlcSGgdYS26mPf7qNi+dCisbhiyDnrN1zaRbw3CSuc2wGOMEGGPsp46PdRG5gqXwgtJfjxDkxRNAgRPr1B77vQ==
33453350

3351+
consola@^2.15.3:
3352+
version "2.15.3"
3353+
resolved "https://registry.yarnpkg.com/consola/-/consola-2.15.3.tgz#2e11f98d6a4be71ff72e0bdf07bd23e12cb61550"
3354+
integrity sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==
3355+
33463356
console-browserify@^1.1.0:
33473357
version "1.2.0"
33483358
resolved "https://registry.yarnpkg.com/console-browserify/-/console-browserify-1.2.0.tgz#67063cef57ceb6cf4993a2ab3a55840ae8c49336"
@@ -4602,16 +4612,17 @@ eslint-visitor-keys@^2.0.0:
46024612
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
46034613
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
46044614

4605-
eslint-webpack-plugin@^2.4.1:
4606-
version "2.4.1"
4607-
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.4.1.tgz#9353ec46a31d29558734a38a05eb14c5760a7144"
4608-
integrity sha512-cj8iPWZKuAiVD8MMgTSunyMCAvxQxp5mxoPHZl1UMGkApFXaXJHdCFcCR+oZEJbBNhReNa5SjESIn34uqUbBtg==
4615+
eslint-webpack-plugin@^2.6.0:
4616+
version "2.6.0"
4617+
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.6.0.tgz#3bd4ada4e539cb1f6687d2f619073dbb509361cd"
4618+
integrity sha512-V+LPY/T3kur5QO3u+1s34VDTcRxjXWPUGM4hlmTb5DwVD0OQz631yGTxJZf4SpAqAjdbBVe978S8BJeHpAdOhQ==
46094619
dependencies:
4610-
"@types/eslint" "^7.2.4"
4620+
"@types/eslint" "^7.28.2"
46114621
arrify "^2.0.1"
4612-
jest-worker "^26.6.2"
4613-
micromatch "^4.0.2"
4614-
schema-utils "^3.0.0"
4622+
jest-worker "^27.3.1"
4623+
micromatch "^4.0.4"
4624+
normalize-path "^3.0.0"
4625+
schema-utils "^3.1.1"
46154626

46164627
eslint@latest:
46174628
version "7.15.0"
@@ -6709,6 +6720,15 @@ jest-worker@^26.5.0, jest-worker@^26.6.2:
67096720
merge-stream "^2.0.0"
67106721
supports-color "^7.0.0"
67116722

6723+
jest-worker@^27.3.1:
6724+
version "27.5.1"
6725+
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.5.1.tgz#8d146f0900e8973b106b6f73cc1e9a8cb86f8db0"
6726+
integrity sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==
6727+
dependencies:
6728+
"@types/node" "*"
6729+
merge-stream "^2.0.0"
6730+
supports-color "^8.0.0"
6731+
67126732
jest@latest:
67136733
version "26.6.3"
67146734
resolved "https://registry.yarnpkg.com/jest/-/jest-26.6.3.tgz#40e8fdbe48f00dfa1f0ce8121ca74b88ac9148ef"
@@ -7364,6 +7384,14 @@ micromatch@^4.0.2:
73647384
braces "^3.0.1"
73657385
picomatch "^2.0.5"
73667386

7387+
micromatch@^4.0.4:
7388+
version "4.0.4"
7389+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9"
7390+
integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==
7391+
dependencies:
7392+
braces "^3.0.1"
7393+
picomatch "^2.2.3"
7394+
73677395
miller-rabin@^4.0.0:
73687396
version "4.0.1"
73697397
resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d"
@@ -8284,6 +8312,11 @@ picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
82848312
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
82858313
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
82868314

8315+
picomatch@^2.2.3:
8316+
version "2.3.1"
8317+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
8318+
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
8319+
82878320
pify@^2.0.0, pify@^2.3.0:
82888321
version "2.3.0"
82898322
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -9778,6 +9811,15 @@ schema-utils@^3.0.0:
97789811
ajv "^6.12.5"
97799812
ajv-keywords "^3.5.2"
97809813

9814+
schema-utils@^3.1.1:
9815+
version "3.1.1"
9816+
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.1.1.tgz#bc74c4b6b6995c1d88f76a8b77bea7219e0c8281"
9817+
integrity sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==
9818+
dependencies:
9819+
"@types/json-schema" "^7.0.8"
9820+
ajv "^6.12.5"
9821+
ajv-keywords "^3.5.2"
9822+
97819823
semver-compare@^1.0.0:
97829824
version "1.0.0"
97839825
resolved "https://registry.yarnpkg.com/semver-compare/-/semver-compare-1.0.0.tgz#0dee216a1c941ab37e9efb1788f6afc5ff5537fc"
@@ -10462,6 +10504,13 @@ supports-color@^7.0.0, supports-color@^7.1.0:
1046210504
dependencies:
1046310505
has-flag "^4.0.0"
1046410506

10507+
supports-color@^8.0.0:
10508+
version "8.1.1"
10509+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
10510+
integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==
10511+
dependencies:
10512+
has-flag "^4.0.0"
10513+
1046510514
supports-hyperlinks@^2.0.0:
1046610515
version "2.1.0"
1046710516
resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.1.0.tgz#f663df252af5f37c5d49bbd7eeefa9e0b9e59e47"

0 commit comments

Comments
 (0)