bcgov / bcgov/PIMS

express-api NPM Dependency Report

Open
#3,055 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
51
Forks
45
PR merge metrics
No merged PRs in 30d

Description

## NPM Dependency Report - Tuesday, October 14th, 2025
Versions of npm packages have been checked against their latest versions from the npm registry.

![COVERAGE_PERCENTAGE]

[COVERAGE_PERCENTAGE]: https://img.shields.io/badge/percentage_of_dependencies_up_to_date-22-701807?style=for-the-badge

⚠️ - 16 Production dependencies are out-of-date.
⚠️ - 24 Development dependencies are out-of-date.

**Make sure to change directory to where the package.json is located using...**
```
cd express-api
```


### Production Dependencies to Update:
![major]

Expand to see individual installs.

```
npm install dotenv@17.2.3 express@5.1.0 express-rate-limit@8.1.0 xlsx@0.18.5 zod@4.1.12
```

- [ ] `dotenv` Update from version `16.5.0` to `17.2.3` by running...
```
npm install dotenv@17.2.3
```

- [ ] `express` Update from version `4.21.2` to `5.1.0` by running...
```
npm install express@5.1.0
```

- [ ] `express-rate-limit` Update from version `7.5.0` to `8.1.0` by running...
```
npm install express-rate-limit@8.1.0
```

- [ ] `xlsx` Update from version `https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz` to `0.18.5` by running...
```
npm install xlsx@0.18.5
```

- [ ] `zod` Update from version `3.25.30` to `4.1.12` by running...
```
npm install zod@4.1.12
```

[major]: https://img.shields.io/badge/major_updates_(5)-9e3302?style=for-the-badge


![minor]

Expand to see individual installs.

```
npm install node-cron@4.2.1 winston@3.18.3
```

- [ ] `node-cron` Update from version `4.0.7` to `4.2.1` by running...
```
npm install node-cron@4.2.1
```

- [ ] `winston` Update from version `3.17.0` to `3.18.3` by running...
```
npm install winston@3.18.3
```

[minor]: https://img.shields.io/badge/minor_updates_(2)-0859A1?style=for-the-badge


![patch]

Expand to see individual installs.

```
npm install @bcgov/citz-imb-sso-express@1.0.2 compression@1.8.1 morgan@1.10.1 multer@2.0.2 pg@8.16.3 reflect-metadata@0.2.2 swagger-ui-express@5.0.1 ts-node@10.9.2 typeorm@0.3.27
```

- [ ] `@bcgov/citz-imb-sso-express` Update from version `1.0.3-beta3` to `1.0.2` by running...
```
npm install @bcgov/citz-imb-sso-express@1.0.2
```

- [ ] `compression` Update from version `1.8.0` to `1.8.1` by running...
```
npm install compression@1.8.1
```

- [ ] `morgan` Update from version `1.10.0` to `1.10.1` by running...
```
npm install morgan@1.10.1
```

- [ ] `multer` Update from version `2.0.0` to `2.0.2` by running...
```
npm install multer@2.0.2
```

- [ ] `pg` Update from version `8.16.0` to `8.16.3` by running...
```
npm install pg@8.16.3
```

- [ ] `reflect-metadata` Update from version `0.2.1` to `0.2.2` by running...
```
npm install reflect-metadata@0.2.2
```

- [ ] `swagger-ui-express` Update from version `5.0.0` to `5.0.1` by running...
```
npm install swagger-ui-express@5.0.1
```

- [ ] `ts-node` Update from version `10.9.1` to `10.9.2` by running...
```
npm install ts-node@10.9.2
```

- [ ] `typeorm` Update from version `0.3.20` to `0.3.27` by running...
```
npm install typeorm@0.3.27
```

[patch]: https://img.shields.io/badge/patch_updates_(9)-0B6018?style=for-the-badge



### Development Dependencies to Update:
![major_dev]

Expand to see individual installs.

```
npm install -D @faker-js/faker@10.0.0 @types/express@5.0.3 @types/jest@30.0.0 @types/multer@2.0.0 @types/node@24.7.2 cross-env@10.1.0 jest@30.2.0
```

- [ ] `@faker-js/faker` Update from version `9.8.0` to `10.0.0` by running...
```
npm install -D @faker-js/faker@10.0.0
```

- [ ] `@types/express` Update from version `4.17.21` to `5.0.3` by running...
```
npm install -D @types/express@5.0.3
```

- [ ] `@types/jest` Update from version `29.5.10` to `30.0.0` by running...
```
npm install -D @types/jest@30.0.0
```

- [ ] `@types/multer` Update from version `1.4.11` to `2.0.0` by running...
```
npm install -D @types/multer@2.0.0
```

- [ ] `@types/node` Update from version `22.15.21` to `24.7.2` by running...
```
npm install -D @types/node@24.7.2
```

- [ ] `cross-env` Update from version `7.0.3` to `10.1.0` by running...
```
npm install -D cross-env@10.1.0
```

- [ ] `jest` Update from version `29.7.0` to `30.2.0` by running...
```
npm install -D jest@30.2.0
```

[major_dev]: https://img.shields.io/badge/major_updates_(7)-9e3302?style=for-the-badge


![minor_dev]

Expand to see individual installs.

```
npm install -D @eslint/js@9.37.0 eslint@9.37.0 eslint-plugin-prettier@5.5.4 prettier@3.6.2 ts-jest@29.4.5 typescript@5.9.3 typescript-eslint@8.46.1
```

- [ ] `@eslint/js` Update from version `9.27.0` to `9.37.0` by running...
```
npm install -D @eslint/js@9.37.0
```

- [ ] `eslint` Update from version `9.27.0` to `9.37.0` by running...
```
npm install -D eslint@9.37.0
```

- [ ] `eslint-plugin-prettier` Update from version `5.4.0` to `5.5.4` by running...
```
npm install -D eslint-plugin-prettier@5.5.4
```

- [ ] `prettier` Update from version `3.5.0` to `3.6.2` by running...
```
npm install -D prettier@3.6.2
```

- [ ] `ts-jest` Update from version `29.3.1` to `29.4.5` by running...
```
npm install -D ts-jest@29.4.5
```

- [ ] `typescript` Update from version `5.8.2` to `5.9.3` by running...
```
npm install -D typescript@5.9.3
```

- [ ] `typescript-eslint` Update from version `8.32.1` to `8.46.1` by running...
```
npm install -D typescript-eslint@8.46.1
```

[minor_dev]: https://img.shields.io/badge/minor_updates_(7)-0859A1?style=for-the-badge


![patch_dev]

Expand to see individual installs.

```
npm install -D @types/compression@1.8.1 @types/cookie-parser@1.4.9 @types/cors@2.8.19 @types/morgan@1.9.10 @types/supertest@6.0.3 @types/swagger-ui-express@4.1.8 eslint-config-prettier@10.1.8 nodemon@3.1.10 supertest@7.1.4 tsc-alias@1.8.16
```

- [ ] `@types/compression` Update from version `1.8.0` to `1.8.1` by running...
```
npm install -D @types/compression@1.8.1
```

- [ ] `@types/cookie-parser` Update from version `1.4.5` to `1.4.9` by running...
```
npm install -D @types/cookie-parser@1.4.9
```

- [ ] `@types/cors` Update from version `2.8.15` to `2.8.19` by running...
```
npm install -D @types/cors@2.8.19
```

- [ ] `@types/morgan` Update from version `1.9.9` to `1.9.10` by running...
```
npm install -D @types/morgan@1.9.10
```

- [ ] `@types/supertest` Update from version `6.0.2` to `6.0.3` by running...
```
npm install -D @types/supertest@6.0.3
```

- [ ] `@types/swagger-ui-express` Update from version `4.1.6` to `4.1.8` by running...
```
npm install -D @types/swagger-ui-express@4.1.8
```

- [ ] `eslint-config-prettier` Update from version `10.1.1` to `10.1.8` by running...
```
npm install -D eslint-config-prettier@10.1.8
```

- [ ] `nodemon` Update from version `3.1.0` to `3.1.10` by running...
```
npm install -D nodemon@3.1.10
```

- [ ] `supertest` Update from version `7.1.0` to `7.1.4` by running...
```
npm install -D supertest@7.1.4
```

- [ ] `tsc-alias` Update from version `1.8.8` to `1.8.16` by running...
```
npm install -D tsc-alias@1.8.16
```

[patch_dev]: https://img.shields.io/badge/patch_updates_(10)-0B6018?style=for-the-badge


Contributor guide

No contributing guide indexed for this repository

Research direction

Change into the express-api directory and inspect its package.json. Apply the dependency versions listed in this report, including production and development packages, then verify that the dependency report no longer lists these updates as outstanding.

Written by the indexing model from the issue text.

Assessment

Tech stack
eslint, express, typescript
Domain
backend, tooling
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.