fix: package.json & package-lock.json to reduce vulnerabilities #338
Annotations
6 errors and 1 warning
Run npm run build:
src/controllers/api/getShipController.ts#L21
Type 'FlattenMaps<ILoadoutDatabase & Required<{ _id: ObjectId; }>>' is missing the following properties from type 'ObjectId': _bsontype, id, toHexString, toJSON, and 3 more.
|
Run npm run build:
src/controllers/api/inventoryController.ts#L33
Type 'FlattenMaps<Omit<Omit<IInventoryDatabase, "LoadOutPresets"> & { LoadOutPresets: ILoadoutDatabase; }, "Ships"> & { Ships: IShipInventory; } & { ...; }>' is not assignable to type 'IInventoryDatabase'.
|
Run npm run build:
src/services/inventoryService.ts#L372
Property 'ItemId' is missing in type 'FlattenMaps<IEquipmentDatabase & Required<{ _id: ObjectId; }>>' but required in type 'IEquipmentClient'.
|
Run npm run build:
src/services/inventoryService.ts#L530
Type 'FlattenMaps<IEquipmentDatabase & Required<{ _id: ObjectId; }>>' is not assignable to type 'IEquipmentClient'.
|
Run npm run build:
src/services/inventoryService.ts#L544
Property 'ItemId' is missing in type 'FlattenMaps<IWeaponSkinDatabase & { _id: ObjectId; }>' but required in type 'IWeaponSkinClient'.
|
Run npm run build
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading