Skip to content

Commit 7550ecb

Browse files
renovate-botalan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent c13cc88 commit 7550ecb

File tree

6 files changed

+59
-22
lines changed

6 files changed

+59
-22
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
]
6363
},
6464
"resolutions": {
65-
"**/@types/copy-webpack-plugin/webpack": "5.51.1",
65+
"**/@types/copy-webpack-plugin/webpack": "5.51.2",
6666
"ajv-formats/ajv": "8.6.2"
6767
},
6868
"devDependencies": {
@@ -140,7 +140,7 @@
140140
"common-tags": "^1.8.0",
141141
"conventional-commits-parser": "^3.0.0",
142142
"copy-webpack-plugin": "9.0.1",
143-
"core-js": "3.16.4",
143+
"core-js": "3.17.1",
144144
"critters": "0.0.10",
145145
"css-loader": "6.2.0",
146146
"debug": "^4.1.1",
@@ -177,7 +177,7 @@
177177
"license-webpack-plugin": "2.3.21",
178178
"loader-utils": "2.0.0",
179179
"magic-string": "0.25.7",
180-
"mini-css-extract-plugin": "2.2.1",
180+
"mini-css-extract-plugin": "2.2.2",
181181
"minimatch": "3.0.4",
182182
"minimist": "^1.2.0",
183183
"ng-packagr": "13.0.0-next.1",
@@ -201,7 +201,7 @@
201201
"regenerator-runtime": "0.13.9",
202202
"resolve-url-loader": "4.0.0",
203203
"rxjs": "6.6.7",
204-
"sass": "1.38.2",
204+
"sass": "1.39.0",
205205
"sass-loader": "12.1.0",
206206
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.6.4-linux.tar.gz",
207207
"semver": "7.3.5",
@@ -223,7 +223,7 @@
223223
"typescript": "4.3.5",
224224
"verdaccio": "5.1.3",
225225
"verdaccio-auth-memory": "^10.0.0",
226-
"webpack": "5.51.1",
226+
"webpack": "5.51.2",
227227
"webpack-dev-middleware": "5.0.0",
228228
"webpack-dev-server": "4.1.0",
229229
"webpack-merge": "5.8.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"caniuse-lite": "^1.0.30001032",
3030
"circular-dependency-plugin": "5.2.2",
3131
"copy-webpack-plugin": "9.0.1",
32-
"core-js": "3.16.4",
32+
"core-js": "3.17.1",
3333
"critters": "0.0.10",
3434
"css-loader": "6.2.0",
3535
"esbuild": "0.12.24",
@@ -42,7 +42,7 @@
4242
"less-loader": "10.0.1",
4343
"license-webpack-plugin": "2.3.21",
4444
"loader-utils": "2.0.0",
45-
"mini-css-extract-plugin": "2.2.1",
45+
"mini-css-extract-plugin": "2.2.2",
4646
"minimatch": "3.0.4",
4747
"open": "8.2.1",
4848
"ora": "5.4.1",
@@ -55,7 +55,7 @@
5555
"regenerator-runtime": "0.13.9",
5656
"resolve-url-loader": "4.0.0",
5757
"rxjs": "6.6.7",
58-
"sass": "1.38.2",
58+
"sass": "1.39.0",
5959
"sass-loader": "12.1.0",
6060
"semver": "7.3.5",
6161
"source-map-loader": "3.0.0",
@@ -66,7 +66,7 @@
6666
"text-table": "0.2.0",
6767
"tree-kill": "1.2.2",
6868
"tslib": "2.3.1",
69-
"webpack": "5.51.1",
69+
"webpack": "5.51.2",
7070
"webpack-dev-middleware": "5.0.0",
7171
"webpack-dev-server": "4.1.0",
7272
"webpack-merge": "5.8.0",

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.51.1"
25+
"webpack": "5.51.2"
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.51.1"
16+
"webpack": "5.51.2"
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": "12.2.3",
3232
"@angular/compiler-cli": "12.2.3",
3333
"typescript": "4.3.5",
34-
"webpack": "5.51.1"
34+
"webpack": "5.51.2"
3535
}
3636
}

yarn.lock

Lines changed: 47 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3679,10 +3679,10 @@ core-js-compat@^3.14.0, core-js-compat@^3.16.0:
36793679
browserslist "^4.16.8"
36803680
semver "7.0.0"
36813681

3682-
core-js@3.16.4:
3683-
version "3.16.4"
3684-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.16.4.tgz#0fb1029a554fc2688c0963d7c900e188188a78e0"
3685-
integrity sha512-Tq4GVE6XCjE+hcyW6hPy0ofN3hwtLudz5ZRdrlCnsnD/xkm/PWQRudzYHiKgZKUcefV6Q57fhDHjZHJP5dpfSg==
3682+
core-js@3.17.1:
3683+
version "3.17.1"
3684+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.17.1.tgz#b39e086f413789cf2ca4680c4ecd1b36a50ba277"
3685+
integrity sha512-C8i/FNpVN2Ti89QIJcFn9ZQmnM+HaAQr2OpE+ja3TRM9Q34FigsGlAVuwPGkIgydSVClo/1l1D1grP8LVt9IYA==
36863686

36873687
[email protected], core-util-is@~1.0.0:
36883688
version "1.0.2"
@@ -6898,10 +6898,10 @@ min-indent@^1.0.0:
68986898
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
68996899
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
69006900

6901-
6902-
version "2.2.1"
6903-
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.2.1.tgz#a44bbfc8ede9211f31474b91c4e8863bf52dd294"
6904-
integrity sha512-A0GBXpz8WIPgh2HfASJ0EeY8grd2dGxmC4R8uTujFJXZY7zFy0nvYSYW6SKCLKlz7y45BdHONfaxZQMIZpeF/w==
6901+
6902+
version "2.2.2"
6903+
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.2.2.tgz#df22f16bf43173050c6d652fa7d035318c310e04"
6904+
integrity sha512-eUjQ/q1rQIeHWgIx7ny/DNgXHcMXHdBwgrZQK7Ev8dbR+HxhroFM2Cb6kMiswOYaq05IRJhPuQqXWUABIjjA3g==
69056905
dependencies:
69066906
schema-utils "^3.1.0"
69076907

@@ -9031,7 +9031,14 @@ [email protected]:
90319031
klona "^2.0.4"
90329032
neo-async "^2.6.2"
90339033

9034-
[email protected], sass@^1.32.8:
9034+
9035+
version "1.39.0"
9036+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.39.0.tgz#6c64695d1c437767c8f1a4e471288e831f81d035"
9037+
integrity sha512-F4o+RhJkNOIG0b6QudYU8c78ZADKZjKDk5cyrf8XTKWfrgbtyVVXImFstJrc+1pkQDCggyidIOytq6gS4gCCZg==
9038+
dependencies:
9039+
chokidar ">=3.0.0 <4.0.0"
9040+
9041+
sass@^1.32.8:
90359042
version "1.38.2"
90369043
resolved "https://registry.yarnpkg.com/sass/-/sass-1.38.2.tgz#970045d9966180002a8c8f3820fc114cddb42822"
90379044
integrity sha512-Bz1fG6qiyF0FX6m/I+VxtdVKz1Dfmg/e9kfDy2PhWOkq3T384q2KxwIfP0fXpeI+EyyETdOauH+cRHQDFASllA==
@@ -10653,7 +10660,37 @@ [email protected]:
1065310660
dependencies:
1065410661
typed-assert "^1.0.8"
1065510662

10656-
[email protected], webpack@^5.1.0, webpack@^5.38.1:
10663+
[email protected], webpack@^5.1.0:
10664+
version "5.51.2"
10665+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.51.2.tgz#f765d258b0bf6abda3c5f21bf855a25720e9796f"
10666+
integrity sha512-odydxP4WA3XYYzwSQUivPxywdzMlY42bbfxMwCaEtHb+i/N9uzKSHcLgWkXo/Gsa+4Zlzf3Jg0hEHn1FnZpk2Q==
10667+
dependencies:
10668+
"@types/eslint-scope" "^3.7.0"
10669+
"@types/estree" "^0.0.50"
10670+
"@webassemblyjs/ast" "1.11.1"
10671+
"@webassemblyjs/wasm-edit" "1.11.1"
10672+
"@webassemblyjs/wasm-parser" "1.11.1"
10673+
acorn "^8.4.1"
10674+
acorn-import-assertions "^1.7.6"
10675+
browserslist "^4.14.5"
10676+
chrome-trace-event "^1.0.2"
10677+
enhanced-resolve "^5.8.0"
10678+
es-module-lexer "^0.7.1"
10679+
eslint-scope "5.1.1"
10680+
events "^3.2.0"
10681+
glob-to-regexp "^0.4.1"
10682+
graceful-fs "^4.2.4"
10683+
json-parse-better-errors "^1.0.2"
10684+
loader-runner "^4.2.0"
10685+
mime-types "^2.1.27"
10686+
neo-async "^2.6.2"
10687+
schema-utils "^3.1.0"
10688+
tapable "^2.1.1"
10689+
terser-webpack-plugin "^5.1.3"
10690+
watchpack "^2.2.0"
10691+
webpack-sources "^3.2.0"
10692+
10693+
webpack@^5.38.1:
1065710694
version "5.51.1"
1065810695
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.51.1.tgz#41bebf38dccab9a89487b16dbe95c22e147aac57"
1065910696
integrity sha512-xsn3lwqEKoFvqn4JQggPSRxE4dhsRcysWTqYABAZlmavcoTmwlOb9b1N36Inbt/eIispSkuHa80/FJkDTPos1A==

0 commit comments

Comments
 (0)