Skip to content

Commit c5fa423

Browse files
committed
build: update all non-major dependencies
1 parent ccb5f3f commit c5fa423

File tree

6 files changed

+98
-68
lines changed

6 files changed

+98
-68
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
]
6060
},
6161
"resolutions": {
62-
"**/@types/copy-webpack-plugin/webpack": "5.55.1",
62+
"**/@types/copy-webpack-plugin/webpack": "5.56.1",
6363
"ajv-formats/ajv": "8.6.3"
6464
},
6565
"devDependencies": {
@@ -122,8 +122,8 @@
122122
"@types/text-table": "^0.2.1",
123123
"@types/uuid": "^8.0.0",
124124
"@types/webpack-dev-server": "^4.0.3",
125-
"@typescript-eslint/eslint-plugin": "4.32.0",
126-
"@typescript-eslint/parser": "4.32.0",
125+
"@typescript-eslint/eslint-plugin": "4.33.0",
126+
"@typescript-eslint/parser": "4.33.0",
127127
"@yarnpkg/lockfile": "1.1.0",
128128
"ajv": "8.6.3",
129129
"ajv-formats": "2.1.1",
@@ -169,7 +169,7 @@
169169
"karma-jasmine": "~4.0.0",
170170
"karma-jasmine-html-reporter": "~1.7.0",
171171
"karma-source-map-support": "1.4.0",
172-
"less": "4.1.1",
172+
"less": "4.1.2",
173173
"less-loader": "10.0.1",
174174
"license-checker": "^25.0.0",
175175
"license-webpack-plugin": "2.3.21",
@@ -178,7 +178,7 @@
178178
"mini-css-extract-plugin": "2.3.0",
179179
"minimatch": "3.0.4",
180180
"minimist": "^1.2.0",
181-
"ng-packagr": "13.0.0-next.5",
181+
"ng-packagr": "13.0.0-next.6",
182182
"node-fetch": "^2.2.0",
183183
"open": "8.2.1",
184184
"ora": "5.4.1",
@@ -221,9 +221,9 @@
221221
"typescript": "4.4.3",
222222
"verdaccio": "5.1.6",
223223
"verdaccio-auth-memory": "^10.0.0",
224-
"webpack": "5.55.1",
224+
"webpack": "5.56.1",
225225
"webpack-dev-middleware": "5.2.1",
226-
"webpack-dev-server": "4.3.0",
226+
"webpack-dev-server": "4.3.1",
227227
"webpack-merge": "5.8.0",
228228
"webpack-subresource-integrity": "5.0.0",
229229
"zone.js": "^0.11.3"

packages/angular_devkit/build_angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"https-proxy-agent": "5.0.0",
3939
"inquirer": "8.1.5",
4040
"karma-source-map-support": "1.4.0",
41-
"less": "4.1.1",
41+
"less": "4.1.2",
4242
"less-loader": "10.0.1",
4343
"license-webpack-plugin": "2.3.21",
4444
"loader-utils": "2.0.0",
@@ -66,9 +66,9 @@
6666
"text-table": "0.2.0",
6767
"tree-kill": "1.2.2",
6868
"tslib": "2.3.1",
69-
"webpack": "5.55.1",
69+
"webpack": "5.56.1",
7070
"webpack-dev-middleware": "5.2.1",
71-
"webpack-dev-server": "4.3.0",
71+
"webpack-dev-server": "4.3.1",
7272
"webpack-merge": "5.8.0",
7373
"webpack-subresource-integrity": "5.0.0"
7474
},

packages/angular_devkit/build_optimizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
}
2323
},
2424
"devDependencies": {
25-
"webpack": "5.55.1"
25+
"webpack": "5.56.1"
2626
}
2727
}

packages/angular_devkit/build_webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@angular-devkit/core": "0.0.0",
1515
"node-fetch": "2.6.1",
16-
"webpack": "5.55.1"
16+
"webpack": "5.56.1"
1717
},
1818
"peerDependencies": {
1919
"webpack": "^5.30.0",

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"@angular/compiler": "13.0.0-next.9",
3232
"@angular/compiler-cli": "13.0.0-next.9",
3333
"typescript": "4.4.3",
34-
"webpack": "5.55.1"
34+
"webpack": "5.56.1"
3535
}
3636
}

yarn.lock

Lines changed: 85 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1638,6 +1638,19 @@
16381638
magic-string "^0.25.7"
16391639
resolve "^1.17.0"
16401640

1641+
"@rollup/plugin-commonjs@^21.0.0":
1642+
version "21.0.0"
1643+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-21.0.0.tgz#b9e4342855ea20b5528f4587b9a90f642196a502"
1644+
integrity sha512-XDQimjHl0kNotAV5lLo34XoygaI0teqiKGJ100B3iCU8+15YscJPeqk2KqkqD3NIe1H8ZTUo5lYjUFZyEgASTw==
1645+
dependencies:
1646+
"@rollup/pluginutils" "^3.1.0"
1647+
commondir "^1.0.1"
1648+
estree-walker "^2.0.1"
1649+
glob "^7.1.6"
1650+
is-reference "^1.2.1"
1651+
magic-string "^0.25.7"
1652+
resolve "^1.17.0"
1653+
16411654
"@rollup/plugin-json@^4.1.0":
16421655
version "4.1.0"
16431656
resolved "https://registry.yarnpkg.com/@rollup/plugin-json/-/plugin-json-4.1.0.tgz#54e09867ae6963c593844d8bd7a9c718294496f3"
@@ -2289,74 +2302,74 @@
22892302
dependencies:
22902303
"@types/node" "*"
22912304

2292-
"@typescript-eslint/eslint-plugin@4.32.0":
2293-
version "4.32.0"
2294-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.32.0.tgz#46d2370ae9311092f2a6f7246d28357daf2d4e89"
2295-
integrity sha512-+OWTuWRSbWI1KDK8iEyG/6uK2rTm3kpS38wuVifGUTDB6kjEuNrzBI1MUtxnkneuWG/23QehABe2zHHrj+4yuA==
2305+
"@typescript-eslint/eslint-plugin@4.33.0":
2306+
version "4.33.0"
2307+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
2308+
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
22962309
dependencies:
2297-
"@typescript-eslint/experimental-utils" "4.32.0"
2298-
"@typescript-eslint/scope-manager" "4.32.0"
2310+
"@typescript-eslint/experimental-utils" "4.33.0"
2311+
"@typescript-eslint/scope-manager" "4.33.0"
22992312
debug "^4.3.1"
23002313
functional-red-black-tree "^1.0.1"
23012314
ignore "^5.1.8"
23022315
regexpp "^3.1.0"
23032316
semver "^7.3.5"
23042317
tsutils "^3.21.0"
23052318

2306-
"@typescript-eslint/experimental-utils@4.32.0":
2307-
version "4.32.0"
2308-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.32.0.tgz#53a8267d16ca5a79134739129871966c56a59dc4"
2309-
integrity sha512-WLoXcc+cQufxRYjTWr4kFt0DyEv6hDgSaFqYhIzQZ05cF+kXfqXdUh+//kgquPJVUBbL3oQGKQxwPbLxHRqm6A==
2319+
"@typescript-eslint/experimental-utils@4.33.0":
2320+
version "4.33.0"
2321+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
2322+
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
23102323
dependencies:
23112324
"@types/json-schema" "^7.0.7"
2312-
"@typescript-eslint/scope-manager" "4.32.0"
2313-
"@typescript-eslint/types" "4.32.0"
2314-
"@typescript-eslint/typescript-estree" "4.32.0"
2325+
"@typescript-eslint/scope-manager" "4.33.0"
2326+
"@typescript-eslint/types" "4.33.0"
2327+
"@typescript-eslint/typescript-estree" "4.33.0"
23152328
eslint-scope "^5.1.1"
23162329
eslint-utils "^3.0.0"
23172330

2318-
"@typescript-eslint/parser@4.32.0":
2319-
version "4.32.0"
2320-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.32.0.tgz#751ecca0e2fecd3d44484a9b3049ffc1871616e5"
2321-
integrity sha512-lhtYqQ2iEPV5JqV7K+uOVlPePjClj4dOw7K4/Z1F2yvjIUvyr13yJnDzkK6uon4BjHYuHy3EG0c2Z9jEhFk56w==
2331+
"@typescript-eslint/parser@4.33.0":
2332+
version "4.33.0"
2333+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
2334+
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
23222335
dependencies:
2323-
"@typescript-eslint/scope-manager" "4.32.0"
2324-
"@typescript-eslint/types" "4.32.0"
2325-
"@typescript-eslint/typescript-estree" "4.32.0"
2336+
"@typescript-eslint/scope-manager" "4.33.0"
2337+
"@typescript-eslint/types" "4.33.0"
2338+
"@typescript-eslint/typescript-estree" "4.33.0"
23262339
debug "^4.3.1"
23272340

2328-
"@typescript-eslint/scope-manager@4.32.0":
2329-
version "4.32.0"
2330-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.32.0.tgz#e03c8668f8b954072b3f944d5b799c0c9225a7d5"
2331-
integrity sha512-DK+fMSHdM216C0OM/KR1lHXjP1CNtVIhJ54kQxfOE6x8UGFAjha8cXgDMBEIYS2XCYjjCtvTkjQYwL3uvGOo0w==
2341+
"@typescript-eslint/scope-manager@4.33.0":
2342+
version "4.33.0"
2343+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
2344+
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
23322345
dependencies:
2333-
"@typescript-eslint/types" "4.32.0"
2334-
"@typescript-eslint/visitor-keys" "4.32.0"
2346+
"@typescript-eslint/types" "4.33.0"
2347+
"@typescript-eslint/visitor-keys" "4.33.0"
23352348

2336-
"@typescript-eslint/types@4.32.0":
2337-
version "4.32.0"
2338-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.32.0.tgz#52c633c18da47aee09449144bf59565ab36df00d"
2339-
integrity sha512-LE7Z7BAv0E2UvqzogssGf1x7GPpUalgG07nGCBYb1oK4mFsOiFC/VrSMKbZQzFJdN2JL5XYmsx7C7FX9p9ns0w==
2349+
"@typescript-eslint/types@4.33.0":
2350+
version "4.33.0"
2351+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
2352+
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
23402353

2341-
"@typescript-eslint/typescript-estree@4.32.0":
2342-
version "4.32.0"
2343-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.32.0.tgz#db00ccc41ccedc8d7367ea3f50c6994b8efa9f3b"
2344-
integrity sha512-tRYCgJ3g1UjMw1cGG8Yn1KzOzNlQ6u1h9AmEtPhb5V5a1TmiHWcRyF/Ic+91M4f43QeChyYlVTcf3DvDTZR9vw==
2354+
"@typescript-eslint/typescript-estree@4.33.0":
2355+
version "4.33.0"
2356+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
2357+
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
23452358
dependencies:
2346-
"@typescript-eslint/types" "4.32.0"
2347-
"@typescript-eslint/visitor-keys" "4.32.0"
2359+
"@typescript-eslint/types" "4.33.0"
2360+
"@typescript-eslint/visitor-keys" "4.33.0"
23482361
debug "^4.3.1"
23492362
globby "^11.0.3"
23502363
is-glob "^4.0.1"
23512364
semver "^7.3.5"
23522365
tsutils "^3.21.0"
23532366

2354-
"@typescript-eslint/visitor-keys@4.32.0":
2355-
version "4.32.0"
2356-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.32.0.tgz#455ba8b51242f2722a497ffae29313f33b14cb7f"
2357-
integrity sha512-e7NE0qz8W+atzv3Cy9qaQ7BTLwWsm084Z0c4nIO2l3Bp6u9WIgdqCgyPyV5oSPDMIW3b20H59OOCmVk3jw3Ptw==
2367+
"@typescript-eslint/visitor-keys@4.33.0":
2368+
version "4.33.0"
2369+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
2370+
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
23582371
dependencies:
2359-
"@typescript-eslint/types" "4.32.0"
2372+
"@typescript-eslint/types" "4.33.0"
23602373
eslint-visitor-keys "^2.0.0"
23612374

23622375
"@verdaccio/commons-api@10.0.1":
@@ -6507,7 +6520,24 @@ less-loader@10.0.1:
65076520
dependencies:
65086521
klona "^2.0.4"
65096522

6510-
less@4.1.1, less@^4.1.0:
6523+
less@4.1.2:
6524+
version "4.1.2"
6525+
resolved "https://registry.yarnpkg.com/less/-/less-4.1.2.tgz#6099ee584999750c2624b65f80145f8674e4b4b0"
6526+
integrity sha512-EoQp/Et7OSOVu0aJknJOtlXZsnr8XE8KwuzTHOLeVSEx8pVWUICc8Q0VYRHgzyjX78nMEyC/oztWFbgyhtNfDA==
6527+
dependencies:
6528+
copy-anything "^2.0.1"
6529+
parse-node-version "^1.0.1"
6530+
tslib "^2.3.0"
6531+
optionalDependencies:
6532+
errno "^0.1.1"
6533+
graceful-fs "^4.1.2"
6534+
image-size "~0.5.0"
6535+
make-dir "^2.1.0"
6536+
mime "^1.4.1"
6537+
needle "^2.5.2"
6538+
source-map "~0.6.0"
6539+
6540+
less@^4.1.0:
65116541
version "4.1.1"
65126542
resolved "https://registry.yarnpkg.com/less/-/less-4.1.1.tgz#15bf253a9939791dc690888c3ff424f3e6c7edba"
65136543
integrity sha512-w09o8tZFPThBscl5d0Ggp3RcrKIouBoQscnOMgFH3n5V3kN/CXGHNfCkRPtxJk6nKryDXaV9aHLK55RXuH4sAw==
@@ -7206,12 +7236,12 @@ next-tick@~1.0.0:
72067236
resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.0.0.tgz#ca86d1fe8828169b0120208e3dc8424b9db8342c"
72077237
integrity sha1-yobR/ogoFpsBICCOPchCS524NCw=
72087238

7209-
ng-packagr@13.0.0-next.5:
7210-
version "13.0.0-next.5"
7211-
resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-13.0.0-next.5.tgz#1214b418c79b82eb52997a04fbef5328ab557478"
7212-
integrity sha512-7hZ20WWMc6McpmxomTl7TdlYxqVoRqxO3VTm6eG9K0ixgWZ6CHJM5wP2JYkoemMGwRl8VveTNN89rwn709Dhew==
7239+
ng-packagr@13.0.0-next.6:
7240+
version "13.0.0-next.6"
7241+
resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-13.0.0-next.6.tgz#5e318fb38b63a6d7bced93fbbd87cdd5933d5234"
7242+
integrity sha512-wqxAloy5xV6sHKlOpZtSr0YniscZpi2gnqYN1iZQjpURqi6oosfi7fF3TyNzn/WGlMgYseXspzBypSqzbqnI8g==
72137243
dependencies:
7214-
"@rollup/plugin-commonjs" "^20.0.0"
7244+
"@rollup/plugin-commonjs" "^21.0.0"
72157245
"@rollup/plugin-json" "^4.1.0"
72167246
"@rollup/plugin-node-resolve" "^13.0.0"
72177247
ajv "^8.0.0"
@@ -10638,10 +10668,10 @@ webpack-dev-middleware@5.2.1, webpack-dev-middleware@^5.2.1:
1063810668
range-parser "^1.2.1"
1063910669
schema-utils "^3.1.0"
1064010670

10641-
webpack-dev-server@4.3.0:
10642-
version "4.3.0"
10643-
resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.3.0.tgz#732f5869d4c06e222b599daee64bc268f5edea24"
10644-
integrity sha512-kuqP9Xn4OzcKe7f0rJwd4p8xqiD+4b5Lzu8tJa8OttRL3E1Q8gI2KmUtouJTgDswjjvHOHlZDV8LTQfSY5qZSA==
10671+
webpack-dev-server@4.3.1:
10672+
version "4.3.1"
10673+
resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.3.1.tgz#759d3337f0fbea297fbd1e433ab04ccfc000076b"
10674+
integrity sha512-qNXQCVYo1kYhH9pgLtm8LRNkXX3XzTfHSj/zqzaqYzGPca+Qjr+81wj1jgPMCHhIhso9WEQ+kX9z23iG9PzQ7w==
1064510675
dependencies:
1064610676
ansi-html-community "^0.0.8"
1064710677
bonjour "^3.5.0"
@@ -10697,10 +10727,10 @@ webpack-subresource-integrity@5.0.0:
1069710727
dependencies:
1069810728
typed-assert "^1.0.8"
1069910729

10700-
webpack@5.55.1, webpack@^5.1.0:
10701-
version "5.55.1"
10702-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.55.1.tgz#426ebe54c15fa57f7b242590f65fd182382b5998"
10703-
integrity sha512-EYp9lwaOOAs+AA/KviNZ7bQiITHm4bXQvyTPewD2+f5YGjv6sfiClm40yeX5FgBMxh5bxcB6LryiFoP09B97Ug==
10730+
webpack@5.56.1, webpack@^5.1.0:
10731+
version "5.56.1"
10732+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.56.1.tgz#e39d1d1f1acdb6f07e346f74b7dcfe323da4ded9"
10733+
integrity sha512-MRbTPooHJuSAfbx7Lh/qEMRUe/d0p4cRj2GPo/fq+4JUeR/+Q1EfLvS1lexslbMcJZyPXxxz/k/NzVepkA5upA==
1070410734
dependencies:
1070510735
"@types/eslint-scope" "^3.7.0"
1070610736
"@types/estree" "^0.0.50"

0 commit comments

Comments
 (0)