@angular/cli 21.1.3 → 21.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
@@ -2087,6 +2087,14 @@
2087
2087
  "type": "object",
2088
2088
  "additionalProperties": false,
2089
2089
  "properties": {
2090
+ "allowedHosts": {
2091
+ "description": "A list of hostnames that are allowed to access the server-side application. For more information, see https://angular.dev/best-practices/security#preventing-server-side-request-forgery-ssrf.",
2092
+ "type": "array",
2093
+ "uniqueItems": true,
2094
+ "items": {
2095
+ "type": "string"
2096
+ }
2097
+ },
2090
2098
  "autoCsp": {
2091
2099
  "description": "Enables automatic generation of a hash-based Strict Content Security Policy (https://web.dev/articles/strict-csp#choose-hash) based on scripts in index.html. Will default to true once we are out of experimental/preview phases.",
2092
2100
  "default": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/cli",
3
- "version": "21.1.3",
3
+ "version": "21.1.5",
4
4
  "description": "CLI tool for Angular",
5
5
  "main": "lib/cli/index.js",
6
6
  "bin": {
@@ -25,13 +25,13 @@
25
25
  },
26
26
  "homepage": "https://github.com/angular/angular-cli",
27
27
  "dependencies": {
28
- "@angular-devkit/architect": "0.2101.3",
29
- "@angular-devkit/core": "21.1.3",
30
- "@angular-devkit/schematics": "21.1.3",
28
+ "@angular-devkit/architect": "0.2101.5",
29
+ "@angular-devkit/core": "21.1.5",
30
+ "@angular-devkit/schematics": "21.1.5",
31
31
  "@inquirer/prompts": "7.10.1",
32
32
  "@listr2/prompt-adapter-inquirer": "3.0.5",
33
33
  "@modelcontextprotocol/sdk": "1.26.0",
34
- "@schematics/angular": "21.1.3",
34
+ "@schematics/angular": "21.1.5",
35
35
  "@yarnpkg/lockfile": "1.1.0",
36
36
  "algoliasearch": "5.46.2",
37
37
  "ini": "6.0.0",
@@ -48,17 +48,17 @@
48
48
  "ng-update": {
49
49
  "migrations": "@schematics/angular/migrations/migration-collection.json",
50
50
  "packageGroup": {
51
- "@angular/cli": "21.1.3",
52
- "@angular/build": "21.1.3",
53
- "@angular/ssr": "21.1.3",
54
- "@angular-devkit/architect": "0.2101.3",
55
- "@angular-devkit/build-angular": "21.1.3",
56
- "@angular-devkit/build-webpack": "0.2101.3",
57
- "@angular-devkit/core": "21.1.3",
58
- "@angular-devkit/schematics": "21.1.3"
51
+ "@angular/cli": "21.1.5",
52
+ "@angular/build": "21.1.5",
53
+ "@angular/ssr": "21.1.5",
54
+ "@angular-devkit/architect": "0.2101.5",
55
+ "@angular-devkit/build-angular": "21.1.5",
56
+ "@angular-devkit/build-webpack": "0.2101.5",
57
+ "@angular-devkit/core": "21.1.5",
58
+ "@angular-devkit/schematics": "21.1.5"
59
59
  }
60
60
  },
61
- "packageManager": "pnpm@10.28.2",
61
+ "packageManager": "pnpm@10.29.3",
62
62
  "engines": {
63
63
  "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
64
64
  "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
@@ -22,5 +22,5 @@ class Version {
22
22
  this.patch = patch;
23
23
  }
24
24
  }
25
- exports.VERSION = new Version('21.1.3');
25
+ exports.VERSION = new Version('21.1.5');
26
26
  //# sourceMappingURL=version.js.map