Skip to content

Commit db47443

Browse files
renovate-botalan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent 39e474a commit db47443

File tree

5 files changed

+71
-71
lines changed

5 files changed

+71
-71
lines changed

integration/common-engine/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@nguniversal/builders": "file:../../dist/modules-dist/builders",
4848
"codelyzer": "6.0.2",
4949
"concurrently": "7.2.1",
50-
"jasmine-core": "4.1.1",
50+
"jasmine-core": "4.2.0",
5151
"jasmine-spec-reporter": "7.0.0",
5252
"karma": "6.3.20",
5353
"karma-chrome-launcher": "3.1.1",
@@ -56,7 +56,7 @@
5656
"karma-jasmine-html-reporter": "2.0.0",
5757
"protractor": "file:../../node_modules/protractor",
5858
"puppeteer": "file:../../node_modules/puppeteer",
59-
"ts-node": "10.8.0",
59+
"ts-node": "10.8.1",
6060
"typescript": "file:../../node_modules/typescript"
6161
}
6262
}

integration/express-engine-ivy-hybrid/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@nguniversal/builders": "file:../../dist/modules-dist/builders",
5050
"codelyzer": "6.0.2",
5151
"concurrently": "7.2.1",
52-
"jasmine-core": "4.1.1",
52+
"jasmine-core": "4.2.0",
5353
"jasmine-spec-reporter": "7.0.0",
5454
"karma": "6.3.20",
5555
"karma-chrome-launcher": "3.1.1",
@@ -58,7 +58,7 @@
5858
"karma-jasmine-html-reporter": "2.0.0",
5959
"protractor": "file:../../node_modules/protractor",
6060
"puppeteer": "file:../../node_modules/puppeteer",
61-
"ts-node": "10.8.0",
61+
"ts-node": "10.8.1",
6262
"typescript": "file:../../node_modules/typescript"
6363
}
6464
}

integration/express-engine-ivy/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@nguniversal/builders": "file:../../dist/modules-dist/builders",
4848
"codelyzer": "6.0.2",
4949
"concurrently": "7.2.1",
50-
"jasmine-core": "4.1.1",
50+
"jasmine-core": "4.2.0",
5151
"jasmine-spec-reporter": "7.0.0",
5252
"karma": "6.3.20",
5353
"karma-chrome-launcher": "3.1.1",
@@ -56,7 +56,7 @@
5656
"karma-jasmine-html-reporter": "2.0.0",
5757
"protractor": "file:../../node_modules/protractor",
5858
"puppeteer": "file:../../node_modules/puppeteer",
59-
"ts-node": "10.8.0",
59+
"ts-node": "10.8.1",
6060
"typescript": "file:../../node_modules/typescript"
6161
}
6262
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@
6666
"@types/jasmine": "^4.0.0",
6767
"@types/jsdom": "^16.2.10",
6868
"@types/node": "^14.15.0",
69-
"@typescript-eslint/eslint-plugin": "5.27.0",
70-
"@typescript-eslint/parser": "5.27.0",
69+
"@typescript-eslint/eslint-plugin": "5.27.1",
70+
"@typescript-eslint/parser": "5.27.1",
7171
"browser-sync": "^2.26.7",
7272
"critters": "0.0.16",
7373
"domino": "^2.1.2",
7474
"esbuild": "^0.14.0",
75-
"eslint": "8.16.0",
75+
"eslint": "8.17.0",
7676
"eslint-config-prettier": "8.5.0",
7777
"eslint-plugin-header": "3.1.1",
7878
"eslint-plugin-import": "2.26.0",
@@ -88,15 +88,15 @@
8888
"piscina": "~3.2.0",
8989
"prettier": "^2.2.1",
9090
"protractor": "7.0.0",
91-
"puppeteer": "14.2.1",
91+
"puppeteer": "14.3.0",
9292
"rollup": "~2.75.0",
9393
"rollup-plugin-sourcemaps": "^0.6.0",
9494
"rxjs": "^6.5.3",
9595
"shelljs": "^0.8.3",
9696
"source-map-support": "^0.5.9",
9797
"terser": "^5.0.0",
9898
"tree-kill": "^1.2.1",
99-
"ts-node": "10.8.0",
99+
"ts-node": "10.8.1",
100100
"tslib": "~2.4.0",
101101
"tsutils": "^3.0.0",
102102
"typescript": "4.7.2",

yarn.lock

Lines changed: 60 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -2243,84 +2243,84 @@
22432243
dependencies:
22442244
"@types/node" "*"
22452245

2246-
"@typescript-eslint/eslint-plugin@5.27.0":
2247-
version "5.27.0"
2248-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.27.0.tgz#23d82a4f21aaafd8f69dbab7e716323bb6695cc8"
2249-
integrity sha512-DDrIA7GXtmHXr1VCcx9HivA39eprYBIFxbQEHI6NyraRDxCGpxAFiYQAT/1Y0vh1C+o2vfBiy4IuPoXxtTZCAQ==
2250-
dependencies:
2251-
"@typescript-eslint/scope-manager" "5.27.0"
2252-
"@typescript-eslint/type-utils" "5.27.0"
2253-
"@typescript-eslint/utils" "5.27.0"
2246+
"@typescript-eslint/eslint-plugin@5.27.1":
2247+
version "5.27.1"
2248+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.27.1.tgz#fdf59c905354139046b41b3ed95d1609913d0758"
2249+
integrity sha512-6dM5NKT57ZduNnJfpY81Phe9nc9wolnMCnknb1im6brWi1RYv84nbMS3olJa27B6+irUVV1X/Wb+Am0FjJdGFw==
2250+
dependencies:
2251+
"@typescript-eslint/scope-manager" "5.27.1"
2252+
"@typescript-eslint/type-utils" "5.27.1"
2253+
"@typescript-eslint/utils" "5.27.1"
22542254
debug "^4.3.4"
22552255
functional-red-black-tree "^1.0.1"
22562256
ignore "^5.2.0"
22572257
regexpp "^3.2.0"
22582258
semver "^7.3.7"
22592259
tsutils "^3.21.0"
22602260

2261-
"@typescript-eslint/parser@5.27.0":
2262-
version "5.27.0"
2263-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.27.0.tgz#62bb091ed5cf9c7e126e80021bb563dcf36b6b12"
2264-
integrity sha512-8oGjQF46c52l7fMiPPvX4It3u3V3JipssqDfHQ2hcR0AeR8Zge+OYyKUCm5b70X72N1qXt0qgHenwN6Gc2SXZA==
2261+
"@typescript-eslint/parser@5.27.1":
2262+
version "5.27.1"
2263+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.27.1.tgz#3a4dcaa67e45e0427b6ca7bb7165122c8b569639"
2264+
integrity sha512-7Va2ZOkHi5NP+AZwb5ReLgNF6nWLGTeUJfxdkVUAPPSaAdbWNnFZzLZ4EGGmmiCTg+AwlbE1KyUYTBglosSLHQ==
22652265
dependencies:
2266-
"@typescript-eslint/scope-manager" "5.27.0"
2267-
"@typescript-eslint/types" "5.27.0"
2268-
"@typescript-eslint/typescript-estree" "5.27.0"
2266+
"@typescript-eslint/scope-manager" "5.27.1"
2267+
"@typescript-eslint/types" "5.27.1"
2268+
"@typescript-eslint/typescript-estree" "5.27.1"
22692269
debug "^4.3.4"
22702270

2271-
"@typescript-eslint/scope-manager@5.27.0":
2272-
version "5.27.0"
2273-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.27.0.tgz#a272178f613050ed62f51f69aae1e19e870a8bbb"
2274-
integrity sha512-VnykheBQ/sHd1Vt0LJ1JLrMH1GzHO+SzX6VTXuStISIsvRiurue/eRkTqSrG0CexHQgKG8shyJfR4o5VYioB9g==
2271+
"@typescript-eslint/scope-manager@5.27.1":
2272+
version "5.27.1"
2273+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.27.1.tgz#4d1504392d01fe5f76f4a5825991ec78b7b7894d"
2274+
integrity sha512-fQEOSa/QroWE6fAEg+bJxtRZJTH8NTskggybogHt4H9Da8zd4cJji76gA5SBlR0MgtwF7rebxTbDKB49YUCpAg==
22752275
dependencies:
2276-
"@typescript-eslint/types" "5.27.0"
2277-
"@typescript-eslint/visitor-keys" "5.27.0"
2276+
"@typescript-eslint/types" "5.27.1"
2277+
"@typescript-eslint/visitor-keys" "5.27.1"
22782278

2279-
"@typescript-eslint/type-utils@5.27.0":
2280-
version "5.27.0"
2281-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.27.0.tgz#36fd95f6747412251d79c795b586ba766cf0974b"
2282-
integrity sha512-vpTvRRchaf628Hb/Xzfek+85o//zEUotr1SmexKvTfs7czXfYjXVT/a5yDbpzLBX1rhbqxjDdr1Gyo0x1Fc64g==
2279+
"@typescript-eslint/type-utils@5.27.1":
2280+
version "5.27.1"
2281+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.27.1.tgz#369f695199f74c1876e395ebea202582eb1d4166"
2282+
integrity sha512-+UC1vVUWaDHRnC2cQrCJ4QtVjpjjCgjNFpg8b03nERmkHv9JV9X5M19D7UFMd+/G7T/sgFwX2pGmWK38rqyvXw==
22832283
dependencies:
2284-
"@typescript-eslint/utils" "5.27.0"
2284+
"@typescript-eslint/utils" "5.27.1"
22852285
debug "^4.3.4"
22862286
tsutils "^3.21.0"
22872287

2288-
"@typescript-eslint/types@5.27.0":
2289-
version "5.27.0"
2290-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.27.0.tgz#c3f44b9dda6177a9554f94a74745ca495ba9c001"
2291-
integrity sha512-lY6C7oGm9a/GWhmUDOs3xAVRz4ty/XKlQ2fOLr8GAIryGn0+UBOoJDWyHer3UgrHkenorwvBnphhP+zPmzmw0A==
2288+
"@typescript-eslint/types@5.27.1":
2289+
version "5.27.1"
2290+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.27.1.tgz#34e3e629501349d38be6ae97841298c03a6ffbf1"
2291+
integrity sha512-LgogNVkBhCTZU/m8XgEYIWICD6m4dmEDbKXESCbqOXfKZxRKeqpiJXQIErv66sdopRKZPo5l32ymNqibYEH/xg==
22922292

2293-
"@typescript-eslint/typescript-estree@5.27.0":
2294-
version "5.27.0"
2295-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.27.0.tgz#7965f5b553c634c5354a47dcce0b40b94611e995"
2296-
integrity sha512-QywPMFvgZ+MHSLRofLI7BDL+UczFFHyj0vF5ibeChDAJgdTV8k4xgEwF0geFhVlPc1p8r70eYewzpo6ps+9LJQ==
2293+
"@typescript-eslint/typescript-estree@5.27.1":
2294+
version "5.27.1"
2295+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.27.1.tgz#7621ee78607331821c16fffc21fc7a452d7bc808"
2296+
integrity sha512-DnZvvq3TAJ5ke+hk0LklvxwYsnXpRdqUY5gaVS0D4raKtbznPz71UJGnPTHEFo0GDxqLOLdMkkmVZjSpET1hFw==
22972297
dependencies:
2298-
"@typescript-eslint/types" "5.27.0"
2299-
"@typescript-eslint/visitor-keys" "5.27.0"
2298+
"@typescript-eslint/types" "5.27.1"
2299+
"@typescript-eslint/visitor-keys" "5.27.1"
23002300
debug "^4.3.4"
23012301
globby "^11.1.0"
23022302
is-glob "^4.0.3"
23032303
semver "^7.3.7"
23042304
tsutils "^3.21.0"
23052305

2306-
"@typescript-eslint/utils@5.27.0":
2307-
version "5.27.0"
2308-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.27.0.tgz#d0021cbf686467a6a9499bd0589e19665f9f7e71"
2309-
integrity sha512-nZvCrkIJppym7cIbP3pOwIkAefXOmfGPnCM0LQfzNaKxJHI6VjI8NC662uoiPlaf5f6ymkTy9C3NQXev2mdXmA==
2306+
"@typescript-eslint/utils@5.27.1":
2307+
version "5.27.1"
2308+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.27.1.tgz#b4678b68a94bc3b85bf08f243812a6868ac5128f"
2309+
integrity sha512-mZ9WEn1ZLDaVrhRaYgzbkXBkTPghPFsup8zDbbsYTxC5OmqrFE7skkKS/sraVsLP3TcT3Ki5CSyEFBRkLH/H/w==
23102310
dependencies:
23112311
"@types/json-schema" "^7.0.9"
2312-
"@typescript-eslint/scope-manager" "5.27.0"
2313-
"@typescript-eslint/types" "5.27.0"
2314-
"@typescript-eslint/typescript-estree" "5.27.0"
2312+
"@typescript-eslint/scope-manager" "5.27.1"
2313+
"@typescript-eslint/types" "5.27.1"
2314+
"@typescript-eslint/typescript-estree" "5.27.1"
23152315
eslint-scope "^5.1.1"
23162316
eslint-utils "^3.0.0"
23172317

2318-
"@typescript-eslint/visitor-keys@5.27.0":
2319-
version "5.27.0"
2320-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.27.0.tgz#97aa9a5d2f3df8215e6d3b77f9d214a24db269bd"
2321-
integrity sha512-46cYrteA2MrIAjv9ai44OQDUoCZyHeGIc4lsjCUX2WT6r4C+kidz1bNiR4017wHOPUythYeH+Sc7/cFP97KEAA==
2318+
"@typescript-eslint/visitor-keys@5.27.1":
2319+
version "5.27.1"
2320+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.27.1.tgz#05a62666f2a89769dac2e6baa48f74e8472983af"
2321+
integrity sha512-xYs6ffo01nhdJgPieyk7HAOpjhTsx7r/oB9LWEhwAXgwn33tkr+W8DI2ChboqhZlC4q3TC6geDYPoiX8ROqyOQ==
23222322
dependencies:
2323-
"@typescript-eslint/types" "5.27.0"
2323+
"@typescript-eslint/types" "5.27.1"
23242324
eslint-visitor-keys "^3.3.0"
23252325

23262326
"@webassemblyjs/ast@1.11.1":
@@ -4498,10 +4498,10 @@ eslint-visitor-keys@^3.3.0:
44984498
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
44994499
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
45004500

4501-
eslint@8.16.0:
4502-
version "8.16.0"
4503-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.16.0.tgz#6d936e2d524599f2a86c708483b4c372c5d3bbae"
4504-
integrity sha512-MBndsoXY/PeVTDJeWsYj7kLZ5hQpJOfMYLsF6LicLHQWbRDG19lK5jOix4DPl8yY4SUFcE3txy86OzFLWT+yoA==
4501+
eslint@8.17.0:
4502+
version "8.17.0"
4503+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.17.0.tgz#1cfc4b6b6912f77d24b874ca1506b0fe09328c21"
4504+
integrity sha512-gq0m0BTJfci60Fz4nczYxNAlED+sMcihltndR8t9t1evnU/azx53x3t2UHXC/uRjcbvRw/XctpaNygSTcQD+Iw==
45054505
dependencies:
45064506
"@eslint/eslintrc" "^1.3.0"
45074507
"@humanwhocodes/config-array" "^0.9.2"
@@ -7622,10 +7622,10 @@ punycode@^2.1.0, punycode@^2.1.1:
76227622
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
76237623
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
76247624

7625-
puppeteer@14.2.1:
7626-
version "14.2.1"
7627-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-14.2.1.tgz#e343379061e0211b4c02d0c535883c26a39f825e"
7628-
integrity sha512-cIEsAbEbNYqHbkvdZY4+YSdxVwh4YFqOHSezuLpu46XAYlKkQeAMdJQ+mDAxg9v77gIn8PHJ6PlftIVsWKRACA==
7625+
puppeteer@14.3.0:
7626+
version "14.3.0"
7627+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-14.3.0.tgz#0099cabf97767461aca02486313e84fcfc776af6"
7628+
integrity sha512-pDtg1+vyw1UPIhUjh2/VW1HUdQnaZJHfMacrJciR3AVm+PBiqdCEcFeFb3UJ/CDEQlHOClm3/WFa7IjY25zIGg==
76297629
dependencies:
76307630
cross-fetch "3.1.5"
76317631
debug "4.3.4"
@@ -8895,10 +8895,10 @@ tree-kill@1.2.2, tree-kill@^1.2.1:
88958895
resolved "https://registry.yarnpkg.com/true-case-path/-/true-case-path-2.2.1.tgz#c5bf04a5bbec3fd118be4084461b3a27c4d796bf"
88968896
integrity sha512-0z3j8R7MCjy10kc/g+qg7Ln3alJTodw9aDuVWZa3uiWqfuBMKeAeP2ocWcxoyM3D73yz3Jt/Pu4qPr4wHSdB/Q==
88978897

8898-
ts-node@10.8.0:
8899-
version "10.8.0"
8900-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.8.0.tgz#3ceb5ac3e67ae8025c1950626aafbdecb55d82ce"
8901-
integrity sha512-/fNd5Qh+zTt8Vt1KbYZjRHCE9sI5i7nqfD/dzBBRDeVXZXS6kToW6R7tTU6Nd4XavFs0mAVCg29Q//ML7WsZYA==
8898+
ts-node@10.8.1:
8899+
version "10.8.1"
8900+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.8.1.tgz#ea2bd3459011b52699d7e88daa55a45a1af4f066"
8901+
integrity sha512-Wwsnao4DQoJsN034wePSg5nZiw4YKXf56mPIAeD6wVmiv+RytNSWqc2f3fKvcUoV+Yn2+yocD71VOfQHbmVX4g==
89028902
dependencies:
89038903
"@cspotcode/source-map-support" "^0.8.0"
89048904
"@tsconfig/node10" "^1.0.7"

0 commit comments

Comments
 (0)