|
4 | 4 | "license": "GPLv3", |
5 | 5 | "scripts": { |
6 | 6 | "ng": "ng", |
7 | | - "dev": "ng serve --proxy-config proxy.conf.json --hmr --host 0.0.0.0", |
8 | | - "start": "ng serve --proxy-config proxy.conf.json --host 0.0.0.0", |
9 | | - "build": "ng build --configuration production", |
| 7 | + "dev": "node scripts/generate-build-info.mjs && ng serve --proxy-config proxy.conf.json --serve-path /luna --hmr --host 0.0.0.0", |
| 8 | + "start": "node scripts/generate-build-info.mjs && ng serve --proxy-config proxy.conf.json --serve-path /luna --host 0.0.0.0", |
| 9 | + "build": "node scripts/generate-build-info.mjs && ng build --configuration production", |
10 | 10 | "test": "ng test", |
11 | 11 | "lint": "ng lint", |
12 | 12 | "e2e": "ng e2e", |
|
15 | 15 | "private": true, |
16 | 16 | "dependencies": { |
17 | 17 | "@acrodata/code-editor": "^0.5.1", |
18 | | - "@angular/animations": "^19.0.0", |
| 18 | + "@angular/animations": "^19.2.20", |
19 | 19 | "@angular/cdk": "^19.0.0", |
20 | | - "@angular/common": "^19.0.0", |
21 | | - "@angular/compiler": "^19.0.0", |
22 | | - "@angular/core": "^19.0.0", |
| 20 | + "@angular/common": "^19.2.20", |
| 21 | + "@angular/compiler": "^19.2.20", |
| 22 | + "@angular/core": "^19.2.20", |
23 | 23 | "@angular/flex-layout": "15.0.0-beta.42", |
24 | | - "@angular/forms": "^19.0.0", |
25 | | - "@angular/platform-browser": "^19.0.0", |
26 | | - "@angular/platform-browser-dynamic": "^19.0.0", |
27 | | - "@angular/router": "^19.0.0", |
| 24 | + "@angular/forms": "^19.2.20", |
| 25 | + "@angular/platform-browser": "^19.2.20", |
| 26 | + "@angular/platform-browser-dynamic": "^19.2.20", |
| 27 | + "@angular/router": "^19.2.20", |
28 | 28 | "@ant-design/icons-angular": "^19.0.0", |
29 | 29 | "@codemirror/language-data": "^6.5.1", |
30 | 30 | "@ngx-translate/core": "^16.0.4", |
|
45 | 45 | "guacamole-common-js": "^1.5.0", |
46 | 46 | "jquery": "^3.7.1", |
47 | 47 | "jsencrypt": "^3.3.2", |
48 | | - "lodash-es": "^4.17.21", |
| 48 | + "lodash-es": "^4.18.0", |
49 | 49 | "metismenu": "^3.0.7", |
50 | 50 | "ng-zorro-antd": "^19.3.0", |
51 | 51 | "ngx-clipboard": "^16.0.0", |
|
55 | 55 | "popper.js": "^1.16.1", |
56 | 56 | "requirejs": "^2.3.6", |
57 | 57 | "rxjs": "^7.8.1", |
| 58 | + "sm-crypto": "^0.4.0", |
58 | 59 | "tslib": "^2.6.2", |
59 | 60 | "xterm-theme": "^1.1.0", |
60 | 61 | "zone.js": "~0.15.0" |
61 | 62 | }, |
62 | 63 | "devDependencies": { |
63 | | - "@angular-devkit/build-angular": "^19.0.0", |
| 64 | + "@angular-devkit/build-angular": "^19.2.20", |
64 | 65 | "@angular-eslint/builder": "^19.5.0", |
65 | 66 | "@angular-eslint/eslint-plugin": "^19.5.0", |
66 | 67 | "@angular-eslint/eslint-plugin-template": "^19.5.0", |
67 | 68 | "@angular-eslint/schematics": "^19.5.0", |
68 | 69 | "@angular-eslint/template-parser": "^19.5.0", |
69 | | - "@angular/build": "^19.0.0", |
70 | | - "@angular/cli": "^19.0.0", |
71 | | - "@angular/compiler-cli": "^19.0.0", |
72 | | - "@angular/language-service": "^19.0.0", |
| 70 | + "@angular/build": "^19.2.20", |
| 71 | + "@angular/cli": "^19.2.20", |
| 72 | + "@angular/compiler-cli": "^19.2.20", |
| 73 | + "@angular/language-service": "^19.2.20", |
73 | 74 | "@types/jasmine": "^5.1.4", |
74 | 75 | "@types/jasminewd2": "^2.0.13", |
75 | 76 | "@types/node": "^20.11.19", |
|
88 | 89 | "ts-node": "^10.9.2", |
89 | 90 | "typescript": "~5.5.0", |
90 | 91 | "vite": "^5.0.0" |
| 92 | + }, |
| 93 | + "resolutions": { |
| 94 | + "seroval": "1.4.1", |
| 95 | + "fast-uri": "3.1.2" |
91 | 96 | } |
92 | 97 | } |
0 commit comments