Skip to content

Commit f1844f1

Browse files
renovate[bot]alan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent 66a53a1 commit f1844f1

File tree

2 files changed

+60
-60
lines changed

2 files changed

+60
-60
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@
6767
"@types/jasmine": "^4.0.0",
6868
"@types/jsdom": "^16.2.10",
6969
"@types/node": "^14.15.0",
70-
"@typescript-eslint/eslint-plugin": "5.28.0",
71-
"@typescript-eslint/parser": "5.28.0",
70+
"@typescript-eslint/eslint-plugin": "5.29.0",
71+
"@typescript-eslint/parser": "5.29.0",
7272
"browser-sync": "^2.26.7",
7373
"critters": "0.0.16",
7474
"domino": "^2.1.2",
7575
"esbuild": "^0.14.0",
76-
"eslint": "8.17.0",
76+
"eslint": "8.18.0",
7777
"eslint-config-prettier": "8.5.0",
7878
"eslint-plugin-header": "3.1.1",
7979
"eslint-plugin-import": "2.26.0",
@@ -89,7 +89,7 @@
8989
"piscina": "~3.2.0",
9090
"prettier": "^2.2.1",
9191
"protractor": "7.0.0",
92-
"puppeteer": "14.4.0",
92+
"puppeteer": "14.4.1",
9393
"rollup": "~2.75.0",
9494
"rollup-plugin-sourcemaps": "^0.6.0",
9595
"rxjs": "^6.5.3",

yarn.lock

+56-56
Original file line numberDiff line numberDiff line change
@@ -2250,84 +2250,84 @@
22502250
dependencies:
22512251
"@types/node" "*"
22522252

2253-
"@typescript-eslint/eslint-plugin@5.28.0":
2254-
version "5.28.0"
2255-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.28.0.tgz#6204ac33bdd05ab27c7f77960f1023951115d403"
2256-
integrity sha512-DXVU6Cg29H2M6EybqSg2A+x8DgO9TCUBRp4QEXQHJceLS7ogVDP0g3Lkg/SZCqcvkAP/RruuQqK0gdlkgmhSUA==
2257-
dependencies:
2258-
"@typescript-eslint/scope-manager" "5.28.0"
2259-
"@typescript-eslint/type-utils" "5.28.0"
2260-
"@typescript-eslint/utils" "5.28.0"
2253+
"@typescript-eslint/eslint-plugin@5.29.0":
2254+
version "5.29.0"
2255+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.29.0.tgz#c67794d2b0fd0b4a47f50266088acdc52a08aab6"
2256+
integrity sha512-kgTsISt9pM53yRFQmLZ4npj99yGl3x3Pl7z4eA66OuTzAGC4bQB5H5fuLwPnqTKU3yyrrg4MIhjF17UYnL4c0w==
2257+
dependencies:
2258+
"@typescript-eslint/scope-manager" "5.29.0"
2259+
"@typescript-eslint/type-utils" "5.29.0"
2260+
"@typescript-eslint/utils" "5.29.0"
22612261
debug "^4.3.4"
22622262
functional-red-black-tree "^1.0.1"
22632263
ignore "^5.2.0"
22642264
regexpp "^3.2.0"
22652265
semver "^7.3.7"
22662266
tsutils "^3.21.0"
22672267

2268-
"@typescript-eslint/parser@5.28.0":
2269-
version "5.28.0"
2270-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.28.0.tgz#639b101cad2bfb7ae16e69710ac95c42bd4eae33"
2271-
integrity sha512-ekqoNRNK1lAcKhZESN/PdpVsWbP9jtiNqzFWkp/yAUdZvJalw2heCYuqRmM5eUJSIYEkgq5sGOjq+ZqsLMjtRA==
2268+
"@typescript-eslint/parser@5.29.0":
2269+
version "5.29.0"
2270+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.29.0.tgz#41314b195b34d44ff38220caa55f3f93cfca43cf"
2271+
integrity sha512-ruKWTv+x0OOxbzIw9nW5oWlUopvP/IQDjB5ZqmTglLIoDTctLlAJpAQFpNPJP/ZI7hTT9sARBosEfaKbcFuECw==
22722272
dependencies:
2273-
"@typescript-eslint/scope-manager" "5.28.0"
2274-
"@typescript-eslint/types" "5.28.0"
2275-
"@typescript-eslint/typescript-estree" "5.28.0"
2273+
"@typescript-eslint/scope-manager" "5.29.0"
2274+
"@typescript-eslint/types" "5.29.0"
2275+
"@typescript-eslint/typescript-estree" "5.29.0"
22762276
debug "^4.3.4"
22772277

2278-
"@typescript-eslint/scope-manager@5.28.0":
2279-
version "5.28.0"
2280-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.28.0.tgz#ef9a5c68fecde72fd2ff8a84b9c120324826c1b9"
2281-
integrity sha512-LeBLTqF/he1Z+boRhSqnso6YrzcKMTQ8bO/YKEe+6+O/JGof9M0g3IJlIsqfrK/6K03MlFIlycbf1uQR1IjE+w==
2278+
"@typescript-eslint/scope-manager@5.29.0":
2279+
version "5.29.0"
2280+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.29.0.tgz#2a6a32e3416cb133e9af8dcf54bf077a916aeed3"
2281+
integrity sha512-etbXUT0FygFi2ihcxDZjz21LtC+Eps9V2xVx09zFoN44RRHPrkMflidGMI+2dUs821zR1tDS6Oc9IXxIjOUZwA==
22822282
dependencies:
2283-
"@typescript-eslint/types" "5.28.0"
2284-
"@typescript-eslint/visitor-keys" "5.28.0"
2283+
"@typescript-eslint/types" "5.29.0"
2284+
"@typescript-eslint/visitor-keys" "5.29.0"
22852285

2286-
"@typescript-eslint/type-utils@5.28.0":
2287-
version "5.28.0"
2288-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.28.0.tgz#53ccc78fdcf0205ef544d843b84104c0e9c7ca8e"
2289-
integrity sha512-SyKjKh4CXPglueyC6ceAFytjYWMoPHMswPQae236zqe1YbhvCVQyIawesYywGiu98L9DwrxsBN69vGIVxJ4mQQ==
2286+
"@typescript-eslint/type-utils@5.29.0":
2287+
version "5.29.0"
2288+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.29.0.tgz#241918001d164044020b37d26d5b9f4e37cc3d5d"
2289+
integrity sha512-JK6bAaaiJozbox3K220VRfCzLa9n0ib/J+FHIwnaV3Enw/TO267qe0pM1b1QrrEuy6xun374XEAsRlA86JJnyg==
22902290
dependencies:
2291-
"@typescript-eslint/utils" "5.28.0"
2291+
"@typescript-eslint/utils" "5.29.0"
22922292
debug "^4.3.4"
22932293
tsutils "^3.21.0"
22942294

2295-
"@typescript-eslint/types@5.28.0":
2296-
version "5.28.0"
2297-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.28.0.tgz#cffd9bcdce28db6daaa146e48a0be4387a6f4e9d"
2298-
integrity sha512-2OOm8ZTOQxqkPbf+DAo8oc16sDlVR5owgJfKheBkxBKg1vAfw2JsSofH9+16VPlN9PWtv8Wzhklkqw3k/zCVxA==
2295+
"@typescript-eslint/types@5.29.0":
2296+
version "5.29.0"
2297+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.29.0.tgz#7861d3d288c031703b2d97bc113696b4d8c19aab"
2298+
integrity sha512-X99VbqvAXOMdVyfFmksMy3u8p8yoRGITgU1joBJPzeYa0rhdf5ok9S56/itRoUSh99fiDoMtarSIJXo7H/SnOg==
22992299

2300-
"@typescript-eslint/typescript-estree@5.28.0":
2301-
version "5.28.0"
2302-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.28.0.tgz#3487d158d091ca2772b285e67412ff6d9797d863"
2303-
integrity sha512-9GX+GfpV+F4hdTtYc6OV9ZkyYilGXPmQpm6AThInpBmKJEyRSIjORJd1G9+bknb7OTFYL+Vd4FBJAO6T78OVqA==
2300+
"@typescript-eslint/typescript-estree@5.29.0":
2301+
version "5.29.0"
2302+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.29.0.tgz#e83d19aa7fd2e74616aab2f25dfbe4de4f0b5577"
2303+
integrity sha512-mQvSUJ/JjGBdvo+1LwC+GY2XmSYjK1nAaVw2emp/E61wEVYEyibRHCqm1I1vEKbXCpUKuW4G7u9ZCaZhJbLoNQ==
23042304
dependencies:
2305-
"@typescript-eslint/types" "5.28.0"
2306-
"@typescript-eslint/visitor-keys" "5.28.0"
2305+
"@typescript-eslint/types" "5.29.0"
2306+
"@typescript-eslint/visitor-keys" "5.29.0"
23072307
debug "^4.3.4"
23082308
globby "^11.1.0"
23092309
is-glob "^4.0.3"
23102310
semver "^7.3.7"
23112311
tsutils "^3.21.0"
23122312

2313-
"@typescript-eslint/utils@5.28.0":
2314-
version "5.28.0"
2315-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.28.0.tgz#b27a136eac300a48160b36d2aad0da44a1341b99"
2316-
integrity sha512-E60N5L0fjv7iPJV3UGc4EC+A3Lcj4jle9zzR0gW7vXhflO7/J29kwiTGITA2RlrmPokKiZbBy2DgaclCaEUs6g==
2313+
"@typescript-eslint/utils@5.29.0":
2314+
version "5.29.0"
2315+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.29.0.tgz#775046effd5019667bd086bcf326acbe32cd0082"
2316+
integrity sha512-3Eos6uP1nyLOBayc/VUdKZikV90HahXE5Dx9L5YlSd/7ylQPXhLk1BYb29SDgnBnTp+jmSZUU0QxUiyHgW4p7A==
23172317
dependencies:
23182318
"@types/json-schema" "^7.0.9"
2319-
"@typescript-eslint/scope-manager" "5.28.0"
2320-
"@typescript-eslint/types" "5.28.0"
2321-
"@typescript-eslint/typescript-estree" "5.28.0"
2319+
"@typescript-eslint/scope-manager" "5.29.0"
2320+
"@typescript-eslint/types" "5.29.0"
2321+
"@typescript-eslint/typescript-estree" "5.29.0"
23222322
eslint-scope "^5.1.1"
23232323
eslint-utils "^3.0.0"
23242324

2325-
"@typescript-eslint/visitor-keys@5.28.0":
2326-
version "5.28.0"
2327-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.28.0.tgz#982bb226b763c48fc1859a60de33fbf939d40a0f"
2328-
integrity sha512-BtfP1vCor8cWacovzzPFOoeW4kBQxzmhxGoOpt0v1SFvG+nJ0cWaVdJk7cky1ArTcFHHKNIxyo2LLr3oNkSuXA==
2325+
"@typescript-eslint/visitor-keys@5.29.0":
2326+
version "5.29.0"
2327+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.29.0.tgz#7a4749fa7ef5160c44a451bf060ac1dc6dfb77ee"
2328+
integrity sha512-Hpb/mCWsjILvikMQoZIE3voc9wtQcS0A9FUw3h8bhr9UxBdtI/tw1ZDZUOXHXLOVMedKCH5NxyzATwnU78bWCQ==
23292329
dependencies:
2330-
"@typescript-eslint/types" "5.28.0"
2330+
"@typescript-eslint/types" "5.29.0"
23312331
eslint-visitor-keys "^3.3.0"
23322332

23332333
"@webassemblyjs/ast@1.11.1":
@@ -4379,10 +4379,10 @@ eslint-visitor-keys@^3.3.0:
43794379
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
43804380
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
43814381

4382-
eslint@8.17.0:
4383-
version "8.17.0"
4384-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.17.0.tgz#1cfc4b6b6912f77d24b874ca1506b0fe09328c21"
4385-
integrity sha512-gq0m0BTJfci60Fz4nczYxNAlED+sMcihltndR8t9t1evnU/azx53x3t2UHXC/uRjcbvRw/XctpaNygSTcQD+Iw==
4382+
eslint@8.18.0:
4383+
version "8.18.0"
4384+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.18.0.tgz#78d565d16c993d0b73968c523c0446b13da784fd"
4385+
integrity sha512-As1EfFMVk7Xc6/CvhssHUjsAQSkpfXvUGMFC3ce8JDe6WvqCgRrLOBQbVpsBFr1X1V+RACOadnzVvcUS5ni2bA==
43864386
dependencies:
43874387
"@eslint/eslintrc" "^1.3.0"
43884388
"@humanwhocodes/config-array" "^0.9.2"
@@ -7481,10 +7481,10 @@ punycode@^2.1.0, punycode@^2.1.1:
74817481
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
74827482
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
74837483

7484-
puppeteer@14.4.0:
7485-
version "14.4.0"
7486-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-14.4.0.tgz#e711789814f785484ff5906d464a32a8146a1304"
7487-
integrity sha512-hAXoJX7IAmnRBwf4VrowoRdrS8hqWZsGuQ1Dg5R0AwDK5juaxnNO/obySo9+ytyF7pp9/VsmIA9yFE1GLSouCQ==
7484+
puppeteer@14.4.1:
7485+
version "14.4.1"
7486+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-14.4.1.tgz#6c7437a65f7ba98ef8ad7c2b0f1cf808e91617bb"
7487+
integrity sha512-+H0Gm84aXUvSLdSiDROtLlOofftClgw2TdceMvvCU9UvMryappoeS3+eOLfKvoy4sm8B8MWnYmPhWxVFudAOFQ==
74887488
dependencies:
74897489
cross-fetch "3.1.5"
74907490
debug "4.3.4"

0 commit comments

Comments
 (0)