@adriankulik/create-fullstack-app 1.15.0 → 1.16.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 +3 -3
- package/cli/build-date.js +1 -1
- package/cli/index.js +2 -2
- package/package.json +3 -3
- package/templates/backend/flask/requirements.txt +1 -1
- package/templates/backend/nodejs/package-lock.json +224 -1060
- package/templates/backend/nodejs/package.json +3 -3
- package/templates/base/database/requirements.txt +1 -1
- package/templates/frontend/angular/package-lock.json +299 -208
- package/templates/frontend/angular/package.json +14 -14
- package/templates/frontend/nextjs/package-lock.json +491 -491
- package/templates/frontend/nextjs/package.json +7 -7
- package/templates/frontend/svelte/package-lock.json +150 -237
- package/templates/frontend/svelte/package.json +3 -3
- package/templates/frontend/vue/package-lock.json +168 -234
- package/templates/frontend/vue/package.json +3 -3
|
@@ -8,22 +8,22 @@
|
|
|
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.5",
|
|
12
|
+
"@angular/common": "^22.1.5",
|
|
13
|
+
"@angular/compiler": "^22.1.5",
|
|
14
|
+
"@angular/core": "^22.1.5",
|
|
15
|
+
"@angular/forms": "^22.1.5",
|
|
16
|
+
"@angular/platform-browser": "^22.1.5",
|
|
17
|
+
"@angular/platform-browser-dynamic": "^22.1.5",
|
|
18
|
+
"@angular/router": "^22.1.5",
|
|
19
19
|
"rxjs": "~7.8.2",
|
|
20
20
|
"tslib": "^2.8.1",
|
|
21
|
-
"zone.js": "~0.16.
|
|
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.7",
|
|
25
|
+
"@angular/cli": "^22.1.7",
|
|
26
|
+
"@angular/compiler-cli": "^22.1.5",
|
|
27
27
|
"@eslint/js": "^10.0.1",
|
|
28
28
|
"@types/jasmine": "~5.1.0",
|
|
29
29
|
"angular-eslint": "^22.2.0",
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"karma-coverage": "~2.2.1",
|
|
35
35
|
"karma-jasmine": "~5.1.0",
|
|
36
36
|
"karma-jasmine-html-reporter": "~2.3.0",
|
|
37
|
-
"puppeteer": "^25.
|
|
37
|
+
"puppeteer": "^25.10.0",
|
|
38
38
|
"typescript": "~6.0.3",
|
|
39
|
-
"typescript-eslint": "^8.
|
|
39
|
+
"typescript-eslint": "^8.69.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.7",
|
|
58
|
+
"resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.2201.7.tgz",
|
|
59
|
+
"integrity": "sha512-qffChB0+3WuLcwDk9gx3p/Vl3zYJDomweui5zsLESDMzvJ8zsbKRkgohTieOngajx+XBsklp0gKcxjiVn4NvWQ==",
|
|
60
60
|
"dev": true,
|
|
61
61
|
"license": "MIT",
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@angular-devkit/core": "22.1.
|
|
63
|
+
"@angular-devkit/core": "22.1.7",
|
|
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.7",
|
|
77
|
+
"resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-22.1.7.tgz",
|
|
78
|
+
"integrity": "sha512-bg2Lp9JyT2fyWzXF1DeKxDjmIVfs1KJiy1JjFo7wUGA7G4cI6PC8Jrw20F2Qkj+biXcUoeYMKCbbMBBU8xTIVw==",
|
|
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.7",
|
|
85
|
+
"@angular-devkit/build-webpack": "0.2201.7",
|
|
86
|
+
"@angular-devkit/core": "22.1.7",
|
|
87
|
+
"@angular/build": "22.1.7",
|
|
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.7",
|
|
99
99
|
"ansi-colors": "4.1.3",
|
|
100
100
|
"autoprefixer": "10.5.4",
|
|
101
101
|
"babel-loader": "10.1.1",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"istanbul-lib-instrument": "6.0.3",
|
|
108
108
|
"jsonc-parser": "3.3.1",
|
|
109
109
|
"karma-source-map-support": "1.4.0",
|
|
110
|
-
"less": "4.
|
|
110
|
+
"less": "4.9.0",
|
|
111
111
|
"less-loader": "13.0.0",
|
|
112
112
|
"license-webpack-plugin": "4.0.2",
|
|
113
113
|
"loader-utils": "3.3.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.7",
|
|
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.7",
|
|
194
|
+
"resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.2201.7.tgz",
|
|
195
|
+
"integrity": "sha512-bSF5s9B0RFBdOhCIFrv2idqtxYESi7LL6YQFctFnx4FcQp+mTU+ZomE2byO7ZxW5T3nuu9JHVFX5W2/xN34cJQ==",
|
|
196
196
|
"dev": true,
|
|
197
197
|
"license": "MIT",
|
|
198
198
|
"dependencies": {
|
|
199
|
-
"@angular-devkit/architect": "0.2201.
|
|
199
|
+
"@angular-devkit/architect": "0.2201.7",
|
|
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.7",
|
|
214
|
+
"resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-22.1.7.tgz",
|
|
215
|
+
"integrity": "sha512-RKayeOOjhcIe/iBOM1fmtI5pjXwBEJh+u55VnSeIwYvFNXyxI0/jdRw4T6uhwusQ+1bzyya4d8q1mT9oaOQ/5A==",
|
|
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.7",
|
|
242
|
+
"resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-22.1.7.tgz",
|
|
243
|
+
"integrity": "sha512-KOcVeT4MCsoPt6AMnXH7AbWZnzlKXhMyua2ITWij4UbLaNWCDwfIug/xrZssYLHUFwebCIqsR8iuG/BPH8Cz2w==",
|
|
244
244
|
"dev": true,
|
|
245
245
|
"license": "MIT",
|
|
246
246
|
"dependencies": {
|
|
247
|
-
"@angular-devkit/core": "22.1.
|
|
247
|
+
"@angular-devkit/core": "22.1.7",
|
|
248
248
|
"jsonc-parser": "3.3.1",
|
|
249
249
|
"magic-string": "1.0.0",
|
|
250
250
|
"ora": "9.4.1",
|
|
@@ -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.5",
|
|
376
|
+
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-22.1.5.tgz",
|
|
377
|
+
"integrity": "sha512-lWxbbZ7v2J3Vq/FTb3isRsEb2sQtI9tcSDuZzhIZpOS9kdGf6Wg/GCf1u41pN6CJA4++iTQQ29gqVblARqQfpg==",
|
|
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.5"
|
|
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.7",
|
|
392
|
+
"resolved": "https://registry.npmjs.org/@angular/build/-/build-22.1.7.tgz",
|
|
393
|
+
"integrity": "sha512-YNZL3R2YS1qZud9zbJfW3ZSeEB0xAURBJEE0cf7WRCCwkn7NFlH7xXLW/zR+WRBwtcCBRsLrM2/ix3Y8FoKX9A==",
|
|
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.7",
|
|
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.7",
|
|
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.7",
|
|
499
|
+
"resolved": "https://registry.npmjs.org/@angular/cli/-/cli-22.1.7.tgz",
|
|
500
|
+
"integrity": "sha512-dsOAAPHTXSrTvH5jIdZsFhqmcrTU9+aLXPSYSkQ1afMxPUT/JDjWH228xURYmCaM3ml0vVaT9R2p7/FrS7CJmg==",
|
|
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.7",
|
|
505
|
+
"@angular-devkit/core": "22.1.7",
|
|
506
|
+
"@angular-devkit/schematics": "22.1.7",
|
|
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.7",
|
|
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.5",
|
|
530
|
+
"resolved": "https://registry.npmjs.org/@angular/common/-/common-22.1.5.tgz",
|
|
531
|
+
"integrity": "sha512-KgB+MTDotlTn67YK4sCTNFLja+G+EMCqHo5bB1cvRKw7Gd9AtAi5kgDmYzMk7ftJ9qJ2O30zXR56Hpw37J2CTQ==",
|
|
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.5",
|
|
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.5",
|
|
546
|
+
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-22.1.5.tgz",
|
|
547
|
+
"integrity": "sha512-GvM0oNCuI09Up5Lk0ZQCX5yA2cGyHYB/rZsa/EGTnzwuxgLDlhOOa19QaVaoxDCo9vO43Ix9rG7SLppEv+qd1w==",
|
|
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.5",
|
|
558
|
+
"resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-22.1.5.tgz",
|
|
559
|
+
"integrity": "sha512-XyeLlCqngUiZK8EMQo2DFfDxDoFdlsOe98eK7++N9Cs7qETTaMM3mu8iZbT2o6KhEwzjabW+mqipts1/ecEhyQ==",
|
|
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.5",
|
|
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.5",
|
|
591
|
+
"resolved": "https://registry.npmjs.org/@angular/core/-/core-22.1.5.tgz",
|
|
592
|
+
"integrity": "sha512-uiL+xVL4264NEuc3E5ILd6meSv9I4Xt82VQHvYlAVYlcjHlWY49yVe0/apzncUOGxUKzvK8/GDbyFEH7WfJYFw==",
|
|
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.5",
|
|
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.5",
|
|
616
|
+
"resolved": "https://registry.npmjs.org/@angular/forms/-/forms-22.1.5.tgz",
|
|
617
|
+
"integrity": "sha512-E7pDEKtSvO1MNw222ZcvphzT4GAQ9D725v2Rq7ft8orT2qvHS6RlVnEc5ioPDhYTAD0HmbwDmutxkcuxqc16VA==",
|
|
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.5",
|
|
629
|
+
"@angular/core": "22.1.5",
|
|
630
|
+
"@angular/platform-browser": "22.1.5",
|
|
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.5",
|
|
636
|
+
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-22.1.5.tgz",
|
|
637
|
+
"integrity": "sha512-xRX7TvHzFcur5bhZUqT7QPkezcSuWRzcltcsrqh3UsZnEJ2p+olilFyLq5yAneO13hffNifFkxngoSxVwKwnHw==",
|
|
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.5",
|
|
647
|
+
"@angular/common": "22.1.5",
|
|
648
|
+
"@angular/core": "22.1.5"
|
|
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.5",
|
|
658
|
+
"resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-22.1.5.tgz",
|
|
659
|
+
"integrity": "sha512-xs1oU90Q5+c/hcIL3dOvIKP6zAY5bAL+/dpvbiV+Gg0aFk1SiWadGnrE99VIFhzR4GRFp701uORw/cpgp4ZNNw==",
|
|
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.5",
|
|
670
|
+
"@angular/compiler": "22.1.5",
|
|
671
|
+
"@angular/core": "22.1.5",
|
|
672
|
+
"@angular/platform-browser": "22.1.5"
|
|
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.5",
|
|
677
|
+
"resolved": "https://registry.npmjs.org/@angular/router/-/router-22.1.5.tgz",
|
|
678
|
+
"integrity": "sha512-RYgL2iTGpMFcqZtXjcjxGVqGraDfOdk/epbLK8z/vy5cI+W2uVdiu5ait7xhv82KoaWT8lUU3sDc4jdI17qHcg==",
|
|
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.5",
|
|
688
|
+
"@angular/core": "22.1.5",
|
|
689
|
+
"@angular/platform-browser": "22.1.5",
|
|
690
690
|
"rxjs": "^6.5.3 || ^7.4.0"
|
|
691
691
|
}
|
|
692
692
|
},
|
|
@@ -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.7",
|
|
4637
|
+
"resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-22.1.7.tgz",
|
|
4638
|
+
"integrity": "sha512-1cqXgu5DnINuZ1pJ4ZsiyLOFDXzEGkKNdMcBuQ73WVXRhE8CwN0bdHyjEW+gOff2QXAsB2uulk7e3XO52QCA3w==",
|
|
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",
|
|
@@ -5553,13 +5553,13 @@
|
|
|
5553
5553
|
}
|
|
5554
5554
|
},
|
|
5555
5555
|
"node_modules/@puppeteer/browsers": {
|
|
5556
|
-
"version": "3.2.
|
|
5557
|
-
"resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-3.2.
|
|
5558
|
-
"integrity": "sha512-
|
|
5556
|
+
"version": "3.2.2",
|
|
5557
|
+
"resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-3.2.2.tgz",
|
|
5558
|
+
"integrity": "sha512-q2BU4YfO9h/Wt7IcWPcggpOOqLk2Tbs1hDwolvKZrweRjy751OJBKMN9zO5bfD0pzU7X/tvKw/exQds4pM/LOg==",
|
|
5559
5559
|
"dev": true,
|
|
5560
5560
|
"license": "Apache-2.0",
|
|
5561
5561
|
"dependencies": {
|
|
5562
|
-
"modern-tar": "^0.8.
|
|
5562
|
+
"modern-tar": "^0.8.4",
|
|
5563
5563
|
"yargs": "^18.0.0"
|
|
5564
5564
|
},
|
|
5565
5565
|
"bin": {
|
|
@@ -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.7",
|
|
5868
|
+
"resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-22.1.7.tgz",
|
|
5869
|
+
"integrity": "sha512-acBv147JjnwtWFgC8Af0KFBzPpb/TWaYxoWN/Ou3pXtUhYiEqnrdJeoFz3ssDw26eKFIdWnVBLB/dHORBykPBg==",
|
|
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.7",
|
|
5874
|
+
"@angular-devkit/schematics": "22.1.7",
|
|
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.69.0",
|
|
6155
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.69.0.tgz",
|
|
6156
|
+
"integrity": "sha512-t5jQTKPIgVW1PE6dR6H6Qz5gm8zjMlX5/2gRaOGd9eO6V7J+tQc6iWKukEe7dY8u9HyYasQ0yfF0/FSSTEO2gA==",
|
|
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.69.0",
|
|
6162
|
+
"@typescript-eslint/type-utils": "8.69.0",
|
|
6163
|
+
"@typescript-eslint/utils": "8.69.0",
|
|
6164
|
+
"@typescript-eslint/visitor-keys": "8.69.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.69.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.8",
|
|
6184
|
+
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.8.tgz",
|
|
6185
|
+
"integrity": "sha512-YYNsSlXBjMk92SKnkwvB5LOVSa6OznlFUGcsvrFgNJbJCd0M1XKeFVRc8ZByeCqz32FivYNHJVooLmdqrmvp/Q==",
|
|
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.69.0",
|
|
6194
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.69.0.tgz",
|
|
6195
|
+
"integrity": "sha512-l4b0DhWioGg6Gt2ebGlvfkFMOjRsauxtsnDRwUSRX1qHq3HdTfQHV8wW9zEXeciai6HfeaKOedQn2Zoofx3WBw==",
|
|
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.69.0",
|
|
6200
|
+
"@typescript-eslint/types": "8.69.0",
|
|
6201
|
+
"@typescript-eslint/typescript-estree": "8.69.0",
|
|
6202
|
+
"@typescript-eslint/visitor-keys": "8.69.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.69.0",
|
|
6219
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.69.0.tgz",
|
|
6220
|
+
"integrity": "sha512-yi4obFrHMmnsesWehHbkg9zMA7Jt8cXT+mKM08G999pH1yT6nqgsHx7MYm0uY1wAj8CqiBXYRJ7WAT0QdQHQXg==",
|
|
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.69.0",
|
|
6225
|
+
"@typescript-eslint/types": "^8.69.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.69.0",
|
|
6241
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.69.0.tgz",
|
|
6242
|
+
"integrity": "sha512-ewfspqWvSxKSOaplqAUNbaSFO0eB6w1EtQ+esfYFRm3614Ty4uNtExkcbgd6nWsXphbqKyf9ZYdbZdv2xEoWEQ==",
|
|
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.69.0",
|
|
6247
|
+
"@typescript-eslint/visitor-keys": "8.69.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.69.0",
|
|
6259
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.69.0.tgz",
|
|
6260
|
+
"integrity": "sha512-xNqK7YTDZsLniQMV/4rpFR8Z5JlqeRvVjuG1YgF/mdPVH84HSD19L8CczMA0qg2RfwEV231GHH3VnToJDo4MfQ==",
|
|
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.69.0",
|
|
6276
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.69.0.tgz",
|
|
6277
|
+
"integrity": "sha512-ZfoJAVg3JZndQEpEl9petVlxau3lRuElc4HRMuAlLCf8to04/iHz692RUSNmXKDjEuJmIL+KZ2/BsOcBc16dsA==",
|
|
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.69.0",
|
|
6282
|
+
"@typescript-eslint/typescript-estree": "8.69.0",
|
|
6283
|
+
"@typescript-eslint/utils": "8.69.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.69.0",
|
|
6301
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.69.0.tgz",
|
|
6302
|
+
"integrity": "sha512-K3VrubUPhlo9VDBS6QdI8YB5j7ClpqLRdefcz6PFrhnwicehBweqQ9Evhl4l+FYz0HdDmMqIiSX0aldGRYtDCA==",
|
|
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.69.0",
|
|
6315
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.69.0.tgz",
|
|
6316
|
+
"integrity": "sha512-AdFkgqck3Vudb/kWnxlyafU/4aBhHrbQ9locP2N4psXTy5mOBg0SHJumnLvx7r6g1gV4DKvUFwV2nJZBoqOD8w==",
|
|
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.69.0",
|
|
6321
|
+
"@typescript-eslint/tsconfig-utils": "8.69.0",
|
|
6322
|
+
"@typescript-eslint/types": "8.69.0",
|
|
6323
|
+
"@typescript-eslint/visitor-keys": "8.69.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.69.0",
|
|
6343
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.69.0.tgz",
|
|
6344
|
+
"integrity": "sha512-tUbx60BBqQa31kXF5MCsOOLL5E/WzUuxIn7YpAvq+eaUlqvk8/NXnXMBNAdLCr0icjkzem7iUA5QqWHe/hJ1aw==",
|
|
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.69.0",
|
|
6350
|
+
"@typescript-eslint/types": "8.69.0",
|
|
6351
|
+
"@typescript-eslint/typescript-estree": "8.69.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.69.0",
|
|
6367
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.69.0.tgz",
|
|
6368
|
+
"integrity": "sha512-+rmdgPA+EXkNgKYvHvFfhrs35utXbwaC5PGpDquSXcoXQDKUA5UjV0LmTucG/4JXkM31BTu4TilHtrN8IVBe8w==",
|
|
6369
6369
|
"dev": true,
|
|
6370
6370
|
"license": "MIT",
|
|
6371
6371
|
"dependencies": {
|
|
6372
|
-
"@typescript-eslint/types": "8.
|
|
6372
|
+
"@typescript-eslint/types": "8.69.0",
|
|
6373
6373
|
"eslint-visitor-keys": "^5.0.0"
|
|
6374
6374
|
},
|
|
6375
6375
|
"engines": {
|
|
@@ -9583,20 +9583,6 @@
|
|
|
9583
9583
|
"node": ">= 4"
|
|
9584
9584
|
}
|
|
9585
9585
|
},
|
|
9586
|
-
"node_modules/image-size": {
|
|
9587
|
-
"version": "0.5.5",
|
|
9588
|
-
"resolved": "https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz",
|
|
9589
|
-
"integrity": "sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==",
|
|
9590
|
-
"dev": true,
|
|
9591
|
-
"license": "MIT",
|
|
9592
|
-
"optional": true,
|
|
9593
|
-
"bin": {
|
|
9594
|
-
"image-size": "bin/image-size.js"
|
|
9595
|
-
},
|
|
9596
|
-
"engines": {
|
|
9597
|
-
"node": ">=0.10.0"
|
|
9598
|
-
}
|
|
9599
|
-
},
|
|
9600
9586
|
"node_modules/immutable": {
|
|
9601
9587
|
"version": "5.1.9",
|
|
9602
9588
|
"resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.9.tgz",
|
|
@@ -11318,9 +11304,9 @@
|
|
|
11318
11304
|
}
|
|
11319
11305
|
},
|
|
11320
11306
|
"node_modules/less": {
|
|
11321
|
-
"version": "4.
|
|
11322
|
-
"resolved": "https://registry.npmjs.org/less/-/less-4.
|
|
11323
|
-
"integrity": "sha512-
|
|
11307
|
+
"version": "4.9.0",
|
|
11308
|
+
"resolved": "https://registry.npmjs.org/less/-/less-4.9.0.tgz",
|
|
11309
|
+
"integrity": "sha512-umRhrCH7fCi8Uj2RcwKjJdvUORTjeWqkdKx0LbcZvjIwsAVsnIAGcxHaqowPeBFBjQuWOeC/bve0AlpFzF/+SQ==",
|
|
11324
11310
|
"dev": true,
|
|
11325
11311
|
"license": "Apache-2.0",
|
|
11326
11312
|
"dependencies": {
|
|
@@ -11336,10 +11322,10 @@
|
|
|
11336
11322
|
"optionalDependencies": {
|
|
11337
11323
|
"errno": "^0.1.1",
|
|
11338
11324
|
"graceful-fs": "^4.1.2",
|
|
11339
|
-
"image-size": "~0.5.0",
|
|
11340
11325
|
"make-dir": "^5.1.0",
|
|
11341
11326
|
"mime": "^1.4.1",
|
|
11342
11327
|
"needle": "^3.1.0",
|
|
11328
|
+
"probe-image-size": "^7.2.3",
|
|
11343
11329
|
"source-map": "~0.6.0"
|
|
11344
11330
|
}
|
|
11345
11331
|
},
|
|
@@ -11821,6 +11807,14 @@
|
|
|
11821
11807
|
"dev": true,
|
|
11822
11808
|
"license": "MIT"
|
|
11823
11809
|
},
|
|
11810
|
+
"node_modules/lodash.merge": {
|
|
11811
|
+
"version": "4.6.2",
|
|
11812
|
+
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
|
|
11813
|
+
"integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
|
|
11814
|
+
"dev": true,
|
|
11815
|
+
"license": "MIT",
|
|
11816
|
+
"optional": true
|
|
11817
|
+
},
|
|
11824
11818
|
"node_modules/log-symbols": {
|
|
11825
11819
|
"version": "7.0.1",
|
|
11826
11820
|
"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-7.0.1.tgz",
|
|
@@ -13098,9 +13092,9 @@
|
|
|
13098
13092
|
}
|
|
13099
13093
|
},
|
|
13100
13094
|
"node_modules/postcss-safe-parser": {
|
|
13101
|
-
"version": "7.0
|
|
13102
|
-
"resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-7.0.
|
|
13103
|
-
"integrity": "sha512-
|
|
13095
|
+
"version": "7.1.0",
|
|
13096
|
+
"resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-7.1.0.tgz",
|
|
13097
|
+
"integrity": "sha512-1WzZxRLaAFwEh6Do+zyGpjWV3nGJNxxhuh7Ubu/q1ICImMgZJnLwhoaEpRbG4pJppp2Y1ncL9ffA2f+LhrefQg==",
|
|
13104
13098
|
"dev": true,
|
|
13105
13099
|
"funding": [
|
|
13106
13100
|
{
|
|
@@ -13168,6 +13162,73 @@
|
|
|
13168
13162
|
"node": ">= 0.8.0"
|
|
13169
13163
|
}
|
|
13170
13164
|
},
|
|
13165
|
+
"node_modules/probe-image-size": {
|
|
13166
|
+
"version": "7.4.0",
|
|
13167
|
+
"resolved": "https://registry.npmjs.org/probe-image-size/-/probe-image-size-7.4.0.tgz",
|
|
13168
|
+
"integrity": "sha512-cdEprVtZxV+awMde9X+4jILBFYh4CARxVrQaMl4wY4YcPWbul9jntXrIW95NInBDyJwcVUP3U0T6yukN8rMBaQ==",
|
|
13169
|
+
"dev": true,
|
|
13170
|
+
"funding": [
|
|
13171
|
+
{
|
|
13172
|
+
"type": "github",
|
|
13173
|
+
"url": "https://github.com/sponsors/puzrin"
|
|
13174
|
+
},
|
|
13175
|
+
{
|
|
13176
|
+
"type": "github",
|
|
13177
|
+
"url": "https://github.com/sponsors/nodeca"
|
|
13178
|
+
}
|
|
13179
|
+
],
|
|
13180
|
+
"license": "MIT",
|
|
13181
|
+
"optional": true,
|
|
13182
|
+
"dependencies": {
|
|
13183
|
+
"lodash.merge": "^4.6.2",
|
|
13184
|
+
"needle": "^2.5.2",
|
|
13185
|
+
"stream-parser": "~0.3.1"
|
|
13186
|
+
}
|
|
13187
|
+
},
|
|
13188
|
+
"node_modules/probe-image-size/node_modules/debug": {
|
|
13189
|
+
"version": "3.2.7",
|
|
13190
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
|
|
13191
|
+
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
|
|
13192
|
+
"dev": true,
|
|
13193
|
+
"license": "MIT",
|
|
13194
|
+
"optional": true,
|
|
13195
|
+
"dependencies": {
|
|
13196
|
+
"ms": "^2.1.1"
|
|
13197
|
+
}
|
|
13198
|
+
},
|
|
13199
|
+
"node_modules/probe-image-size/node_modules/iconv-lite": {
|
|
13200
|
+
"version": "0.4.24",
|
|
13201
|
+
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
|
|
13202
|
+
"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
|
|
13203
|
+
"dev": true,
|
|
13204
|
+
"license": "MIT",
|
|
13205
|
+
"optional": true,
|
|
13206
|
+
"dependencies": {
|
|
13207
|
+
"safer-buffer": ">= 2.1.2 < 3"
|
|
13208
|
+
},
|
|
13209
|
+
"engines": {
|
|
13210
|
+
"node": ">=0.10.0"
|
|
13211
|
+
}
|
|
13212
|
+
},
|
|
13213
|
+
"node_modules/probe-image-size/node_modules/needle": {
|
|
13214
|
+
"version": "2.9.1",
|
|
13215
|
+
"resolved": "https://registry.npmjs.org/needle/-/needle-2.9.1.tgz",
|
|
13216
|
+
"integrity": "sha512-6R9fqJ5Zcmf+uYaFgdIHmLwNldn5HbK8L5ybn7Uz+ylX/rnOsSp1AHcvQSrCaFN+qNM1wpymHqD7mVasEOlHGQ==",
|
|
13217
|
+
"dev": true,
|
|
13218
|
+
"license": "MIT",
|
|
13219
|
+
"optional": true,
|
|
13220
|
+
"dependencies": {
|
|
13221
|
+
"debug": "^3.2.6",
|
|
13222
|
+
"iconv-lite": "^0.4.4",
|
|
13223
|
+
"sax": "^1.2.4"
|
|
13224
|
+
},
|
|
13225
|
+
"bin": {
|
|
13226
|
+
"needle": "bin/needle"
|
|
13227
|
+
},
|
|
13228
|
+
"engines": {
|
|
13229
|
+
"node": ">= 4.4.x"
|
|
13230
|
+
}
|
|
13231
|
+
},
|
|
13171
13232
|
"node_modules/proc-log": {
|
|
13172
13233
|
"version": "7.0.0",
|
|
13173
13234
|
"resolved": "https://registry.npmjs.org/proc-log/-/proc-log-7.0.0.tgz",
|
|
@@ -13233,18 +13294,18 @@
|
|
|
13233
13294
|
"license": "MIT"
|
|
13234
13295
|
},
|
|
13235
13296
|
"node_modules/puppeteer": {
|
|
13236
|
-
"version": "25.
|
|
13237
|
-
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-25.
|
|
13238
|
-
"integrity": "sha512-
|
|
13297
|
+
"version": "25.10.0",
|
|
13298
|
+
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-25.10.0.tgz",
|
|
13299
|
+
"integrity": "sha512-9ZfkiaZDQWpGPJp9XTS+Bkn/D78hPvYmtjPfIBeybn05oeY6Jj7aiSbYdfcSQD2UMvC0vE7Yi9PSDo179euRzw==",
|
|
13239
13300
|
"dev": true,
|
|
13240
13301
|
"hasInstallScript": true,
|
|
13241
13302
|
"license": "Apache-2.0",
|
|
13242
13303
|
"dependencies": {
|
|
13243
|
-
"@puppeteer/browsers": "3.2.
|
|
13304
|
+
"@puppeteer/browsers": "3.2.2",
|
|
13244
13305
|
"chromium-bidi": "17.0.2",
|
|
13245
13306
|
"devtools-protocol": "0.0.1666840",
|
|
13246
13307
|
"lilconfig": "^3.1.3",
|
|
13247
|
-
"puppeteer-core": "25.
|
|
13308
|
+
"puppeteer-core": "25.10.0",
|
|
13248
13309
|
"typed-query-selector": "^2.12.2"
|
|
13249
13310
|
},
|
|
13250
13311
|
"bin": {
|
|
@@ -13255,17 +13316,17 @@
|
|
|
13255
13316
|
}
|
|
13256
13317
|
},
|
|
13257
13318
|
"node_modules/puppeteer-core": {
|
|
13258
|
-
"version": "25.
|
|
13259
|
-
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-25.
|
|
13260
|
-
"integrity": "sha512-
|
|
13319
|
+
"version": "25.10.0",
|
|
13320
|
+
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-25.10.0.tgz",
|
|
13321
|
+
"integrity": "sha512-Hy5eMQshOEMil4JUUx03h5pw1HYkYCso1RG/gcpPlFSd4cYPOcopxcXEAxpLPOkOPJb9LIJtwxuj66bSdvknFg==",
|
|
13261
13322
|
"dev": true,
|
|
13262
13323
|
"license": "Apache-2.0",
|
|
13263
13324
|
"dependencies": {
|
|
13264
|
-
"@puppeteer/browsers": "3.2.
|
|
13325
|
+
"@puppeteer/browsers": "3.2.2",
|
|
13265
13326
|
"chromium-bidi": "17.0.2",
|
|
13266
13327
|
"devtools-protocol": "0.0.1666840",
|
|
13267
13328
|
"typed-query-selector": "^2.12.2",
|
|
13268
|
-
"webdriver-bidi-protocol": "0.4.
|
|
13329
|
+
"webdriver-bidi-protocol": "0.4.3",
|
|
13269
13330
|
"ws": "^8.21.3"
|
|
13270
13331
|
},
|
|
13271
13332
|
"engines": {
|
|
@@ -14423,6 +14484,36 @@
|
|
|
14423
14484
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
14424
14485
|
}
|
|
14425
14486
|
},
|
|
14487
|
+
"node_modules/stream-parser": {
|
|
14488
|
+
"version": "0.3.1",
|
|
14489
|
+
"resolved": "https://registry.npmjs.org/stream-parser/-/stream-parser-0.3.1.tgz",
|
|
14490
|
+
"integrity": "sha512-bJ/HgKq41nlKvlhccD5kaCr/P+Hu0wPNKPJOH7en+YrJu/9EgqUF+88w5Jb6KNcjOFMhfX4B2asfeAtIGuHObQ==",
|
|
14491
|
+
"dev": true,
|
|
14492
|
+
"license": "MIT",
|
|
14493
|
+
"optional": true,
|
|
14494
|
+
"dependencies": {
|
|
14495
|
+
"debug": "2"
|
|
14496
|
+
}
|
|
14497
|
+
},
|
|
14498
|
+
"node_modules/stream-parser/node_modules/debug": {
|
|
14499
|
+
"version": "2.6.9",
|
|
14500
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
|
|
14501
|
+
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
|
|
14502
|
+
"dev": true,
|
|
14503
|
+
"license": "MIT",
|
|
14504
|
+
"optional": true,
|
|
14505
|
+
"dependencies": {
|
|
14506
|
+
"ms": "2.0.0"
|
|
14507
|
+
}
|
|
14508
|
+
},
|
|
14509
|
+
"node_modules/stream-parser/node_modules/ms": {
|
|
14510
|
+
"version": "2.0.0",
|
|
14511
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
14512
|
+
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
14513
|
+
"dev": true,
|
|
14514
|
+
"license": "MIT",
|
|
14515
|
+
"optional": true
|
|
14516
|
+
},
|
|
14426
14517
|
"node_modules/streamroller": {
|
|
14427
14518
|
"version": "3.1.5",
|
|
14428
14519
|
"resolved": "https://registry.npmjs.org/streamroller/-/streamroller-3.1.5.tgz",
|
|
@@ -14745,16 +14836,16 @@
|
|
|
14745
14836
|
}
|
|
14746
14837
|
},
|
|
14747
14838
|
"node_modules/typescript-eslint": {
|
|
14748
|
-
"version": "8.
|
|
14749
|
-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.
|
|
14750
|
-
"integrity": "sha512-
|
|
14839
|
+
"version": "8.69.0",
|
|
14840
|
+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.69.0.tgz",
|
|
14841
|
+
"integrity": "sha512-B3MltX0VqjUBNEe3b3sSuiRbfa6XrfHFtBiPamjT5AsW/dfq+y+bc0wyuS9DxAS1LyzCxRp2+rxzpLUvqM2BvA==",
|
|
14751
14842
|
"dev": true,
|
|
14752
14843
|
"license": "MIT",
|
|
14753
14844
|
"dependencies": {
|
|
14754
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
14755
|
-
"@typescript-eslint/parser": "8.
|
|
14756
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
14757
|
-
"@typescript-eslint/utils": "8.
|
|
14845
|
+
"@typescript-eslint/eslint-plugin": "8.69.0",
|
|
14846
|
+
"@typescript-eslint/parser": "8.69.0",
|
|
14847
|
+
"@typescript-eslint/typescript-estree": "8.69.0",
|
|
14848
|
+
"@typescript-eslint/utils": "8.69.0"
|
|
14758
14849
|
},
|
|
14759
14850
|
"engines": {
|
|
14760
14851
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -15427,9 +15518,9 @@
|
|
|
15427
15518
|
"optional": true
|
|
15428
15519
|
},
|
|
15429
15520
|
"node_modules/webdriver-bidi-protocol": {
|
|
15430
|
-
"version": "0.4.
|
|
15431
|
-
"resolved": "https://registry.npmjs.org/webdriver-bidi-protocol/-/webdriver-bidi-protocol-0.4.
|
|
15432
|
-
"integrity": "sha512-
|
|
15521
|
+
"version": "0.4.3",
|
|
15522
|
+
"resolved": "https://registry.npmjs.org/webdriver-bidi-protocol/-/webdriver-bidi-protocol-0.4.3.tgz",
|
|
15523
|
+
"integrity": "sha512-uuN0goWfxP22B7J/uAgBpOYNPttC+XVseYE+rSY5+rQ+YBeVz/VORw8WbmLVcqW78zNg5A4qnjNXYUWR3il2ig==",
|
|
15433
15524
|
"dev": true,
|
|
15434
15525
|
"license": "Apache-2.0"
|
|
15435
15526
|
},
|
|
@@ -16356,9 +16447,9 @@
|
|
|
16356
16447
|
}
|
|
16357
16448
|
},
|
|
16358
16449
|
"node_modules/zone.js": {
|
|
16359
|
-
"version": "0.16.
|
|
16360
|
-
"resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.16.
|
|
16361
|
-
"integrity": "sha512-
|
|
16450
|
+
"version": "0.16.3",
|
|
16451
|
+
"resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.16.3.tgz",
|
|
16452
|
+
"integrity": "sha512-ihXL9+vhYyEhXz4TDNpHeAOZN9FVrbog0Il64OIEI28UP/n5AaI6gsccRuOHBfx+206agzyoK527bYIO0Foy6A==",
|
|
16362
16453
|
"license": "MIT"
|
|
16363
16454
|
}
|
|
16364
16455
|
}
|