Skip to content

Commit 6801e3d

Browse files
renovate-botalan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent 4de2eb5 commit 6801e3d

File tree

3 files changed

+77
-77
lines changed

3 files changed

+77
-77
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@
117117
"@types/semver": "^7.0.0",
118118
"@types/text-table": "^0.2.1",
119119
"@types/uuid": "^8.0.0",
120-
"@typescript-eslint/eslint-plugin": "5.9.1",
121-
"@typescript-eslint/parser": "5.9.1",
120+
"@typescript-eslint/eslint-plugin": "5.10.0",
121+
"@typescript-eslint/parser": "5.10.0",
122122
"@yarnpkg/lockfile": "1.1.0",
123123
"ajv": "8.9.0",
124124
"ajv-formats": "2.1.1",
@@ -171,7 +171,7 @@
171171
"license-webpack-plugin": "4.0.0",
172172
"loader-utils": "3.2.0",
173173
"magic-string": "0.25.7",
174-
"mini-css-extract-plugin": "2.5.0",
174+
"mini-css-extract-plugin": "2.5.2",
175175
"minimatch": "3.0.4",
176176
"minimist": "^1.2.0",
177177
"ng-packagr": "13.1.3",
@@ -191,12 +191,12 @@
191191
"postcss-preset-env": "7.2.3",
192192
"prettier": "^2.0.0",
193193
"protractor": "~7.0.0",
194-
"puppeteer": "13.0.1",
194+
"puppeteer": "13.1.1",
195195
"quicktype-core": "6.0.69",
196196
"regenerator-runtime": "0.13.9",
197197
"resolve-url-loader": "5.0.0",
198198
"rxjs": "6.6.7",
199-
"sass": "1.48.0",
199+
"sass": "1.49.0",
200200
"sass-loader": "12.4.0",
201201
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.6.4-linux.tar.gz",
202202
"semver": "7.3.5",

packages/angular_devkit/build_angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"less-loader": "10.2.0",
4242
"license-webpack-plugin": "4.0.0",
4343
"loader-utils": "3.2.0",
44-
"mini-css-extract-plugin": "2.5.0",
44+
"mini-css-extract-plugin": "2.5.2",
4545
"minimatch": "3.0.4",
4646
"open": "8.4.0",
4747
"ora": "5.4.1",
@@ -54,7 +54,7 @@
5454
"regenerator-runtime": "0.13.9",
5555
"resolve-url-loader": "5.0.0",
5656
"rxjs": "6.6.7",
57-
"sass": "1.48.0",
57+
"sass": "1.49.0",
5858
"sass-loader": "12.4.0",
5959
"semver": "7.3.5",
6060
"source-map-loader": "3.0.1",

yarn.lock

Lines changed: 70 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -2652,84 +2652,84 @@
26522652
dependencies:
26532653
"@types/node" "*"
26542654

2655-
"@typescript-eslint/eslint-plugin@5.9.1":
2656-
version "5.9.1"
2657-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.9.1.tgz#e5a86d7e1f9dc0b3df1e6d94feaf20dd838d066c"
2658-
integrity sha512-Xv9tkFlyD4MQGpJgTo6wqDqGvHIRmRgah/2Sjz1PUnJTawjHWIwBivUE9x0QtU2WVii9baYgavo/bHjrZJkqTw==
2659-
dependencies:
2660-
"@typescript-eslint/experimental-utils" "5.9.1"
2661-
"@typescript-eslint/scope-manager" "5.9.1"
2662-
"@typescript-eslint/type-utils" "5.9.1"
2655+
"@typescript-eslint/eslint-plugin@5.10.0":
2656+
version "5.10.0"
2657+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.10.0.tgz#e90afea96dff8620892ad216b0e4ccdf8ee32d3a"
2658+
integrity sha512-XXVKnMsq2fuu9K2KsIxPUGqb6xAImz8MEChClbXmE3VbveFtBUU5bzM6IPVWqzyADIgdkS2Ws/6Xo7W2TeZWjQ==
2659+
dependencies:
2660+
"@typescript-eslint/scope-manager" "5.10.0"
2661+
"@typescript-eslint/type-utils" "5.10.0"
2662+
"@typescript-eslint/utils" "5.10.0"
26632663
debug "^4.3.2"
26642664
functional-red-black-tree "^1.0.1"
26652665
ignore "^5.1.8"
26662666
regexpp "^3.2.0"
26672667
semver "^7.3.5"
26682668
tsutils "^3.21.0"
26692669

2670-
"@typescript-eslint/[email protected]":
2671-
version "5.9.1"
2672-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.9.1.tgz#8c407c4dd5ffe522329df6e4c9c2b52206d5f7f1"
2673-
integrity sha512-cb1Njyss0mLL9kLXgS/eEY53SZQ9sT519wpX3i+U457l2UXRDuo87hgKfgRazmu9/tQb0x2sr3Y0yrU+Zz0y+w==
2674-
dependencies:
2675-
"@types/json-schema" "^7.0.9"
2676-
"@typescript-eslint/scope-manager" "5.9.1"
2677-
"@typescript-eslint/types" "5.9.1"
2678-
"@typescript-eslint/typescript-estree" "5.9.1"
2679-
eslint-scope "^5.1.1"
2680-
eslint-utils "^3.0.0"
2681-
2682-
"@typescript-eslint/[email protected]":
2683-
version "5.9.1"
2684-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.9.1.tgz#b114011010a87e17b3265ca715e16c76a9834cef"
2685-
integrity sha512-PLYO0AmwD6s6n0ZQB5kqPgfvh73p0+VqopQQLuNfi7Lm0EpfKyDalchpVwkE+81k5HeiRrTV/9w1aNHzjD7C4g==
2670+
"@typescript-eslint/[email protected]":
2671+
version "5.10.0"
2672+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.10.0.tgz#8f59e036f5f1cffc178cacbd5ccdd02aeb96c91c"
2673+
integrity sha512-pJB2CCeHWtwOAeIxv8CHVGJhI5FNyJAIpx5Pt72YkK3QfEzt6qAlXZuyaBmyfOdM62qU0rbxJzNToPTVeJGrQw==
26862674
dependencies:
2687-
"@typescript-eslint/scope-manager" "5.9.1"
2688-
"@typescript-eslint/types" "5.9.1"
2689-
"@typescript-eslint/typescript-estree" "5.9.1"
2675+
"@typescript-eslint/scope-manager" "5.10.0"
2676+
"@typescript-eslint/types" "5.10.0"
2677+
"@typescript-eslint/typescript-estree" "5.10.0"
26902678
debug "^4.3.2"
26912679

2692-
"@typescript-eslint/scope-manager@5.9.1":
2693-
version "5.9.1"
2694-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.9.1.tgz#6c27be89f1a9409f284d95dfa08ee3400166fe69"
2695-
integrity sha512-8BwvWkho3B/UOtzRyW07ffJXPaLSUKFBjpq8aqsRvu6HdEuzCY57+ffT7QoV4QXJXWSU1+7g3wE4AlgImmQ9pQ==
2680+
"@typescript-eslint/scope-manager@5.10.0":
2681+
version "5.10.0"
2682+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.10.0.tgz#bb5d872e8b9e36203908595507fbc4d3105329cb"
2683+
integrity sha512-tgNgUgb4MhqK6DoKn3RBhyZ9aJga7EQrw+2/OiDk5hKf3pTVZWyqBi7ukP+Z0iEEDMF5FDa64LqODzlfE4O/Dg==
26962684
dependencies:
2697-
"@typescript-eslint/types" "5.9.1"
2698-
"@typescript-eslint/visitor-keys" "5.9.1"
2685+
"@typescript-eslint/types" "5.10.0"
2686+
"@typescript-eslint/visitor-keys" "5.10.0"
26992687

2700-
"@typescript-eslint/type-utils@5.9.1":
2701-
version "5.9.1"
2702-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.9.1.tgz#c6832ffe655b9b1fec642d36db1a262d721193de"
2703-
integrity sha512-tRSpdBnPRssjlUh35rE9ug5HrUvaB9ntREy7gPXXKwmIx61TNN7+l5YKgi1hMKxo5NvqZCfYhA5FvyuJG6X6vg==
2688+
"@typescript-eslint/type-utils@5.10.0":
2689+
version "5.10.0"
2690+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.10.0.tgz#8524b9479c19c478347a7df216827e749e4a51e5"
2691+
integrity sha512-TzlyTmufJO5V886N+hTJBGIfnjQDQ32rJYxPaeiyWKdjsv2Ld5l8cbS7pxim4DeNs62fKzRSt8Q14Evs4JnZyQ==
27042692
dependencies:
2705-
"@typescript-eslint/experimental-utils" "5.9.1"
2693+
"@typescript-eslint/utils" "5.10.0"
27062694
debug "^4.3.2"
27072695
tsutils "^3.21.0"
27082696

2709-
"@typescript-eslint/types@5.9.1":
2710-
version "5.9.1"
2711-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.9.1.tgz#1bef8f238a2fb32ebc6ff6d75020d9f47a1593c6"
2712-
integrity sha512-SsWegWudWpkZCwwYcKoDwuAjoZXnM1y2EbEerTHho19Hmm+bQ56QG4L4jrtCu0bI5STaRTvRTZmjprWlTw/5NQ==
2697+
"@typescript-eslint/types@5.10.0":
2698+
version "5.10.0"
2699+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.10.0.tgz#beb3cb345076f5b088afe996d57bcd1dfddaa75c"
2700+
integrity sha512-wUljCgkqHsMZbw60IbOqT/puLfyqqD5PquGiBo1u1IS3PLxdi3RDGlyf032IJyh+eQoGhz9kzhtZa+VC4eWTlQ==
27132701

2714-
"@typescript-eslint/typescript-estree@5.9.1":
2715-
version "5.9.1"
2716-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.9.1.tgz#d5b996f49476495070d2b8dd354861cf33c005d6"
2717-
integrity sha512-gL1sP6A/KG0HwrahVXI9fZyeVTxEYV//6PmcOn1tD0rw8VhUWYeZeuWHwwhnewnvEMcHjhnJLOBhA9rK4vmb8A==
2702+
"@typescript-eslint/typescript-estree@5.10.0":
2703+
version "5.10.0"
2704+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.0.tgz#4be24a3dea0f930bb1397c46187d0efdd955a224"
2705+
integrity sha512-x+7e5IqfwLwsxTdliHRtlIYkgdtYXzE0CkFeV6ytAqq431ZyxCFzNMNR5sr3WOlIG/ihVZr9K/y71VHTF/DUQA==
27182706
dependencies:
2719-
"@typescript-eslint/types" "5.9.1"
2720-
"@typescript-eslint/visitor-keys" "5.9.1"
2707+
"@typescript-eslint/types" "5.10.0"
2708+
"@typescript-eslint/visitor-keys" "5.10.0"
27212709
debug "^4.3.2"
27222710
globby "^11.0.4"
27232711
is-glob "^4.0.3"
27242712
semver "^7.3.5"
27252713
tsutils "^3.21.0"
27262714

2727-
"@typescript-eslint/[email protected]":
2728-
version "5.9.1"
2729-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.9.1.tgz#f52206f38128dd4f675cf28070a41596eee985b7"
2730-
integrity sha512-Xh37pNz9e9ryW4TVdwiFzmr4hloty8cFj8GTWMXh3Z8swGwyQWeCcNgF0hm6t09iZd6eiZmIf4zHedQVP6TVtg==
2715+
"@typescript-eslint/[email protected]":
2716+
version "5.10.0"
2717+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.10.0.tgz#c3d152a85da77c400e37281355561c72fb1b5a65"
2718+
integrity sha512-IGYwlt1CVcFoE2ueW4/ioEwybR60RAdGeiJX/iDAw0t5w0wK3S7QncDwpmsM70nKgGTuVchEWB8lwZwHqPAWRg==
2719+
dependencies:
2720+
"@types/json-schema" "^7.0.9"
2721+
"@typescript-eslint/scope-manager" "5.10.0"
2722+
"@typescript-eslint/types" "5.10.0"
2723+
"@typescript-eslint/typescript-estree" "5.10.0"
2724+
eslint-scope "^5.1.1"
2725+
eslint-utils "^3.0.0"
2726+
2727+
"@typescript-eslint/[email protected]":
2728+
version "5.10.0"
2729+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.0.tgz#770215497ad67cd15a572b52089991d5dfe06281"
2730+
integrity sha512-GMxj0K1uyrFLPKASLmZzCuSddmjZVbVj3Ouy5QVuIGKZopxvOr24JsS7gruz6C3GExE01mublZ3mIBOaon9zuQ==
27312731
dependencies:
2732-
"@typescript-eslint/types" "5.9.1"
2732+
"@typescript-eslint/types" "5.10.0"
27332733
eslint-visitor-keys "^3.0.0"
27342734

27352735
"@verdaccio/[email protected]":
@@ -4578,10 +4578,10 @@ detect-node@^2.0.4:
45784578
resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.1.0.tgz#c9c70775a49c3d03bc2c06d9a73be550f978f8b1"
45794579
integrity sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==
45804580

4581-
4582-
version "0.0.937139"
4583-
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.937139.tgz#bdee3751fdfdb81cb701fd3afa94b1065dafafcf"
4584-
integrity sha512-daj+rzR3QSxsPRy5vjjthn58axO8c11j58uY0lG5vvlJk/EiOdCWOptGdkXDjtuRHr78emKq0udHCXM4trhoDQ==
4581+
4582+
version "0.0.948846"
4583+
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.948846.tgz#bff47e2d1dba060130fa40ed2e5f78b916ba285f"
4584+
integrity sha512-5fGyt9xmMqUl2VI7+rnUkKCiAQIpLns8sfQtTENy5L70ktbNw0Z3TFJ1JoFNYdx/jffz4YXU45VF75wKZD7sZQ==
45854585

45864586
dezalgo@^1.0.0:
45874587
version "1.0.3"
@@ -7692,10 +7692,10 @@ [email protected]:
76927692
dependencies:
76937693
schema-utils "^4.0.0"
76947694

7695-
7696-
version "2.5.0"
7697-
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.5.0.tgz#4cc8300165fd408e8d2bf7381e6728fcda6fd1ae"
7698-
integrity sha512-hWAswjzsausaaIjk4GiUtoiNnsMc8tLAA2TZ0vbMDZcxKYS/b3UBGNElBjgQ4QYztYR+nsKp5h2Lo1NL3zz2bg==
7695+
7696+
version "2.5.2"
7697+
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.5.2.tgz#b3b9b98320c2c054d92c16f6a94ddfdbbba13755"
7698+
integrity sha512-Lwgq9qLNyBK6yNLgzssXnq4r2+mB9Mz3cJWlM8kseysHIvTicFhDNimFgY94jjqlwhNzLPsq8wv4X+vOHtMdYA==
76997699
dependencies:
77007700
schema-utils "^4.0.0"
77017701

@@ -9420,13 +9420,13 @@ punycode@^2.1.0, punycode@^2.1.1:
94209420
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
94219421
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
94229422

9423-
puppeteer@13.0.1:
9424-
version "13.0.1"
9425-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-13.0.1.tgz#9cd9bb8ec090bade183ca186bf342396bdffa135"
9426-
integrity sha512-wqGIx59LzYqWhYcJQphMT+ux0sgatEUbjKG0lbjJxNVqVIT3ZC5m4Bvmq2gHE3qhb63EwS+rNkql08bm4BvO0A==
9423+
puppeteer@13.1.1:
9424+
version "13.1.1"
9425+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-13.1.1.tgz#63771eb744202aa91918c49123f846e1747da121"
9426+
integrity sha512-GwdFy1JQ43Hhxj6MraXme+XfCX2CKe18MuwToXTMEAk0txg6vUEgwqBnzErTTqDVZ7sWYrDtDaRCfD2y7ZwgGw==
94279427
dependencies:
94289428
debug "4.3.2"
9429-
devtools-protocol "0.0.937139"
9429+
devtools-protocol "0.0.948846"
94309430
extract-zip "2.0.1"
94319431
https-proxy-agent "5.0.0"
94329432
node-fetch "2.6.5"
@@ -10022,10 +10022,10 @@ [email protected]:
1002210022
chokidar ">=3.0.0 <4.0.0"
1002310023
immutable "^4.0.0"
1002410024

10025-
sass@1.48.0:
10026-
version "1.48.0"
10027-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.48.0.tgz#b53cfccc1b8ab4be375cc54f306fda9d4711162c"
10028-
integrity sha512-hQi5g4DcfjcipotoHZ80l7GNJHGqQS5LwMBjVYB/TaT0vcSSpbgM8Ad7cgfsB2M0MinbkEQQPO9+sjjSiwxqmw==
10025+
sass@1.49.0:
10026+
version "1.49.0"
10027+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.49.0.tgz#65ec1b1d9a6bc1bae8d2c9d4b392c13f5d32c078"
10028+
integrity sha512-TVwVdNDj6p6b4QymJtNtRS2YtLJ/CqZriGg0eIAbAKMlN8Xy6kbv33FsEZSF7FufFFM705SQviHjjThfaQ4VNw==
1002910029
dependencies:
1003010030
chokidar ">=3.0.0 <4.0.0"
1003110031
immutable "^4.0.0"

0 commit comments

Comments
 (0)