@adriankulik/create-fullstack-app 1.16.0 → 1.18.0
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.
- package/README.md +4 -4
- package/cli/build-date.js +1 -1
- package/cli/index.js +3 -3
- package/package.json +1 -1
- package/templates/backend/dotnet/Tests/Tests.csproj +2 -2
- package/templates/backend/flask/requirements.txt +2 -2
- package/templates/backend/nodejs/package-lock.json +73 -73
- package/templates/backend/nodejs/package.json +2 -2
- package/templates/base/database/requirements.txt +2 -2
- package/templates/frontend/angular/package-lock.json +210 -210
- package/templates/frontend/angular/package.json +13 -13
- package/templates/frontend/nextjs/package-lock.json +78 -78
- package/templates/frontend/nextjs/package.json +7 -7
- package/templates/frontend/svelte/package-lock.json +145 -145
- package/templates/frontend/svelte/package.json +2 -2
- package/templates/frontend/vue/package-lock.json +149 -149
- package/templates/frontend/vue/package.json +3 -3
|
@@ -8,25 +8,25 @@
|
|
|
8
8
|
"name": "frontend-angular",
|
|
9
9
|
"version": "0.0.0",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@angular/animations": "^22.1.
|
|
12
|
-
"@angular/common": "^22.1.
|
|
13
|
-
"@angular/compiler": "^22.1.
|
|
14
|
-
"@angular/core": "^22.1.
|
|
15
|
-
"@angular/forms": "^22.1.
|
|
16
|
-
"@angular/platform-browser": "^22.1.
|
|
17
|
-
"@angular/platform-browser-dynamic": "^22.1.
|
|
18
|
-
"@angular/router": "^22.1.
|
|
11
|
+
"@angular/animations": "^22.1.6",
|
|
12
|
+
"@angular/common": "^22.1.6",
|
|
13
|
+
"@angular/compiler": "^22.1.6",
|
|
14
|
+
"@angular/core": "^22.1.6",
|
|
15
|
+
"@angular/forms": "^22.1.6",
|
|
16
|
+
"@angular/platform-browser": "^22.1.6",
|
|
17
|
+
"@angular/platform-browser-dynamic": "^22.1.6",
|
|
18
|
+
"@angular/router": "^22.1.6",
|
|
19
19
|
"rxjs": "~7.8.2",
|
|
20
20
|
"tslib": "^2.8.1",
|
|
21
21
|
"zone.js": "~0.16.3"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@angular-devkit/build-angular": "^22.1.
|
|
25
|
-
"@angular/cli": "^22.1.
|
|
26
|
-
"@angular/compiler-cli": "^22.1.
|
|
24
|
+
"@angular-devkit/build-angular": "^22.1.8",
|
|
25
|
+
"@angular/cli": "^22.1.8",
|
|
26
|
+
"@angular/compiler-cli": "^22.1.6",
|
|
27
27
|
"@eslint/js": "^10.0.1",
|
|
28
28
|
"@types/jasmine": "~5.1.0",
|
|
29
|
-
"angular-eslint": "^22.
|
|
29
|
+
"angular-eslint": "^22.5.0",
|
|
30
30
|
"eslint": "^10.8.1",
|
|
31
31
|
"jasmine-core": "~5.1.0",
|
|
32
32
|
"karma": "~6.4.4",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"karma-jasmine-html-reporter": "~2.3.0",
|
|
37
37
|
"puppeteer": "^25.10.0",
|
|
38
38
|
"typescript": "~6.0.3",
|
|
39
|
-
"typescript-eslint": "^8.
|
|
39
|
+
"typescript-eslint": "^8.70.0"
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
"node_modules/@ampproject/remapping": {
|
|
@@ -54,13 +54,13 @@
|
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
"node_modules/@angular-devkit/architect": {
|
|
57
|
-
"version": "0.2201.
|
|
58
|
-
"resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.2201.
|
|
59
|
-
"integrity": "sha512-
|
|
57
|
+
"version": "0.2201.8",
|
|
58
|
+
"resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.2201.8.tgz",
|
|
59
|
+
"integrity": "sha512-EUQo8RDS1my2Bo5FRS+gBYgz1/klfIp9XESfMpTBO04nBkjF6DkPCeOxeAf1CYjWy9nCXcWn968eSdEhV5jXiA==",
|
|
60
60
|
"dev": true,
|
|
61
61
|
"license": "MIT",
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@angular-devkit/core": "22.1.
|
|
63
|
+
"@angular-devkit/core": "22.1.8",
|
|
64
64
|
"rxjs": "7.8.2"
|
|
65
65
|
},
|
|
66
66
|
"bin": {
|
|
@@ -73,18 +73,18 @@
|
|
|
73
73
|
}
|
|
74
74
|
},
|
|
75
75
|
"node_modules/@angular-devkit/build-angular": {
|
|
76
|
-
"version": "22.1.
|
|
77
|
-
"resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-22.1.
|
|
78
|
-
"integrity": "sha512-
|
|
76
|
+
"version": "22.1.8",
|
|
77
|
+
"resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-22.1.8.tgz",
|
|
78
|
+
"integrity": "sha512-UH75aJJ5lBpnu3QtC+WygE0Z5dESDLibNQ0jbcot4L7jnT/fLPWbffWp2WHvIjaUybVj/sh441N9rCiy0YMN3Q==",
|
|
79
79
|
"deprecated": "Angular's Webpack support is deprecated. Use the esbuild and Vite-based \"@angular/build\" package instead.",
|
|
80
80
|
"dev": true,
|
|
81
81
|
"license": "MIT",
|
|
82
82
|
"dependencies": {
|
|
83
83
|
"@ampproject/remapping": "2.3.0",
|
|
84
|
-
"@angular-devkit/architect": "0.2201.
|
|
85
|
-
"@angular-devkit/build-webpack": "0.2201.
|
|
86
|
-
"@angular-devkit/core": "22.1.
|
|
87
|
-
"@angular/build": "22.1.
|
|
84
|
+
"@angular-devkit/architect": "0.2201.8",
|
|
85
|
+
"@angular-devkit/build-webpack": "0.2201.8",
|
|
86
|
+
"@angular-devkit/core": "22.1.8",
|
|
87
|
+
"@angular/build": "22.1.8",
|
|
88
88
|
"@babel/core": "8.0.1",
|
|
89
89
|
"@babel/generator": "8.0.0",
|
|
90
90
|
"@babel/helper-annotate-as-pure": "8.0.0",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"@babel/preset-env": "8.0.2",
|
|
96
96
|
"@babel/runtime": "8.0.0",
|
|
97
97
|
"@discoveryjs/json-ext": "1.1.0",
|
|
98
|
-
"@ngtools/webpack": "22.1.
|
|
98
|
+
"@ngtools/webpack": "22.1.8",
|
|
99
99
|
"ansi-colors": "4.1.3",
|
|
100
100
|
"autoprefixer": "10.5.4",
|
|
101
101
|
"babel-loader": "10.1.1",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"@angular/platform-browser": "^22.0.0",
|
|
150
150
|
"@angular/platform-server": "^22.0.0",
|
|
151
151
|
"@angular/service-worker": "^22.0.0",
|
|
152
|
-
"@angular/ssr": "^22.1.
|
|
152
|
+
"@angular/ssr": "^22.1.8",
|
|
153
153
|
"browser-sync": "^3.0.2",
|
|
154
154
|
"karma": "^6.3.0",
|
|
155
155
|
"ng-packagr": "^22.0.0",
|
|
@@ -190,13 +190,13 @@
|
|
|
190
190
|
}
|
|
191
191
|
},
|
|
192
192
|
"node_modules/@angular-devkit/build-webpack": {
|
|
193
|
-
"version": "0.2201.
|
|
194
|
-
"resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.2201.
|
|
195
|
-
"integrity": "sha512-
|
|
193
|
+
"version": "0.2201.8",
|
|
194
|
+
"resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.2201.8.tgz",
|
|
195
|
+
"integrity": "sha512-T9Fl7Qcy40UFZaiGAY9ieJC3cgTTupS/eAncKTeuSdqCHpZn+IMhU+Nyl7C2yE4VZe3KCk8CGGKS3g4TmyH/QQ==",
|
|
196
196
|
"dev": true,
|
|
197
197
|
"license": "MIT",
|
|
198
198
|
"dependencies": {
|
|
199
|
-
"@angular-devkit/architect": "0.2201.
|
|
199
|
+
"@angular-devkit/architect": "0.2201.8",
|
|
200
200
|
"rxjs": "7.8.2"
|
|
201
201
|
},
|
|
202
202
|
"engines": {
|
|
@@ -210,9 +210,9 @@
|
|
|
210
210
|
}
|
|
211
211
|
},
|
|
212
212
|
"node_modules/@angular-devkit/core": {
|
|
213
|
-
"version": "22.1.
|
|
214
|
-
"resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-22.1.
|
|
215
|
-
"integrity": "sha512-
|
|
213
|
+
"version": "22.1.8",
|
|
214
|
+
"resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-22.1.8.tgz",
|
|
215
|
+
"integrity": "sha512-34lsgg2FwMVBX7nR/ZqzRUcdvdYPvSB8XAEr2GudXAyZwLI9ehzfQlagAWR/gEb8p4uCFZW0r7uU0toxydq4Rw==",
|
|
216
216
|
"dev": true,
|
|
217
217
|
"license": "MIT",
|
|
218
218
|
"dependencies": {
|
|
@@ -238,13 +238,13 @@
|
|
|
238
238
|
}
|
|
239
239
|
},
|
|
240
240
|
"node_modules/@angular-devkit/schematics": {
|
|
241
|
-
"version": "22.1.
|
|
242
|
-
"resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-22.1.
|
|
243
|
-
"integrity": "sha512-
|
|
241
|
+
"version": "22.1.8",
|
|
242
|
+
"resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-22.1.8.tgz",
|
|
243
|
+
"integrity": "sha512-Pv3cPa/44kvEwYcqwx4Ns5dhIDmcFNSHhbpheqiEG1Z/u4e2t4zHKDtE3eHZB+8o+IcC7xJj+d+AqGR44RoZDA==",
|
|
244
244
|
"dev": true,
|
|
245
245
|
"license": "MIT",
|
|
246
246
|
"dependencies": {
|
|
247
|
-
"@angular-devkit/core": "22.1.
|
|
247
|
+
"@angular-devkit/core": "22.1.8",
|
|
248
248
|
"jsonc-parser": "3.3.1",
|
|
249
249
|
"magic-string": "1.0.0",
|
|
250
250
|
"ora": "9.4.1",
|
|
@@ -257,9 +257,9 @@
|
|
|
257
257
|
}
|
|
258
258
|
},
|
|
259
259
|
"node_modules/@angular-eslint/builder": {
|
|
260
|
-
"version": "22.
|
|
261
|
-
"resolved": "https://registry.npmjs.org/@angular-eslint/builder/-/builder-22.
|
|
262
|
-
"integrity": "sha512-
|
|
260
|
+
"version": "22.5.0",
|
|
261
|
+
"resolved": "https://registry.npmjs.org/@angular-eslint/builder/-/builder-22.5.0.tgz",
|
|
262
|
+
"integrity": "sha512-bChGIHOApVk3eXaAfCOxxb54tToIttSzADEUpuBN6cs7Jp7OO96lNpMktv9IPvxfyVrhbriocwNy33jhpRSt0Q==",
|
|
263
263
|
"dev": true,
|
|
264
264
|
"license": "MIT",
|
|
265
265
|
"dependencies": {
|
|
@@ -272,21 +272,21 @@
|
|
|
272
272
|
}
|
|
273
273
|
},
|
|
274
274
|
"node_modules/@angular-eslint/bundled-angular-compiler": {
|
|
275
|
-
"version": "22.
|
|
276
|
-
"resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-22.
|
|
277
|
-
"integrity": "sha512-
|
|
275
|
+
"version": "22.5.0",
|
|
276
|
+
"resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-22.5.0.tgz",
|
|
277
|
+
"integrity": "sha512-AdvtopHjjenM02LqsgqQbpTWTbE2DqFS4ZJT8YxEIzUKUdLNwkGUgZn9WpKHBHGBvaiA3hj2BLWRCJs/vJmV3g==",
|
|
278
278
|
"dev": true,
|
|
279
279
|
"license": "MIT"
|
|
280
280
|
},
|
|
281
281
|
"node_modules/@angular-eslint/eslint-plugin": {
|
|
282
|
-
"version": "22.
|
|
283
|
-
"resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-22.
|
|
284
|
-
"integrity": "sha512-
|
|
282
|
+
"version": "22.5.0",
|
|
283
|
+
"resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-22.5.0.tgz",
|
|
284
|
+
"integrity": "sha512-3MooyC+F156Aa0XmNLwNMeQFVmSPhJYqPdX8FditvzSYuo5qANZTSbBABMU8XepvmxXcpPmEsj5sQUpbTdRl9Q==",
|
|
285
285
|
"dev": true,
|
|
286
286
|
"license": "MIT",
|
|
287
287
|
"dependencies": {
|
|
288
|
-
"@angular-eslint/bundled-angular-compiler": "22.
|
|
289
|
-
"@angular-eslint/utils": "22.
|
|
288
|
+
"@angular-eslint/bundled-angular-compiler": "22.5.0",
|
|
289
|
+
"@angular-eslint/utils": "22.5.0",
|
|
290
290
|
"ts-api-utils": "^2.1.0"
|
|
291
291
|
},
|
|
292
292
|
"peerDependencies": {
|
|
@@ -296,19 +296,19 @@
|
|
|
296
296
|
}
|
|
297
297
|
},
|
|
298
298
|
"node_modules/@angular-eslint/eslint-plugin-template": {
|
|
299
|
-
"version": "22.
|
|
300
|
-
"resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-22.
|
|
301
|
-
"integrity": "sha512-
|
|
299
|
+
"version": "22.5.0",
|
|
300
|
+
"resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-22.5.0.tgz",
|
|
301
|
+
"integrity": "sha512-qHi292XBe5TIFpPjEKY+NtiFGEZLrYzD8GPVzBuIruaKQz1Y//eqPp3Ve/MYYBbwdj0gD8rPZRjDIXAcsRUMVg==",
|
|
302
302
|
"dev": true,
|
|
303
303
|
"license": "MIT",
|
|
304
304
|
"dependencies": {
|
|
305
|
-
"@angular-eslint/bundled-angular-compiler": "22.
|
|
306
|
-
"@angular-eslint/utils": "22.
|
|
305
|
+
"@angular-eslint/bundled-angular-compiler": "22.5.0",
|
|
306
|
+
"@angular-eslint/utils": "22.5.0",
|
|
307
307
|
"aria-query": "5.3.2",
|
|
308
308
|
"axobject-query": "4.1.0"
|
|
309
309
|
},
|
|
310
310
|
"peerDependencies": {
|
|
311
|
-
"@angular-eslint/template-parser": "22.
|
|
311
|
+
"@angular-eslint/template-parser": "22.5.0",
|
|
312
312
|
"@typescript-eslint/types": "^8.0.0",
|
|
313
313
|
"@typescript-eslint/utils": "^8.0.0",
|
|
314
314
|
"eslint": "^9.0.0 || ^10.0.0",
|
|
@@ -316,25 +316,25 @@
|
|
|
316
316
|
}
|
|
317
317
|
},
|
|
318
318
|
"node_modules/@angular-eslint/schematics": {
|
|
319
|
-
"version": "22.
|
|
320
|
-
"resolved": "https://registry.npmjs.org/@angular-eslint/schematics/-/schematics-22.
|
|
321
|
-
"integrity": "sha512-
|
|
319
|
+
"version": "22.5.0",
|
|
320
|
+
"resolved": "https://registry.npmjs.org/@angular-eslint/schematics/-/schematics-22.5.0.tgz",
|
|
321
|
+
"integrity": "sha512-4B7Bpph/H6vNI0Wfi3p4w4AKw6VJrTG9IGNbSx6NKbPzcwBSaFSuJUpIUxiuzlsaFy6csbRWU2E3UPyXjEfFew==",
|
|
322
322
|
"dev": true,
|
|
323
323
|
"license": "MIT",
|
|
324
324
|
"dependencies": {
|
|
325
325
|
"@angular-devkit/core": ">= 22.0.0 < 23.0.0",
|
|
326
326
|
"@angular-devkit/schematics": ">= 22.0.0 < 23.0.0",
|
|
327
|
-
"@angular-eslint/eslint-plugin": "22.
|
|
328
|
-
"@angular-eslint/eslint-plugin-template": "22.
|
|
329
|
-
"ignore": "7.0.
|
|
327
|
+
"@angular-eslint/eslint-plugin": "22.5.0",
|
|
328
|
+
"@angular-eslint/eslint-plugin-template": "22.5.0",
|
|
329
|
+
"ignore": "7.0.8",
|
|
330
330
|
"semver": "7.8.5",
|
|
331
331
|
"strip-json-comments": "3.1.1"
|
|
332
332
|
}
|
|
333
333
|
},
|
|
334
334
|
"node_modules/@angular-eslint/schematics/node_modules/ignore": {
|
|
335
|
-
"version": "7.0.
|
|
336
|
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.
|
|
337
|
-
"integrity": "sha512-
|
|
335
|
+
"version": "7.0.8",
|
|
336
|
+
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.8.tgz",
|
|
337
|
+
"integrity": "sha512-YYNsSlXBjMk92SKnkwvB5LOVSa6OznlFUGcsvrFgNJbJCd0M1XKeFVRc8ZByeCqz32FivYNHJVooLmdqrmvp/Q==",
|
|
338
338
|
"dev": true,
|
|
339
339
|
"license": "MIT",
|
|
340
340
|
"engines": {
|
|
@@ -342,13 +342,13 @@
|
|
|
342
342
|
}
|
|
343
343
|
},
|
|
344
344
|
"node_modules/@angular-eslint/template-parser": {
|
|
345
|
-
"version": "22.
|
|
346
|
-
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-22.
|
|
347
|
-
"integrity": "sha512-
|
|
345
|
+
"version": "22.5.0",
|
|
346
|
+
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-22.5.0.tgz",
|
|
347
|
+
"integrity": "sha512-p0C48htmzd1/Qum3TIQz3FZMWivbkm7x8z3Q6GY3CzNOIzVRKQU2MwZtpocXPkctJGjYnC5wJ58d8Ow4E5LVbA==",
|
|
348
348
|
"dev": true,
|
|
349
349
|
"license": "MIT",
|
|
350
350
|
"dependencies": {
|
|
351
|
-
"@angular-eslint/bundled-angular-compiler": "22.
|
|
351
|
+
"@angular-eslint/bundled-angular-compiler": "22.5.0",
|
|
352
352
|
"eslint-scope": "9.1.2"
|
|
353
353
|
},
|
|
354
354
|
"peerDependencies": {
|
|
@@ -357,13 +357,13 @@
|
|
|
357
357
|
}
|
|
358
358
|
},
|
|
359
359
|
"node_modules/@angular-eslint/utils": {
|
|
360
|
-
"version": "22.
|
|
361
|
-
"resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-22.
|
|
362
|
-
"integrity": "sha512-
|
|
360
|
+
"version": "22.5.0",
|
|
361
|
+
"resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-22.5.0.tgz",
|
|
362
|
+
"integrity": "sha512-i106BkmVnXM3ub5nsaXmAZNk1bnajzVOwrGrEVt9U0mX22zcVlunLMWC49z2dqGjl91Ppw0Xr5ed+QrKWm9Ldg==",
|
|
363
363
|
"dev": true,
|
|
364
364
|
"license": "MIT",
|
|
365
365
|
"dependencies": {
|
|
366
|
-
"@angular-eslint/bundled-angular-compiler": "22.
|
|
366
|
+
"@angular-eslint/bundled-angular-compiler": "22.5.0"
|
|
367
367
|
},
|
|
368
368
|
"peerDependencies": {
|
|
369
369
|
"@typescript-eslint/utils": "^8.0.0",
|
|
@@ -372,9 +372,9 @@
|
|
|
372
372
|
}
|
|
373
373
|
},
|
|
374
374
|
"node_modules/@angular/animations": {
|
|
375
|
-
"version": "22.1.
|
|
376
|
-
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-22.1.
|
|
377
|
-
"integrity": "sha512-
|
|
375
|
+
"version": "22.1.6",
|
|
376
|
+
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-22.1.6.tgz",
|
|
377
|
+
"integrity": "sha512-o3tad5WSlcq80aFvZGQ1VrNtY2fieJWbYn1h2AxJXE1Mj0h3atvw4zgQ+qx9ZRCYsZvsluW88YxA1Zk0bCuZvQ==",
|
|
378
378
|
"deprecated": "@angular/animations is deprecated. Use `animate.enter` and `animate.leave` instead. For more information see: https://v22.angular.dev/guide/animations.",
|
|
379
379
|
"license": "MIT",
|
|
380
380
|
"dependencies": {
|
|
@@ -384,18 +384,18 @@
|
|
|
384
384
|
"node": "^22.22.3 || ^24.15.0 || >=26.0.0"
|
|
385
385
|
},
|
|
386
386
|
"peerDependencies": {
|
|
387
|
-
"@angular/core": "22.1.
|
|
387
|
+
"@angular/core": "22.1.6"
|
|
388
388
|
}
|
|
389
389
|
},
|
|
390
390
|
"node_modules/@angular/build": {
|
|
391
|
-
"version": "22.1.
|
|
392
|
-
"resolved": "https://registry.npmjs.org/@angular/build/-/build-22.1.
|
|
393
|
-
"integrity": "sha512-
|
|
391
|
+
"version": "22.1.8",
|
|
392
|
+
"resolved": "https://registry.npmjs.org/@angular/build/-/build-22.1.8.tgz",
|
|
393
|
+
"integrity": "sha512-tw+Evk0EITb8p8dTu743ONoFztCEiyDkdRbtZsh7C0vBS7Q9ElsOcFeg2Z9OAAwrmtZMIBuW3jrdPRQp7OCSdw==",
|
|
394
394
|
"dev": true,
|
|
395
395
|
"license": "MIT",
|
|
396
396
|
"dependencies": {
|
|
397
397
|
"@ampproject/remapping": "2.3.0",
|
|
398
|
-
"@angular-devkit/architect": "0.2201.
|
|
398
|
+
"@angular-devkit/architect": "0.2201.8",
|
|
399
399
|
"@babel/core": "8.0.1",
|
|
400
400
|
"@babel/helper-annotate-as-pure": "8.0.0",
|
|
401
401
|
"@babel/helper-split-export-declaration": "7.24.7",
|
|
@@ -437,7 +437,7 @@
|
|
|
437
437
|
"@angular/platform-browser": "^22.0.0",
|
|
438
438
|
"@angular/platform-server": "^22.0.0",
|
|
439
439
|
"@angular/service-worker": "^22.0.0",
|
|
440
|
-
"@angular/ssr": "^22.1.
|
|
440
|
+
"@angular/ssr": "^22.1.8",
|
|
441
441
|
"istanbul-lib-instrument": "^6.0.0",
|
|
442
442
|
"karma": "^6.4.0",
|
|
443
443
|
"less": "^4.2.0",
|
|
@@ -495,19 +495,19 @@
|
|
|
495
495
|
}
|
|
496
496
|
},
|
|
497
497
|
"node_modules/@angular/cli": {
|
|
498
|
-
"version": "22.1.
|
|
499
|
-
"resolved": "https://registry.npmjs.org/@angular/cli/-/cli-22.1.
|
|
500
|
-
"integrity": "sha512-
|
|
498
|
+
"version": "22.1.8",
|
|
499
|
+
"resolved": "https://registry.npmjs.org/@angular/cli/-/cli-22.1.8.tgz",
|
|
500
|
+
"integrity": "sha512-MFN/FydqDndai8vF12hDxG5RlBt1HUUheeJgJNmuHYIne4bOAfOT+xuMpIK8+gLSRwCemdqR3OMM38pnsFJ/nA==",
|
|
501
501
|
"dev": true,
|
|
502
502
|
"license": "MIT",
|
|
503
503
|
"dependencies": {
|
|
504
|
-
"@angular-devkit/architect": "0.2201.
|
|
505
|
-
"@angular-devkit/core": "22.1.
|
|
506
|
-
"@angular-devkit/schematics": "22.1.
|
|
504
|
+
"@angular-devkit/architect": "0.2201.8",
|
|
505
|
+
"@angular-devkit/core": "22.1.8",
|
|
506
|
+
"@angular-devkit/schematics": "22.1.8",
|
|
507
507
|
"@inquirer/prompts": "8.5.2",
|
|
508
508
|
"@listr2/prompt-adapter-inquirer": "4.2.5",
|
|
509
509
|
"@modelcontextprotocol/sdk": "1.30.0",
|
|
510
|
-
"@schematics/angular": "22.1.
|
|
510
|
+
"@schematics/angular": "22.1.8",
|
|
511
511
|
"jsonc-parser": "3.3.1",
|
|
512
512
|
"listr2": "11.0.0",
|
|
513
513
|
"npm-package-arg": "14.0.0",
|
|
@@ -526,9 +526,9 @@
|
|
|
526
526
|
}
|
|
527
527
|
},
|
|
528
528
|
"node_modules/@angular/common": {
|
|
529
|
-
"version": "22.1.
|
|
530
|
-
"resolved": "https://registry.npmjs.org/@angular/common/-/common-22.1.
|
|
531
|
-
"integrity": "sha512-
|
|
529
|
+
"version": "22.1.6",
|
|
530
|
+
"resolved": "https://registry.npmjs.org/@angular/common/-/common-22.1.6.tgz",
|
|
531
|
+
"integrity": "sha512-giuH+jJvo6YbBxbKofJCXvq6k8g1Z/xCAvh4piNFSSS6/toXTLCeZ+snr6Stw5b2wRbArM5Q5nDeuto3NqVPnQ==",
|
|
532
532
|
"license": "MIT",
|
|
533
533
|
"dependencies": {
|
|
534
534
|
"tslib": "^2.3.0"
|
|
@@ -537,14 +537,14 @@
|
|
|
537
537
|
"node": "^22.22.3 || ^24.15.0 || >=26.0.0"
|
|
538
538
|
},
|
|
539
539
|
"peerDependencies": {
|
|
540
|
-
"@angular/core": "22.1.
|
|
540
|
+
"@angular/core": "22.1.6",
|
|
541
541
|
"rxjs": "^6.5.3 || ^7.4.0"
|
|
542
542
|
}
|
|
543
543
|
},
|
|
544
544
|
"node_modules/@angular/compiler": {
|
|
545
|
-
"version": "22.1.
|
|
546
|
-
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-22.1.
|
|
547
|
-
"integrity": "sha512-
|
|
545
|
+
"version": "22.1.6",
|
|
546
|
+
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-22.1.6.tgz",
|
|
547
|
+
"integrity": "sha512-JjOUm/qD338+fGfZvxSNn/vTUiVqNwOiPzacInVUq1eVp7Jev+cnvEwXA2cFJkYZoy3Imz6wHoMvTUZNN8cbKQ==",
|
|
548
548
|
"license": "MIT",
|
|
549
549
|
"dependencies": {
|
|
550
550
|
"tslib": "^2.3.0"
|
|
@@ -554,9 +554,9 @@
|
|
|
554
554
|
}
|
|
555
555
|
},
|
|
556
556
|
"node_modules/@angular/compiler-cli": {
|
|
557
|
-
"version": "22.1.
|
|
558
|
-
"resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-22.1.
|
|
559
|
-
"integrity": "sha512-
|
|
557
|
+
"version": "22.1.6",
|
|
558
|
+
"resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-22.1.6.tgz",
|
|
559
|
+
"integrity": "sha512-C1fQuaSLnibhfbb7Im/vurdBEcfQk+/GqPkY4+dgEKd4EPleO0xWlD+k5DwyNFX8a9w7HebWfo0Zl66HuaEwOQ==",
|
|
560
560
|
"dev": true,
|
|
561
561
|
"license": "MIT",
|
|
562
562
|
"dependencies": {
|
|
@@ -577,7 +577,7 @@
|
|
|
577
577
|
"node": "^22.22.3 || ^24.15.0 || >=26.0.0"
|
|
578
578
|
},
|
|
579
579
|
"peerDependencies": {
|
|
580
|
-
"@angular/compiler": "22.1.
|
|
580
|
+
"@angular/compiler": "22.1.6",
|
|
581
581
|
"typescript": ">=6.0 <6.1"
|
|
582
582
|
},
|
|
583
583
|
"peerDependenciesMeta": {
|
|
@@ -587,9 +587,9 @@
|
|
|
587
587
|
}
|
|
588
588
|
},
|
|
589
589
|
"node_modules/@angular/core": {
|
|
590
|
-
"version": "22.1.
|
|
591
|
-
"resolved": "https://registry.npmjs.org/@angular/core/-/core-22.1.
|
|
592
|
-
"integrity": "sha512-
|
|
590
|
+
"version": "22.1.6",
|
|
591
|
+
"resolved": "https://registry.npmjs.org/@angular/core/-/core-22.1.6.tgz",
|
|
592
|
+
"integrity": "sha512-3Ln9YYOhsaU2vPufnpcu6C4dlmX4e/nJTlggVcKMT7bGZH5KlEtw3h0uh9YfANv8YhQCEk1AcuRI7KpBnh5ing==",
|
|
593
593
|
"license": "MIT",
|
|
594
594
|
"dependencies": {
|
|
595
595
|
"tslib": "^2.3.0"
|
|
@@ -598,7 +598,7 @@
|
|
|
598
598
|
"node": "^22.22.3 || ^24.15.0 || >=26.0.0"
|
|
599
599
|
},
|
|
600
600
|
"peerDependencies": {
|
|
601
|
-
"@angular/compiler": "22.1.
|
|
601
|
+
"@angular/compiler": "22.1.6",
|
|
602
602
|
"rxjs": "^6.5.3 || ^7.4.0",
|
|
603
603
|
"zone.js": "~0.15.0 || ~0.16.0"
|
|
604
604
|
},
|
|
@@ -612,9 +612,9 @@
|
|
|
612
612
|
}
|
|
613
613
|
},
|
|
614
614
|
"node_modules/@angular/forms": {
|
|
615
|
-
"version": "22.1.
|
|
616
|
-
"resolved": "https://registry.npmjs.org/@angular/forms/-/forms-22.1.
|
|
617
|
-
"integrity": "sha512-
|
|
615
|
+
"version": "22.1.6",
|
|
616
|
+
"resolved": "https://registry.npmjs.org/@angular/forms/-/forms-22.1.6.tgz",
|
|
617
|
+
"integrity": "sha512-rfV4G4UB4l69yXSRvhaHPzTMIruvBlRO+ak9NtTcYMnsoj8O5ZCyPv0ledGIrLTBwGSI3X1j4nr9aoV+Rj/n+Q==",
|
|
618
618
|
"license": "MIT",
|
|
619
619
|
"dependencies": {
|
|
620
620
|
"@standard-schema/spec": "^1.0.0",
|
|
@@ -625,16 +625,16 @@
|
|
|
625
625
|
"node": "^22.22.3 || ^24.15.0 || >=26.0.0"
|
|
626
626
|
},
|
|
627
627
|
"peerDependencies": {
|
|
628
|
-
"@angular/common": "22.1.
|
|
629
|
-
"@angular/core": "22.1.
|
|
630
|
-
"@angular/platform-browser": "22.1.
|
|
628
|
+
"@angular/common": "22.1.6",
|
|
629
|
+
"@angular/core": "22.1.6",
|
|
630
|
+
"@angular/platform-browser": "22.1.6",
|
|
631
631
|
"rxjs": "^6.5.3 || ^7.4.0"
|
|
632
632
|
}
|
|
633
633
|
},
|
|
634
634
|
"node_modules/@angular/platform-browser": {
|
|
635
|
-
"version": "22.1.
|
|
636
|
-
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-22.1.
|
|
637
|
-
"integrity": "sha512-
|
|
635
|
+
"version": "22.1.6",
|
|
636
|
+
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-22.1.6.tgz",
|
|
637
|
+
"integrity": "sha512-jrRi6zpdz+jOle5l0OW7QL0a8xPgdnxWT5FrJabbiNKfYzQfqKcaAu02l8uJoJxtGb8fLQ8pbjkPpZEvKO2z+w==",
|
|
638
638
|
"license": "MIT",
|
|
639
639
|
"dependencies": {
|
|
640
640
|
"tslib": "^2.3.0"
|
|
@@ -643,9 +643,9 @@
|
|
|
643
643
|
"node": "^22.22.3 || ^24.15.0 || >=26.0.0"
|
|
644
644
|
},
|
|
645
645
|
"peerDependencies": {
|
|
646
|
-
"@angular/animations": "22.1.
|
|
647
|
-
"@angular/common": "22.1.
|
|
648
|
-
"@angular/core": "22.1.
|
|
646
|
+
"@angular/animations": "22.1.6",
|
|
647
|
+
"@angular/common": "22.1.6",
|
|
648
|
+
"@angular/core": "22.1.6"
|
|
649
649
|
},
|
|
650
650
|
"peerDependenciesMeta": {
|
|
651
651
|
"@angular/animations": {
|
|
@@ -654,9 +654,9 @@
|
|
|
654
654
|
}
|
|
655
655
|
},
|
|
656
656
|
"node_modules/@angular/platform-browser-dynamic": {
|
|
657
|
-
"version": "22.1.
|
|
658
|
-
"resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-22.1.
|
|
659
|
-
"integrity": "sha512-
|
|
657
|
+
"version": "22.1.6",
|
|
658
|
+
"resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-22.1.6.tgz",
|
|
659
|
+
"integrity": "sha512-ixLGQoRkF1ctIN01opG8XaT84TR2/RngMvA0DKsbCjoz0+ECCq3RtsrXUB5Qdny7AXzPvsJchxQ+ZubtOX9MYQ==",
|
|
660
660
|
"deprecated": "@angular/platform-browser-dynamic is deprecated. Use `@angular/platform-browser` instead.",
|
|
661
661
|
"license": "MIT",
|
|
662
662
|
"dependencies": {
|
|
@@ -666,16 +666,16 @@
|
|
|
666
666
|
"node": "^22.22.3 || ^24.15.0 || >=26.0.0"
|
|
667
667
|
},
|
|
668
668
|
"peerDependencies": {
|
|
669
|
-
"@angular/common": "22.1.
|
|
670
|
-
"@angular/compiler": "22.1.
|
|
671
|
-
"@angular/core": "22.1.
|
|
672
|
-
"@angular/platform-browser": "22.1.
|
|
669
|
+
"@angular/common": "22.1.6",
|
|
670
|
+
"@angular/compiler": "22.1.6",
|
|
671
|
+
"@angular/core": "22.1.6",
|
|
672
|
+
"@angular/platform-browser": "22.1.6"
|
|
673
673
|
}
|
|
674
674
|
},
|
|
675
675
|
"node_modules/@angular/router": {
|
|
676
|
-
"version": "22.1.
|
|
677
|
-
"resolved": "https://registry.npmjs.org/@angular/router/-/router-22.1.
|
|
678
|
-
"integrity": "sha512-
|
|
676
|
+
"version": "22.1.6",
|
|
677
|
+
"resolved": "https://registry.npmjs.org/@angular/router/-/router-22.1.6.tgz",
|
|
678
|
+
"integrity": "sha512-ex0vrkcVyJJdn7NzZXun+5ctaPPLTZJ/gE7A3g1dun7BM3g4Z6zT738mODFeJgtPtJNf4bTs2gpgvyegvzWH7w==",
|
|
679
679
|
"license": "MIT",
|
|
680
680
|
"dependencies": {
|
|
681
681
|
"tslib": "^2.3.0"
|
|
@@ -684,9 +684,9 @@
|
|
|
684
684
|
"node": "^22.22.3 || ^24.15.0 || >=26.0.0"
|
|
685
685
|
},
|
|
686
686
|
"peerDependencies": {
|
|
687
|
-
"@angular/common": "22.1.
|
|
688
|
-
"@angular/core": "22.1.
|
|
689
|
-
"@angular/platform-browser": "22.1.
|
|
687
|
+
"@angular/common": "22.1.6",
|
|
688
|
+
"@angular/core": "22.1.6",
|
|
689
|
+
"@angular/platform-browser": "22.1.6",
|
|
690
690
|
"rxjs": "^6.5.3 || ^7.4.0"
|
|
691
691
|
}
|
|
692
692
|
},
|
|
@@ -4611,9 +4611,9 @@
|
|
|
4611
4611
|
}
|
|
4612
4612
|
},
|
|
4613
4613
|
"node_modules/@napi-rs/wasm-runtime": {
|
|
4614
|
-
"version": "1.2.
|
|
4615
|
-
"resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.2.
|
|
4616
|
-
"integrity": "sha512-
|
|
4614
|
+
"version": "1.2.4",
|
|
4615
|
+
"resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.2.4.tgz",
|
|
4616
|
+
"integrity": "sha512-AJxoUD2/15ESHbvpcyjU274nsAPLuOtPHCk0vKJM5pj//Fg/B1FXNWjPnXTT9PymCYYiHo4zPj0ZomXBKhoy7g==",
|
|
4617
4617
|
"dev": true,
|
|
4618
4618
|
"license": "MIT",
|
|
4619
4619
|
"optional": true,
|
|
@@ -4633,9 +4633,9 @@
|
|
|
4633
4633
|
}
|
|
4634
4634
|
},
|
|
4635
4635
|
"node_modules/@ngtools/webpack": {
|
|
4636
|
-
"version": "22.1.
|
|
4637
|
-
"resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-22.1.
|
|
4638
|
-
"integrity": "sha512-
|
|
4636
|
+
"version": "22.1.8",
|
|
4637
|
+
"resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-22.1.8.tgz",
|
|
4638
|
+
"integrity": "sha512-U8VA7iaxDjSWaUOmYmcK1JjrQczoGQeq4QbBwFHo1ET3ArshIDtaiXkvuIwUDHBL4N2yGHAgEZZee8ChJvz77w==",
|
|
4639
4639
|
"deprecated": "Angular's Webpack support is deprecated. Use the esbuild and Vite-based \"@angular/build\" package instead.",
|
|
4640
4640
|
"dev": true,
|
|
4641
4641
|
"license": "MIT",
|
|
@@ -5864,14 +5864,14 @@
|
|
|
5864
5864
|
"license": "MIT"
|
|
5865
5865
|
},
|
|
5866
5866
|
"node_modules/@schematics/angular": {
|
|
5867
|
-
"version": "22.1.
|
|
5868
|
-
"resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-22.1.
|
|
5869
|
-
"integrity": "sha512-
|
|
5867
|
+
"version": "22.1.8",
|
|
5868
|
+
"resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-22.1.8.tgz",
|
|
5869
|
+
"integrity": "sha512-V37T9uHOQVHyxxOqwcJ9xjSIW/mW9UuSfjOc7WJE4V8+3zj0abDJLHuoxDZKe0icYGapgOcvHyYjtNOjSeSivw==",
|
|
5870
5870
|
"dev": true,
|
|
5871
5871
|
"license": "MIT",
|
|
5872
5872
|
"dependencies": {
|
|
5873
|
-
"@angular-devkit/core": "22.1.
|
|
5874
|
-
"@angular-devkit/schematics": "22.1.
|
|
5873
|
+
"@angular-devkit/core": "22.1.8",
|
|
5874
|
+
"@angular-devkit/schematics": "22.1.8",
|
|
5875
5875
|
"jsonc-parser": "3.3.1",
|
|
5876
5876
|
"typescript": "6.0.3"
|
|
5877
5877
|
},
|
|
@@ -6151,17 +6151,17 @@
|
|
|
6151
6151
|
}
|
|
6152
6152
|
},
|
|
6153
6153
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
6154
|
-
"version": "8.
|
|
6155
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.
|
|
6156
|
-
"integrity": "sha512
|
|
6154
|
+
"version": "8.70.0",
|
|
6155
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.70.0.tgz",
|
|
6156
|
+
"integrity": "sha512-/v8HZt6RlyIZxB3ntehELOcUcfxKPVGWXnQdJuHRmzrqgF8nQypcC/oxGW+Ot4VGKDq81XugPKxx0n5PBtf9PA==",
|
|
6157
6157
|
"dev": true,
|
|
6158
6158
|
"license": "MIT",
|
|
6159
6159
|
"dependencies": {
|
|
6160
6160
|
"@eslint-community/regexpp": "^4.12.2",
|
|
6161
|
-
"@typescript-eslint/scope-manager": "8.
|
|
6162
|
-
"@typescript-eslint/type-utils": "8.
|
|
6163
|
-
"@typescript-eslint/utils": "8.
|
|
6164
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
6161
|
+
"@typescript-eslint/scope-manager": "8.70.0",
|
|
6162
|
+
"@typescript-eslint/type-utils": "8.70.0",
|
|
6163
|
+
"@typescript-eslint/utils": "8.70.0",
|
|
6164
|
+
"@typescript-eslint/visitor-keys": "8.70.0",
|
|
6165
6165
|
"ignore": "^7.0.5",
|
|
6166
6166
|
"natural-compare": "^1.4.0",
|
|
6167
6167
|
"ts-api-utils": "^2.5.0"
|
|
@@ -6174,15 +6174,15 @@
|
|
|
6174
6174
|
"url": "https://opencollective.com/typescript-eslint"
|
|
6175
6175
|
},
|
|
6176
6176
|
"peerDependencies": {
|
|
6177
|
-
"@typescript-eslint/parser": "^8.
|
|
6177
|
+
"@typescript-eslint/parser": "^8.70.0",
|
|
6178
6178
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
6179
6179
|
"typescript": ">=4.8.4 <6.1.0"
|
|
6180
6180
|
}
|
|
6181
6181
|
},
|
|
6182
6182
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
|
|
6183
|
-
"version": "7.0.
|
|
6184
|
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.
|
|
6185
|
-
"integrity": "sha512-
|
|
6183
|
+
"version": "7.0.9",
|
|
6184
|
+
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.9.tgz",
|
|
6185
|
+
"integrity": "sha512-brTTsvFRt5C1gGHtPst/281UjPD5t9fBqbgoMPlVWy11ZLTPfu7HxK4ZYqO9H7o/yC9rSTCI85EaQ4OoY12qYw==",
|
|
6186
6186
|
"dev": true,
|
|
6187
6187
|
"license": "MIT",
|
|
6188
6188
|
"engines": {
|
|
@@ -6190,16 +6190,16 @@
|
|
|
6190
6190
|
}
|
|
6191
6191
|
},
|
|
6192
6192
|
"node_modules/@typescript-eslint/parser": {
|
|
6193
|
-
"version": "8.
|
|
6194
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.
|
|
6195
|
-
"integrity": "sha512-
|
|
6193
|
+
"version": "8.70.0",
|
|
6194
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.70.0.tgz",
|
|
6195
|
+
"integrity": "sha512-zYvrmj9Yxd63UGaXw+kdt6A0F0s0qveJyuatIM77bYC2DE4pgmg7a50u8LR7PRtXd0x+h+Tl3eXabGm06SWd3Q==",
|
|
6196
6196
|
"dev": true,
|
|
6197
6197
|
"license": "MIT",
|
|
6198
6198
|
"dependencies": {
|
|
6199
|
-
"@typescript-eslint/scope-manager": "8.
|
|
6200
|
-
"@typescript-eslint/types": "8.
|
|
6201
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
6202
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
6199
|
+
"@typescript-eslint/scope-manager": "8.70.0",
|
|
6200
|
+
"@typescript-eslint/types": "8.70.0",
|
|
6201
|
+
"@typescript-eslint/typescript-estree": "8.70.0",
|
|
6202
|
+
"@typescript-eslint/visitor-keys": "8.70.0",
|
|
6203
6203
|
"debug": "^4.4.3"
|
|
6204
6204
|
},
|
|
6205
6205
|
"engines": {
|
|
@@ -6215,14 +6215,14 @@
|
|
|
6215
6215
|
}
|
|
6216
6216
|
},
|
|
6217
6217
|
"node_modules/@typescript-eslint/project-service": {
|
|
6218
|
-
"version": "8.
|
|
6219
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.
|
|
6220
|
-
"integrity": "sha512-
|
|
6218
|
+
"version": "8.70.0",
|
|
6219
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.70.0.tgz",
|
|
6220
|
+
"integrity": "sha512-hFHbTNqhU9G+2eKFXCBVb1tjFT/LceiJ4+HfLO4pTpDI0KHi6iajpcFFkaSQ9gXmCh7n82A0PthaayEdN6mspQ==",
|
|
6221
6221
|
"dev": true,
|
|
6222
6222
|
"license": "MIT",
|
|
6223
6223
|
"dependencies": {
|
|
6224
|
-
"@typescript-eslint/tsconfig-utils": "^8.
|
|
6225
|
-
"@typescript-eslint/types": "^8.
|
|
6224
|
+
"@typescript-eslint/tsconfig-utils": "^8.70.0",
|
|
6225
|
+
"@typescript-eslint/types": "^8.70.0",
|
|
6226
6226
|
"debug": "^4.4.3"
|
|
6227
6227
|
},
|
|
6228
6228
|
"engines": {
|
|
@@ -6237,14 +6237,14 @@
|
|
|
6237
6237
|
}
|
|
6238
6238
|
},
|
|
6239
6239
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
6240
|
-
"version": "8.
|
|
6241
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.
|
|
6242
|
-
"integrity": "sha512-
|
|
6240
|
+
"version": "8.70.0",
|
|
6241
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.70.0.tgz",
|
|
6242
|
+
"integrity": "sha512-8nP3Kwh5hlgZ4FicGvmznAmJe8UL4sdU8tLukrPaMuQmDuk4Y8xYfzu/aYZW4xT2JCgc7H/TpDI5cGlxcWJSqQ==",
|
|
6243
6243
|
"dev": true,
|
|
6244
6244
|
"license": "MIT",
|
|
6245
6245
|
"dependencies": {
|
|
6246
|
-
"@typescript-eslint/types": "8.
|
|
6247
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
6246
|
+
"@typescript-eslint/types": "8.70.0",
|
|
6247
|
+
"@typescript-eslint/visitor-keys": "8.70.0"
|
|
6248
6248
|
},
|
|
6249
6249
|
"engines": {
|
|
6250
6250
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -6255,9 +6255,9 @@
|
|
|
6255
6255
|
}
|
|
6256
6256
|
},
|
|
6257
6257
|
"node_modules/@typescript-eslint/tsconfig-utils": {
|
|
6258
|
-
"version": "8.
|
|
6259
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.
|
|
6260
|
-
"integrity": "sha512-
|
|
6258
|
+
"version": "8.70.0",
|
|
6259
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.70.0.tgz",
|
|
6260
|
+
"integrity": "sha512-adnkeeNq9Sq1sUf4+FRVc0KdgYghzsgFpZSQVZVvY0LCuUuN0FnQgyGzCJeC4fW1cdXseBAjU2EOqUIjbNcZUw==",
|
|
6261
6261
|
"dev": true,
|
|
6262
6262
|
"license": "MIT",
|
|
6263
6263
|
"engines": {
|
|
@@ -6272,15 +6272,15 @@
|
|
|
6272
6272
|
}
|
|
6273
6273
|
},
|
|
6274
6274
|
"node_modules/@typescript-eslint/type-utils": {
|
|
6275
|
-
"version": "8.
|
|
6276
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.
|
|
6277
|
-
"integrity": "sha512-
|
|
6275
|
+
"version": "8.70.0",
|
|
6276
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.70.0.tgz",
|
|
6277
|
+
"integrity": "sha512-NUMKIhYVaVIVLnRL9CRt+VVcuLgSHUCpXn4/+K8wql+vdInUzvx8BjUO1oJ7cG9shjFJKtF8F8Hh2kCh3/KBVw==",
|
|
6278
6278
|
"dev": true,
|
|
6279
6279
|
"license": "MIT",
|
|
6280
6280
|
"dependencies": {
|
|
6281
|
-
"@typescript-eslint/types": "8.
|
|
6282
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
6283
|
-
"@typescript-eslint/utils": "8.
|
|
6281
|
+
"@typescript-eslint/types": "8.70.0",
|
|
6282
|
+
"@typescript-eslint/typescript-estree": "8.70.0",
|
|
6283
|
+
"@typescript-eslint/utils": "8.70.0",
|
|
6284
6284
|
"debug": "^4.4.3",
|
|
6285
6285
|
"ts-api-utils": "^2.5.0"
|
|
6286
6286
|
},
|
|
@@ -6297,9 +6297,9 @@
|
|
|
6297
6297
|
}
|
|
6298
6298
|
},
|
|
6299
6299
|
"node_modules/@typescript-eslint/types": {
|
|
6300
|
-
"version": "8.
|
|
6301
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
|
6302
|
-
"integrity": "sha512-
|
|
6300
|
+
"version": "8.70.0",
|
|
6301
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.70.0.tgz",
|
|
6302
|
+
"integrity": "sha512-asTOIYhDg4zdzOScCyaytrsV3cR6B4ecPQlXw/dJIm7J/MZTtCtfVII9JD8Geh4jTCrK/Xe6cg5UevoleMcoJQ==",
|
|
6303
6303
|
"dev": true,
|
|
6304
6304
|
"license": "MIT",
|
|
6305
6305
|
"engines": {
|
|
@@ -6311,16 +6311,16 @@
|
|
|
6311
6311
|
}
|
|
6312
6312
|
},
|
|
6313
6313
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
6314
|
-
"version": "8.
|
|
6315
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.
|
|
6316
|
-
"integrity": "sha512-
|
|
6314
|
+
"version": "8.70.0",
|
|
6315
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.70.0.tgz",
|
|
6316
|
+
"integrity": "sha512-d9NmHMPEKQ7QCLLm1jI3zmoQBwT5KwFYjXBJ9ymZfKCUU+5rmTRykKAFvH5Qn/ZCds3CEAFS9OC9M/jkl0X2bA==",
|
|
6317
6317
|
"dev": true,
|
|
6318
6318
|
"license": "MIT",
|
|
6319
6319
|
"dependencies": {
|
|
6320
|
-
"@typescript-eslint/project-service": "8.
|
|
6321
|
-
"@typescript-eslint/tsconfig-utils": "8.
|
|
6322
|
-
"@typescript-eslint/types": "8.
|
|
6323
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
6320
|
+
"@typescript-eslint/project-service": "8.70.0",
|
|
6321
|
+
"@typescript-eslint/tsconfig-utils": "8.70.0",
|
|
6322
|
+
"@typescript-eslint/types": "8.70.0",
|
|
6323
|
+
"@typescript-eslint/visitor-keys": "8.70.0",
|
|
6324
6324
|
"debug": "^4.4.3",
|
|
6325
6325
|
"minimatch": "^10.2.2",
|
|
6326
6326
|
"semver": "^7.7.3",
|
|
@@ -6339,16 +6339,16 @@
|
|
|
6339
6339
|
}
|
|
6340
6340
|
},
|
|
6341
6341
|
"node_modules/@typescript-eslint/utils": {
|
|
6342
|
-
"version": "8.
|
|
6343
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.
|
|
6344
|
-
"integrity": "sha512-
|
|
6342
|
+
"version": "8.70.0",
|
|
6343
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.70.0.tgz",
|
|
6344
|
+
"integrity": "sha512-oZmtKJz/4fufZ2p3+Cn3ijEojcdfR+1zYDH2xKYrEly0dR/Q/1xUPRCOlKGxod78nWlU2UnDe09GZ3TaknBFGA==",
|
|
6345
6345
|
"dev": true,
|
|
6346
6346
|
"license": "MIT",
|
|
6347
6347
|
"dependencies": {
|
|
6348
6348
|
"@eslint-community/eslint-utils": "^4.9.1",
|
|
6349
|
-
"@typescript-eslint/scope-manager": "8.
|
|
6350
|
-
"@typescript-eslint/types": "8.
|
|
6351
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
6349
|
+
"@typescript-eslint/scope-manager": "8.70.0",
|
|
6350
|
+
"@typescript-eslint/types": "8.70.0",
|
|
6351
|
+
"@typescript-eslint/typescript-estree": "8.70.0"
|
|
6352
6352
|
},
|
|
6353
6353
|
"engines": {
|
|
6354
6354
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -6363,13 +6363,13 @@
|
|
|
6363
6363
|
}
|
|
6364
6364
|
},
|
|
6365
6365
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
6366
|
-
"version": "8.
|
|
6367
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
6368
|
-
"integrity": "sha512
|
|
6366
|
+
"version": "8.70.0",
|
|
6367
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.70.0.tgz",
|
|
6368
|
+
"integrity": "sha512-BoC8PiO4Hkdo0TVJh9Ntxr5MxPDI7/oFsrygN5ADelFSeXG/qgNuucIGA+L5Z6JpPTE/uRfcTWtscjbUaufepQ==",
|
|
6369
6369
|
"dev": true,
|
|
6370
6370
|
"license": "MIT",
|
|
6371
6371
|
"dependencies": {
|
|
6372
|
-
"@typescript-eslint/types": "8.
|
|
6372
|
+
"@typescript-eslint/types": "8.70.0",
|
|
6373
6373
|
"eslint-visitor-keys": "^5.0.0"
|
|
6374
6374
|
},
|
|
6375
6375
|
"engines": {
|
|
@@ -6706,19 +6706,19 @@
|
|
|
6706
6706
|
}
|
|
6707
6707
|
},
|
|
6708
6708
|
"node_modules/angular-eslint": {
|
|
6709
|
-
"version": "22.
|
|
6710
|
-
"resolved": "https://registry.npmjs.org/angular-eslint/-/angular-eslint-22.
|
|
6711
|
-
"integrity": "sha512-
|
|
6709
|
+
"version": "22.5.0",
|
|
6710
|
+
"resolved": "https://registry.npmjs.org/angular-eslint/-/angular-eslint-22.5.0.tgz",
|
|
6711
|
+
"integrity": "sha512-qDJVh/YLYiZ7k2qZCBGsmfO+qSiHcdyQp1UFdm3eHHc3YRNlW/Xvj1wp1oDKxuHSE//aqmbVFHlkcqdwJyymdg==",
|
|
6712
6712
|
"dev": true,
|
|
6713
6713
|
"license": "MIT",
|
|
6714
6714
|
"dependencies": {
|
|
6715
6715
|
"@angular-devkit/core": ">= 22.0.0 < 23.0.0",
|
|
6716
6716
|
"@angular-devkit/schematics": ">= 22.0.0 < 23.0.0",
|
|
6717
|
-
"@angular-eslint/builder": "22.
|
|
6718
|
-
"@angular-eslint/eslint-plugin": "22.
|
|
6719
|
-
"@angular-eslint/eslint-plugin-template": "22.
|
|
6720
|
-
"@angular-eslint/schematics": "22.
|
|
6721
|
-
"@angular-eslint/template-parser": "22.
|
|
6717
|
+
"@angular-eslint/builder": "22.5.0",
|
|
6718
|
+
"@angular-eslint/eslint-plugin": "22.5.0",
|
|
6719
|
+
"@angular-eslint/eslint-plugin-template": "22.5.0",
|
|
6720
|
+
"@angular-eslint/schematics": "22.5.0",
|
|
6721
|
+
"@angular-eslint/template-parser": "22.5.0",
|
|
6722
6722
|
"@typescript-eslint/types": "^8.0.0",
|
|
6723
6723
|
"@typescript-eslint/utils": "^8.0.0"
|
|
6724
6724
|
},
|
|
@@ -14836,16 +14836,16 @@
|
|
|
14836
14836
|
}
|
|
14837
14837
|
},
|
|
14838
14838
|
"node_modules/typescript-eslint": {
|
|
14839
|
-
"version": "8.
|
|
14840
|
-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.
|
|
14841
|
-
"integrity": "sha512-
|
|
14839
|
+
"version": "8.70.0",
|
|
14840
|
+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.70.0.tgz",
|
|
14841
|
+
"integrity": "sha512-P/W5cz70/cQAuKfY3xwQMWWTV7BvJ0mAQmi+9mBcsVPaBUpd6Ohpa+fECv9rBFrQcig86jAiNBFNWUqnTjr4pw==",
|
|
14842
14842
|
"dev": true,
|
|
14843
14843
|
"license": "MIT",
|
|
14844
14844
|
"dependencies": {
|
|
14845
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
14846
|
-
"@typescript-eslint/parser": "8.
|
|
14847
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
14848
|
-
"@typescript-eslint/utils": "8.
|
|
14845
|
+
"@typescript-eslint/eslint-plugin": "8.70.0",
|
|
14846
|
+
"@typescript-eslint/parser": "8.70.0",
|
|
14847
|
+
"@typescript-eslint/typescript-estree": "8.70.0",
|
|
14848
|
+
"@typescript-eslint/utils": "8.70.0"
|
|
14849
14849
|
},
|
|
14850
14850
|
"engines": {
|
|
14851
14851
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|