| 
24 | 24 |   },  | 
25 | 25 |   "private": true,  | 
26 | 26 |   "dependencies": {  | 
27 |  | -    "@angular/animations": "16.1.2",  | 
28 |  | -    "@angular/cdk": "16.1.2",  | 
29 |  | -    "@angular/common": "16.1.2",  | 
30 |  | -    "@angular/compiler": "16.1.2",  | 
31 |  | -    "@angular/core": "16.1.2",  | 
32 |  | -    "@angular/forms": "16.1.2",  | 
33 |  | -    "@angular/material": "16.1.2",  | 
34 |  | -    "@angular/platform-browser": "16.1.2",  | 
35 |  | -    "@angular/platform-browser-dynamic": "16.1.2",  | 
36 |  | -    "@angular/router": "16.1.2",  | 
37 |  | -    "core-js": "3.31.0",  | 
 | 27 | +    "@angular/animations": "16.2.12",  | 
 | 28 | +    "@angular/cdk": "16.2.14",  | 
 | 29 | +    "@angular/common": "16.2.12",  | 
 | 30 | +    "@angular/compiler": "16.2.12",  | 
 | 31 | +    "@angular/core": "16.2.12",  | 
 | 32 | +    "@angular/forms": "16.2.12",  | 
 | 33 | +    "@angular/material": "16.2.14",  | 
 | 34 | +    "@angular/platform-browser": "16.2.12",  | 
 | 35 | +    "@angular/platform-browser-dynamic": "16.2.12",  | 
 | 36 | +    "@angular/router": "16.2.12",  | 
 | 37 | +    "core-js": "3.38.1",  | 
38 | 38 |     "hammerjs": "2.0.8",  | 
39 | 39 |     "nodemon": "2.0.22",  | 
40 | 40 |     "prismjs": "1.29.0",  | 
41 | 41 |     "rxjs": "7.8.1",  | 
42 | 42 |     "rxjs-compat": "6.6.7",  | 
43 |  | -    "tslib": "2.5.3",  | 
44 |  | -    "zone.js": "0.13.1"  | 
 | 43 | +    "tslib": "2.7.0",  | 
 | 44 | +    "zone.js": "0.15.0"  | 
45 | 45 |   },  | 
46 | 46 |   "devDependencies": {  | 
47 |  | -    "@angular-devkit/build-angular": "16.1.1",  | 
48 |  | -    "@angular-eslint/eslint-plugin": "16.0.3",  | 
49 |  | -    "@angular/cli": "16.1.1",  | 
50 |  | -    "@angular/compiler-cli": "16.1.2",  | 
51 |  | -    "@angular/language-service": "16.1",  | 
52 |  | -    "@commitlint/cli": "17.6.5",  | 
53 |  | -    "@commitlint/config-angular": "17.6.5",  | 
54 |  | -    "@types/jasmine": "4.3.4",  | 
55 |  | -    "@types/jasminewd2": "2.0.10",  | 
56 |  | -    "@types/lodash": "4.14.195",  | 
 | 47 | +    "@angular-devkit/build-angular": "16.2.16",  | 
 | 48 | +    "@angular-eslint/eslint-plugin": "16.3.1",  | 
 | 49 | +    "@angular/cli": "16.2.16",  | 
 | 50 | +    "@angular/compiler-cli": "16.2.12",  | 
 | 51 | +    "@angular/language-service": "16.2",  | 
 | 52 | +    "@commitlint/cli": "17.8.1",  | 
 | 53 | +    "@commitlint/config-angular": "17.8.1",  | 
 | 54 | +    "@types/jasmine": "4.6.4",  | 
 | 55 | +    "@types/jasminewd2": "2.0.13",  | 
 | 56 | +    "@types/lodash": "4.17.9",  | 
57 | 57 |     "@types/marked": "1.2.2",  | 
58 |  | -    "@types/node": "20.3.1",  | 
59 |  | -    "@types/prismjs": "1.26.0",  | 
 | 58 | +    "@types/node": "20.16.9",  | 
 | 59 | +    "@types/prismjs": "1.26.4",  | 
60 | 60 |     "@types/rimraf": "3.0.2",  | 
61 |  | -    "chokidar": "3.5.3",  | 
62 |  | -    "concurrently": "8.2.0",  | 
 | 61 | +    "chokidar": "3.6.0",  | 
 | 62 | +    "concurrently": "8.2.2",  | 
63 | 63 |     "dgeni": "0.4.14",  | 
64 | 64 |     "dgeni-packages": "0.30.0",  | 
65 | 65 |     "husky": "8.0.3",  | 
66 |  | -    "jasmine-core": "5.0.1",  | 
 | 66 | +    "jasmine-core": "5.3.0",  | 
67 | 67 |     "jasmine-spec-reporter": "7.0.0",  | 
68 |  | -    "karma": "6.4.2",  | 
 | 68 | +    "karma": "6.4.4",  | 
69 | 69 |     "karma-chrome-launcher": "3.2.0",  | 
70 | 70 |     "karma-cli": "2.0.0",  | 
71 | 71 |     "karma-coverage-istanbul-reporter": "3.0.3",  | 
72 | 72 |     "karma-jasmine": "5.1.0",  | 
73 | 73 |     "karma-jasmine-html-reporter": "2.1.0",  | 
74 |  | -    "lint-staged": "13.2.2",  | 
 | 74 | +    "lint-staged": "13.3.0",  | 
75 | 75 |     "marked": "2.1.3",  | 
76 |  | -    "rimraf": "5.0.1",  | 
77 |  | -    "ts-node": "10.9.1",  | 
78 |  | -    "typescript": "5.1.3",  | 
79 |  | -    "uuid": "9.0.0",  | 
 | 76 | +    "rimraf": "5.0.10",  | 
 | 77 | +    "ts-node": "10.9.2",  | 
 | 78 | +    "typescript": "5.6.2",  | 
 | 79 | +    "uuid": "9.0.1",  | 
80 | 80 |     "yargs": "17.7.2"  | 
81 | 81 |   }  | 
82 | 82 | }  | 
0 commit comments