Skip to content

Commit ebda968

Browse files
renovate[bot]renovate-bot
andauthoredApr 6, 2022
chore(deps): update all non-major dependencies (#4364)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 30b84ad commit ebda968

File tree

3 files changed

+85
-78
lines changed

3 files changed

+85
-78
lines changed
 

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@
4747
"@types/debug": "4.1.7",
4848
"@types/jest": "27.4.1",
4949
"@types/node": "16.11.26",
50-
"@typescript-eslint/eslint-plugin": "5.17.0",
51-
"@typescript-eslint/parser": "5.17.0",
50+
"@typescript-eslint/eslint-plugin": "5.18.0",
51+
"@typescript-eslint/parser": "5.18.0",
5252
"babel-jest": "27.5.1",
5353
"bob-the-bundler": "1.6.1",
5454
"chalk": "4.1.2",
5555
"concurrently": "7.1.0",
5656
"eslint": "8.12.0",
5757
"eslint-config-prettier": "8.5.0",
5858
"eslint-config-standard": "16.0.3",
59-
"eslint-plugin-import": "2.25.4",
59+
"eslint-plugin-import": "2.26.0",
6060
"eslint-plugin-node": "11.1.0",
6161
"eslint-plugin-promise": "6.0.0",
6262
"eslint-plugin-standard": "5.0.0",

‎website/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
},
1818
"resolutions": {
19-
"esbuild": "0.14.30"
19+
"esbuild": "0.14.31"
2020
},
2121
"devDependencies": {
2222
"@next/bundle-analyzer": "12.1.4",
@@ -27,7 +27,7 @@
2727
"@types/react-dom": "17.0.14",
2828
"concurrently": "7.1.0",
2929
"cross-env": "7.0.3",
30-
"esbuild": "0.14.30",
30+
"esbuild": "0.14.31",
3131
"esbuild-register": "3.3.2",
3232
"next-remote-watch": "1.0.0",
3333
"open-cli": "7.0.1",

‎yarn.lock

+80-73
Original file line numberDiff line numberDiff line change
@@ -3321,84 +3321,84 @@
33213321
dependencies:
33223322
"@types/node" "*"
33233323

3324-
"@typescript-eslint/eslint-plugin@5.17.0":
3325-
version "5.17.0"
3326-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.17.0.tgz#704eb4e75039000531255672bf1c85ee85cf1d67"
3327-
integrity sha512-qVstvQilEd89HJk3qcbKt/zZrfBZ+9h2ynpAGlWjWiizA7m/MtLT9RoX6gjtpE500vfIg8jogAkDzdCxbsFASQ==
3328-
dependencies:
3329-
"@typescript-eslint/scope-manager" "5.17.0"
3330-
"@typescript-eslint/type-utils" "5.17.0"
3331-
"@typescript-eslint/utils" "5.17.0"
3324+
"@typescript-eslint/eslint-plugin@5.18.0":
3325+
version "5.18.0"
3326+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.18.0.tgz#950df411cec65f90d75d6320a03b2c98f6c3af7d"
3327+
integrity sha512-tzrmdGMJI/uii9/V6lurMo4/o+dMTKDH82LkNjhJ3adCW22YQydoRs5MwTiqxGF9CSYxPxQ7EYb4jLNlIs+E+A==
3328+
dependencies:
3329+
"@typescript-eslint/scope-manager" "5.18.0"
3330+
"@typescript-eslint/type-utils" "5.18.0"
3331+
"@typescript-eslint/utils" "5.18.0"
33323332
debug "^4.3.2"
33333333
functional-red-black-tree "^1.0.1"
33343334
ignore "^5.1.8"
33353335
regexpp "^3.2.0"
33363336
semver "^7.3.5"
33373337
tsutils "^3.21.0"
33383338

3339-
"@typescript-eslint/parser@5.17.0":
3340-
version "5.17.0"
3341-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.17.0.tgz#7def77d5bcd8458d12d52909118cf3f0a45f89d5"
3342-
integrity sha512-aRzW9Jg5Rlj2t2/crzhA2f23SIYFlF9mchGudyP0uiD6SenIxzKoLjwzHbafgHn39dNV/TV7xwQkLfFTZlJ4ig==
3339+
"@typescript-eslint/parser@5.18.0":
3340+
version "5.18.0"
3341+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.18.0.tgz#2bcd4ff21df33621df33e942ccb21cb897f004c6"
3342+
integrity sha512-+08nYfurBzSSPndngnHvFw/fniWYJ5ymOrn/63oMIbgomVQOvIDhBoJmYZ9lwQOCnQV9xHGvf88ze3jFGUYooQ==
33433343
dependencies:
3344-
"@typescript-eslint/scope-manager" "5.17.0"
3345-
"@typescript-eslint/types" "5.17.0"
3346-
"@typescript-eslint/typescript-estree" "5.17.0"
3344+
"@typescript-eslint/scope-manager" "5.18.0"
3345+
"@typescript-eslint/types" "5.18.0"
3346+
"@typescript-eslint/typescript-estree" "5.18.0"
33473347
debug "^4.3.2"
33483348

3349-
"@typescript-eslint/scope-manager@5.17.0":
3350-
version "5.17.0"
3351-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.17.0.tgz#4cea7d0e0bc0e79eb60cad431c89120987c3f952"
3352-
integrity sha512-062iCYQF/doQ9T2WWfJohQKKN1zmmXVfAcS3xaiialiw8ZUGy05Em6QVNYJGO34/sU1a7a+90U3dUNfqUDHr3w==
3349+
"@typescript-eslint/scope-manager@5.18.0":
3350+
version "5.18.0"
3351+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.18.0.tgz#a7d7b49b973ba8cebf2a3710eefd457ef2fb5505"
3352+
integrity sha512-C0CZML6NyRDj+ZbMqh9FnPscg2PrzSaVQg3IpTmpe0NURMVBXlghGZgMYqBw07YW73i0MCqSDqv2SbywnCS8jQ==
33533353
dependencies:
3354-
"@typescript-eslint/types" "5.17.0"
3355-
"@typescript-eslint/visitor-keys" "5.17.0"
3354+
"@typescript-eslint/types" "5.18.0"
3355+
"@typescript-eslint/visitor-keys" "5.18.0"
33563356

3357-
"@typescript-eslint/type-utils@5.17.0":
3358-
version "5.17.0"
3359-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.17.0.tgz#1c4549d68c89877662224aabb29fbbebf5fc9672"
3360-
integrity sha512-3hU0RynUIlEuqMJA7dragb0/75gZmwNwFf/QJokWzPehTZousP/MNifVSgjxNcDCkM5HI2K22TjQWUmmHUINSg==
3357+
"@typescript-eslint/type-utils@5.18.0":
3358+
version "5.18.0"
3359+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.18.0.tgz#62dbfc8478abf36ba94a90ddf10be3cc8e471c74"
3360+
integrity sha512-vcn9/6J5D6jtHxpEJrgK8FhaM8r6J1/ZiNu70ZUJN554Y3D9t3iovi6u7JF8l/e7FcBIxeuTEidZDR70UuCIfA==
33613361
dependencies:
3362-
"@typescript-eslint/utils" "5.17.0"
3362+
"@typescript-eslint/utils" "5.18.0"
33633363
debug "^4.3.2"
33643364
tsutils "^3.21.0"
33653365

3366-
"@typescript-eslint/types@5.17.0":
3367-
version "5.17.0"
3368-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.17.0.tgz#861ec9e669ffa2aa9b873dd4d28d9b1ce26d216f"
3369-
integrity sha512-AgQ4rWzmCxOZLioFEjlzOI3Ch8giDWx8aUDxyNw9iOeCvD3GEYAB7dxWGQy4T/rPVe8iPmu73jPHuaSqcjKvxw==
3366+
"@typescript-eslint/types@5.18.0":
3367+
version "5.18.0"
3368+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.18.0.tgz#4f0425d85fdb863071680983853c59a62ce9566e"
3369+
integrity sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==
33703370

3371-
"@typescript-eslint/typescript-estree@5.17.0":
3372-
version "5.17.0"
3373-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.17.0.tgz#a7cba7dfc8f9cc2ac78c18584e684507df4f2488"
3374-
integrity sha512-X1gtjEcmM7Je+qJRhq7ZAAaNXYhTgqMkR10euC4Si6PIjb+kwEQHSxGazXUQXFyqfEXdkGf6JijUu5R0uceQzg==
3371+
"@typescript-eslint/typescript-estree@5.18.0":
3372+
version "5.18.0"
3373+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.18.0.tgz#6498e5ee69a32e82b6e18689e2f72e4060986474"
3374+
integrity sha512-wa+2VAhOPpZs1bVij9e5gyVu60ReMi/KuOx4LKjGx2Y3XTNUDJgQ+5f77D49pHtqef/klglf+mibuHs9TrPxdQ==
33753375
dependencies:
3376-
"@typescript-eslint/types" "5.17.0"
3377-
"@typescript-eslint/visitor-keys" "5.17.0"
3376+
"@typescript-eslint/types" "5.18.0"
3377+
"@typescript-eslint/visitor-keys" "5.18.0"
33783378
debug "^4.3.2"
33793379
globby "^11.0.4"
33803380
is-glob "^4.0.3"
33813381
semver "^7.3.5"
33823382
tsutils "^3.21.0"
33833383

3384-
"@typescript-eslint/utils@5.17.0":
3385-
version "5.17.0"
3386-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.17.0.tgz#549a9e1d491c6ccd3624bc3c1b098f5cfb45f306"
3387-
integrity sha512-DVvndq1QoxQH+hFv+MUQHrrWZ7gQ5KcJzyjhzcqB1Y2Xes1UQQkTRPUfRpqhS8mhTWsSb2+iyvDW1Lef5DD7vA==
3384+
"@typescript-eslint/utils@5.18.0":
3385+
version "5.18.0"
3386+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.18.0.tgz#27fc84cf95c1a96def0aae31684cb43a37e76855"
3387+
integrity sha512-+hFGWUMMri7OFY26TsOlGa+zgjEy1ssEipxpLjtl4wSll8zy85x0GrUSju/FHdKfVorZPYJLkF3I4XPtnCTewA==
33883388
dependencies:
33893389
"@types/json-schema" "^7.0.9"
3390-
"@typescript-eslint/scope-manager" "5.17.0"
3391-
"@typescript-eslint/types" "5.17.0"
3392-
"@typescript-eslint/typescript-estree" "5.17.0"
3390+
"@typescript-eslint/scope-manager" "5.18.0"
3391+
"@typescript-eslint/types" "5.18.0"
3392+
"@typescript-eslint/typescript-estree" "5.18.0"
33933393
eslint-scope "^5.1.1"
33943394
eslint-utils "^3.0.0"
33953395

3396-
"@typescript-eslint/visitor-keys@5.17.0":
3397-
version "5.17.0"
3398-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.17.0.tgz#52daae45c61b0211b4c81b53a71841911e479128"
3399-
integrity sha512-6K/zlc4OfCagUu7Am/BD5k8PSWQOgh34Nrv9Rxe2tBzlJ7uOeJ/h7ugCGDCeEZHT6k2CJBhbk9IsbkPI0uvUkA==
3396+
"@typescript-eslint/visitor-keys@5.18.0":
3397+
version "5.18.0"
3398+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.18.0.tgz#c7c07709823804171d569017f3b031ced7253e60"
3399+
integrity sha512-Hf+t+dJsjAKpKSkg3EHvbtEpFFb/1CiOHnvI8bjHgOD4/wAw3gKrA0i94LrbekypiZVanJu3McWJg7rWDMzRTg==
34003400
dependencies:
3401-
"@typescript-eslint/types" "5.17.0"
3401+
"@typescript-eslint/types" "5.18.0"
34023402
eslint-visitor-keys "^3.0.0"
34033403

34043404
"@vercel/ncc@0.31.1":
@@ -6076,7 +6076,7 @@ esbuild-windows-arm64@0.14.0:
60766076
resolved "https://registry.yarnpkg.com/esbuild-windows-arm64/-/esbuild-windows-arm64-0.14.0.tgz#5ddc6134e766da3c7b62a9a463e91ad3127483b5"
60776077
integrity sha512-66KsVlT6lGDWgDKQsAlojxgUhZkkjVeosMVRdb913OwtcOjszceg6zFD748jzp9CUgAseHCNJqFmYOyBzneSEQ==
60786078

6079-
esbuild@0.14.30, esbuild@^0.14.0, esbuild@^0.14.2:
6079+
esbuild@0.14.31, esbuild@^0.14.0, esbuild@^0.14.2:
60806080
version "0.14.0"
60816081
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.14.0.tgz#9a3d21c9876b280e3b0186e36d372354ade51938"
60826082
integrity sha512-UOnSKRAyZondxdLrOXnI/mesUmU/GvDTcajCvxoIaObzMeQcn0HyoGtvbfATnazlx799ZqFSyIZGLXFszkjy3A==
@@ -6159,10 +6159,10 @@ eslint-import-resolver-node@^0.3.6:
61596159
debug "^3.2.7"
61606160
resolve "^1.20.0"
61616161

6162-
eslint-module-utils@^2.7.2:
6163-
version "2.7.2"
6164-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.2.tgz#1d0aa455dcf41052339b63cada8ab5fd57577129"
6165-
integrity sha512-zquepFnWCY2ISMFwD/DqzaM++H+7PDzOpUvotJWm/y1BAFt5R4oeULgdrTejKqLkz7MA/tgstsUMNYc7wNdTrg==
6162+
eslint-module-utils@^2.7.3:
6163+
version "2.7.3"
6164+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz#ad7e3a10552fdd0642e1e55292781bd6e34876ee"
6165+
integrity sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==
61666166
dependencies:
61676167
debug "^3.2.7"
61686168
find-up "^2.1.0"
@@ -6175,24 +6175,24 @@ eslint-plugin-es@^3.0.0:
61756175
eslint-utils "^2.0.0"
61766176
regexpp "^3.0.0"
61776177

6178-
eslint-plugin-import@2.25.4:
6179-
version "2.25.4"
6180-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.4.tgz#322f3f916a4e9e991ac7af32032c25ce313209f1"
6181-
integrity sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==
6178+
eslint-plugin-import@2.26.0:
6179+
version "2.26.0"
6180+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz#f812dc47be4f2b72b478a021605a59fc6fe8b88b"
6181+
integrity sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==
61826182
dependencies:
61836183
array-includes "^3.1.4"
61846184
array.prototype.flat "^1.2.5"
61856185
debug "^2.6.9"
61866186
doctrine "^2.1.0"
61876187
eslint-import-resolver-node "^0.3.6"
6188-
eslint-module-utils "^2.7.2"
6188+
eslint-module-utils "^2.7.3"
61896189
has "^1.0.3"
6190-
is-core-module "^2.8.0"
6190+
is-core-module "^2.8.1"
61916191
is-glob "^4.0.3"
6192-
minimatch "^3.0.4"
6192+
minimatch "^3.1.2"
61936193
object.values "^1.1.5"
6194-
resolve "^1.20.0"
6195-
tsconfig-paths "^3.12.0"
6194+
resolve "^1.22.0"
6195+
tsconfig-paths "^3.14.1"
61966196

61976197
eslint-plugin-node@11.1.0:
61986198
version "11.1.0"
@@ -7662,7 +7662,7 @@ is-color-stop@^1.1.0:
76627662
rgb-regex "^1.0.1"
76637663
rgba-regex "^1.0.0"
76647664

7665-
is-core-module@^2.8.0, is-core-module@^2.8.1:
7665+
is-core-module@^2.8.1:
76667666
version "2.8.1"
76677667
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211"
76687668
integrity sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==
@@ -9598,13 +9598,20 @@ min-indent@^1.0.0, min-indent@^1.0.1:
95989598
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
95999599
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
96009600

9601-
minimatch@3.0.4, minimatch@^3.0.0, minimatch@^3.0.4:
9601+
minimatch@3.0.4:
96029602
version "3.0.4"
96039603
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
96049604
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
96059605
dependencies:
96069606
brace-expansion "^1.1.7"
96079607

9608+
minimatch@^3.0.0, minimatch@^3.0.4, minimatch@^3.1.2:
9609+
version "3.1.2"
9610+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
9611+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
9612+
dependencies:
9613+
brace-expansion "^1.1.7"
9614+
96089615
minimist-options@4.1.0, minimist-options@^4.0.2:
96099616
version "4.1.0"
96109617
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -9614,10 +9621,10 @@ minimist-options@4.1.0, minimist-options@^4.0.2:
96149621
is-plain-obj "^1.1.0"
96159622
kind-of "^6.0.3"
96169623

9617-
minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5:
9618-
version "1.2.5"
9619-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
9620-
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
9624+
minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
9625+
version "1.2.6"
9626+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
9627+
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
96219628

96229629
minipass-collect@^1.0.2:
96239630
version "1.0.2"
@@ -12324,14 +12331,14 @@ ts-jest@27.1.4:
1232412331
semver "7.x"
1232512332
yargs-parser "20.x"
1232612333

12327-
tsconfig-paths@^3.12.0:
12328-
version "3.12.0"
12329-
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.12.0.tgz#19769aca6ee8f6a1a341e38c8fa45dd9fb18899b"
12330-
integrity sha512-e5adrnOYT6zqVnWqZu7i/BQ3BnhzvGbjEjejFXO20lKIKpwTaupkCPgEfv4GZK1IBciJUEhYs3J3p75FdaTFVg==
12334+
tsconfig-paths@^3.14.1:
12335+
version "3.14.1"
12336+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"
12337+
integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==
1233112338
dependencies:
1233212339
"@types/json5" "^0.0.29"
1233312340
json5 "^1.0.1"
12334-
minimist "^1.2.0"
12341+
minimist "^1.2.6"
1233512342
strip-bom "^3.0.0"
1233612343

1233712344
tslib@1.11.1, tslib@^1.0.0, tslib@^1.10.0, tslib@^1.11.1, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:

0 commit comments

Comments
 (0)
Please sign in to comment.