-
Notifications
You must be signed in to change notification settings - Fork 433
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the angular group with 3 updates
Bumps the angular group with 3 updates: [@angular/ssr](https://github.com/angular/angular-cli), [@angular-devkit/build-angular](https://github.com/angular/angular-cli) and [@angular/cli](https://github.com/angular/angular-cli). Updates `@angular/ssr` from 17.3.10 to 17.3.11 - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](angular/angular-cli@17.3.10...17.3.11) Updates `@angular-devkit/build-angular` from 17.3.10 to 17.3.11 - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](angular/angular-cli@17.3.10...17.3.11) Updates `@angular/cli` from 17.3.10 to 17.3.11 - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](angular/angular-cli@17.3.10...17.3.11) --- updated-dependencies: - dependency-name: "@angular/ssr" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: angular - dependency-name: "@angular-devkit/build-angular" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: angular - dependency-name: "@angular/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: angular ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
6c7371e
commit e6cccb3
Showing
2 changed files
with
54 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,12 +31,12 @@ | |
lodash "^4.17.15" | ||
webpack-merge "^5.7.3" | ||
|
||
"@angular-devkit/[email protected].10", "@angular-devkit/architect@>=0.1700.0 < 0.1800.0": | ||
version "0.1703.10" | ||
resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.1703.10.tgz#c70a59f6dcc5228ac41713a14582253d5e348b40" | ||
integrity sha512-wmjx5GspSPprdUGryK5+9vNawbEO7p8h9dxgX3uoeFwPAECcHC+/KK3qPhX2NiGcM6MDsyt25SrbSktJp6PRsA== | ||
"@angular-devkit/[email protected].11", "@angular-devkit/architect@>=0.1700.0 < 0.1800.0": | ||
version "0.1703.11" | ||
resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.1703.11.tgz#c335d8908875d855c030c3bbe98c1e59d4943305" | ||
integrity sha512-YNasVZk4rYdcM6M+KRH8PUBhVyJfqzUYLpO98GgRokW+taIDgifckSlmfDZzQRbw45qiwei1IKCLqcpC8nM5Tw== | ||
dependencies: | ||
"@angular-devkit/core" "17.3.10" | ||
"@angular-devkit/core" "17.3.11" | ||
rxjs "7.8.1" | ||
|
||
"@angular-devkit/architect@^0.1202.10": | ||
|
@@ -47,15 +47,15 @@ | |
"@angular-devkit/core" "12.2.18" | ||
rxjs "6.6.7" | ||
|
||
"@angular-devkit/build-angular@^17.0.0", "@angular-devkit/build-angular@^17.3.10": | ||
version "17.3.10" | ||
resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-17.3.10.tgz#68c34b2922991f22369e912e080ddc5a0b112ca4" | ||
integrity sha512-syz7xgzmp8/0tPJWwQIKZt7KNJfp9U7hkqNacXz4XTYz6YM0oyBXlqk2claSxywWBEkc0eJVSMD9e2ArusZBuA== | ||
"@angular-devkit/build-angular@^17.0.0", "@angular-devkit/build-angular@^17.3.11": | ||
version "17.3.11" | ||
resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-17.3.11.tgz#70dbdcf3cf7f8609b63d688660b74f3ac7c63eb1" | ||
integrity sha512-lHX5V2dSts328yvo/9E2u9QMGcvJhbEKKDDp9dBecwvIG9s+4lTOJgi9DPUE7W+AtmPcmbbhwC2JRQ/SLQhAoA== | ||
dependencies: | ||
"@ampproject/remapping" "2.3.0" | ||
"@angular-devkit/architect" "0.1703.10" | ||
"@angular-devkit/build-webpack" "0.1703.10" | ||
"@angular-devkit/core" "17.3.10" | ||
"@angular-devkit/architect" "0.1703.11" | ||
"@angular-devkit/build-webpack" "0.1703.11" | ||
"@angular-devkit/core" "17.3.11" | ||
"@babel/core" "7.24.0" | ||
"@babel/generator" "7.23.6" | ||
"@babel/helper-annotate-as-pure" "7.22.5" | ||
|
@@ -66,7 +66,7 @@ | |
"@babel/preset-env" "7.24.0" | ||
"@babel/runtime" "7.24.0" | ||
"@discoveryjs/json-ext" "0.5.7" | ||
"@ngtools/webpack" "17.3.10" | ||
"@ngtools/webpack" "17.3.11" | ||
"@vitejs/plugin-basic-ssl" "1.1.0" | ||
ansi-colors "4.1.3" | ||
autoprefixer "10.4.18" | ||
|
@@ -78,7 +78,7 @@ | |
css-loader "6.10.0" | ||
esbuild-wasm "0.20.1" | ||
fast-glob "3.3.2" | ||
http-proxy-middleware "2.0.6" | ||
http-proxy-middleware "2.0.7" | ||
https-proxy-agent "7.0.4" | ||
inquirer "9.2.15" | ||
jsonc-parser "3.2.1" | ||
|
@@ -118,12 +118,12 @@ | |
optionalDependencies: | ||
esbuild "0.20.1" | ||
|
||
"@angular-devkit/[email protected].10": | ||
version "0.1703.10" | ||
resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.1703.10.tgz#235760406246594b9c898eecef9e8703ad20769a" | ||
integrity sha512-m6dDgzKLW+c3z9/TUxYmbJEtEhrdYNQ4ogdtAgEYA/FRrKueDU0WztLNr+dVbvwNP99Skovtr8sAQfN6twproQ== | ||
"@angular-devkit/[email protected].11": | ||
version "0.1703.11" | ||
resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.1703.11.tgz#425961919948c60a6d27b62daa82de445c1ae92c" | ||
integrity sha512-qbCiiHuoVkD7CtLyWoRi/Vzz6nrEztpF5XIyWUcQu67An1VlxbMTE4yoSQiURjCQMnB/JvS1GPVed7wOq3SJ/w== | ||
dependencies: | ||
"@angular-devkit/architect" "0.1703.10" | ||
"@angular-devkit/architect" "0.1703.11" | ||
rxjs "7.8.1" | ||
|
||
"@angular-devkit/[email protected]", "@angular-devkit/core@^12.2.17": | ||
|
@@ -138,10 +138,10 @@ | |
rxjs "6.6.7" | ||
source-map "0.7.3" | ||
|
||
"@angular-devkit/[email protected].10", "@angular-devkit/core@^17.0.0", "@angular-devkit/core@^17.1.0": | ||
version "17.3.10" | ||
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-17.3.10.tgz#c259052a891ad0bd1a7708d1081571683b3fa814" | ||
integrity sha512-czdl54yxU5DOAGy/uUPNjJruoBDTgwi/V+eOgLNybYhgrc+TsY0f7uJ11yEk/pz5sCov7xIiS7RdRv96waS7vg== | ||
"@angular-devkit/[email protected].11", "@angular-devkit/core@^17.0.0", "@angular-devkit/core@^17.1.0": | ||
version "17.3.11" | ||
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-17.3.11.tgz#a74b042ec06cf626d5a2f6a3971b156c6759fe09" | ||
integrity sha512-vTNDYNsLIWpYk2I969LMQFH29GTsLzxNk/0cLw5q56ARF0v5sIWfHYwGTS88jdDqIpuuettcSczbxeA7EuAmqQ== | ||
dependencies: | ||
ajv "8.12.0" | ||
ajv-formats "2.1.1" | ||
|
@@ -159,12 +159,12 @@ | |
ora "5.4.1" | ||
rxjs "6.6.7" | ||
|
||
"@angular-devkit/[email protected].10": | ||
version "17.3.10" | ||
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-17.3.10.tgz#a3d62b33f82fd1fa51246d00ada92efe82a00ae7" | ||
integrity sha512-FHcNa1ktYRd0SKExCsNJpR75RffsyuPIV8kvBXzXnLHmXMqvl25G2te3yYJ9yYqy9OLy/58HZznZTxWRyUdHOg== | ||
"@angular-devkit/[email protected].11": | ||
version "17.3.11" | ||
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-17.3.11.tgz#37095fb08b0ab0343c7c0dde57ca81115178714f" | ||
integrity sha512-I5wviiIqiFwar9Pdk30Lujk8FczEEc18i22A5c6Z9lbmhPQdTroDnEQdsfXjy404wPe8H62s0I15o4pmMGfTYQ== | ||
dependencies: | ||
"@angular-devkit/core" "17.3.10" | ||
"@angular-devkit/core" "17.3.11" | ||
jsonc-parser "3.2.1" | ||
magic-string "0.30.8" | ||
ora "5.4.1" | ||
|
@@ -244,15 +244,15 @@ | |
optionalDependencies: | ||
parse5 "^7.1.2" | ||
|
||
"@angular/cli@^17.3.10": | ||
version "17.3.10" | ||
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-17.3.10.tgz#15156dc511a6c43a798f5015e0345d7678691418" | ||
integrity sha512-lA0kf4Cpo8Jcuennq6wGyBTP/UG1oX4xsM9uLRZ2vkPoisjHCk46rWaVP7vfAqdUH39vbATFXftpy1SiEmAI4w== | ||
"@angular/cli@^17.3.11": | ||
version "17.3.11" | ||
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-17.3.11.tgz#8c80504cac604ef8a5eac3e884bf1984678da4ce" | ||
integrity sha512-8R9LwAGL8hGAWJ4mNG9ZPUrBUzIdmst0Ldua6RJJ+PrqgjX+8IbO+lNnfrOY/XY+Z3LXbCEJflL26f9czCvTPQ== | ||
dependencies: | ||
"@angular-devkit/architect" "0.1703.10" | ||
"@angular-devkit/core" "17.3.10" | ||
"@angular-devkit/schematics" "17.3.10" | ||
"@schematics/angular" "17.3.10" | ||
"@angular-devkit/architect" "0.1703.11" | ||
"@angular-devkit/core" "17.3.11" | ||
"@angular-devkit/schematics" "17.3.11" | ||
"@schematics/angular" "17.3.11" | ||
"@yarnpkg/lockfile" "1.1.0" | ||
ansi-colors "4.1.3" | ||
ini "4.1.2" | ||
|
@@ -354,10 +354,10 @@ | |
dependencies: | ||
tslib "^2.3.0" | ||
|
||
"@angular/ssr@^17.3.10": | ||
version "17.3.10" | ||
resolved "https://registry.yarnpkg.com/@angular/ssr/-/ssr-17.3.10.tgz#bf13834e3115ca7779834820dcb5b3b9659056bf" | ||
integrity sha512-t+NX1HufU38c0u+8mDg31cqrXZo5SEUxjBuXwdu3mOvYbkanjhbtyIgIMYr9Vru8pqncasgHLJv2RVWDvAjlEw== | ||
"@angular/ssr@^17.3.11": | ||
version "17.3.11" | ||
resolved "https://registry.yarnpkg.com/@angular/ssr/-/ssr-17.3.11.tgz#a2ed7e7b84b89d5834097c21195b523a236ee68e" | ||
integrity sha512-8AslXZnj5bu0fJrSSoZf202HXptc+vS8hSvEIobK1+UpEVmtrk3StiBxYTdbN4Pe76r7RGRmBt40fHe+88AZoA== | ||
dependencies: | ||
critters "0.0.22" | ||
tslib "^2.3.0" | ||
|
@@ -2109,10 +2109,10 @@ | |
dependencies: | ||
tslib "^2.0.0" | ||
|
||
"@ngtools/[email protected].10": | ||
version "17.3.10" | ||
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-17.3.10.tgz#6f077ef3d1fa4363cffcfee66f9b2e52164069b2" | ||
integrity sha512-yPKmdbTJzxROAl2NS8P8eHB2mU0BqV2I0ZiKmX6oTetY2Ea4i2WzlTK39pPpG7atmdF2NPWYLXdJWAup+JxSyw== | ||
"@ngtools/[email protected].11": | ||
version "17.3.11" | ||
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-17.3.11.tgz#7fda88d850489d8b0bf0812a582052da27150e58" | ||
integrity sha512-SfTCbplt4y6ak5cf2IfqdoVOsnoNdh/j6Vu+wb8WWABKwZ5yfr2S/Gk6ithSKcdIZhAF8DNBOoyk1EJuf8Xkfg== | ||
|
||
"@ngtools/webpack@^16.2.16": | ||
version "16.2.16" | ||
|
@@ -2495,13 +2495,13 @@ | |
resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8" | ||
integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g== | ||
|
||
"@schematics/[email protected].10": | ||
version "17.3.10" | ||
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-17.3.10.tgz#87c77ae2eb917f391d654df3c908f4a00d3d9443" | ||
integrity sha512-cI+VB/WXlOeAMamni932lE/AZgui8o81dMyEXNXqCuYagNAMuKXliW79Mi5BwYQEABv/BUb4hB4zYtbQqHyACA== | ||
"@schematics/[email protected].11": | ||
version "17.3.11" | ||
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-17.3.11.tgz#a04a449746b30b29c8bfed0a04bfb564f013ba5b" | ||
integrity sha512-tvJpTgYC+hCnTyLszYRUZVyNTpPd+C44gh5CPTcG3qkqStzXQwynQAf6X/DjtwXbUiPQF0XfF0+0R489GpdZPA== | ||
dependencies: | ||
"@angular-devkit/core" "17.3.10" | ||
"@angular-devkit/schematics" "17.3.10" | ||
"@angular-devkit/core" "17.3.11" | ||
"@angular-devkit/schematics" "17.3.11" | ||
jsonc-parser "3.2.1" | ||
|
||
"@schematics/angular@^12.2.17": | ||
|
@@ -6296,18 +6296,7 @@ http-proxy-agent@^7.0.0: | |
agent-base "^7.1.0" | ||
debug "^4.3.4" | ||
|
||
[email protected]: | ||
version "2.0.6" | ||
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz#e1a4dd6979572c7ab5a4e4b55095d1f32a74963f" | ||
integrity sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw== | ||
dependencies: | ||
"@types/http-proxy" "^1.17.8" | ||
http-proxy "^1.18.1" | ||
is-glob "^4.0.1" | ||
is-plain-obj "^3.0.0" | ||
micromatch "^4.0.2" | ||
|
||
http-proxy-middleware@^2.0.3, http-proxy-middleware@^2.0.7: | ||
[email protected], http-proxy-middleware@^2.0.3, http-proxy-middleware@^2.0.7: | ||
version "2.0.7" | ||
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.7.tgz#915f236d92ae98ef48278a95dedf17e991936ec6" | ||
integrity sha512-fgVY8AV7qU7z/MmXJ/rxwbrtQH4jBQ9m7kp3llF0liB7glmFeVZFBepQb32T3y8n8k2+AEYuMPCpinYW+/CuRA== | ||
|