Skip to content

express-api NPM Dependency Report #3055

@github-actions

Description

@github-actions

NPM Dependency Report - Tuesday, October 14th, 2025

Versions of npm packages have been checked against their latest versions from the npm registry.

COVERAGE_PERCENTAGE

⚠️ - 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

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

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


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

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions