Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

API NPM Dependency Updates #115

Open
github-actions bot opened this issue Sep 26, 2023 · 0 comments
Open

API NPM Dependency Updates #115

github-actions bot opened this issue Sep 26, 2023 · 0 comments

Comments

@github-actions
Copy link

NPM Dependency Versions Check

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

COVERAGE_PERCENTAGE

⚠️ - 6 Standard dependencies are out-of-date.
⚠️ - 18 Dev dependencies are out-of-date.

Make sure to change directory to where the package.json is located using...

cd api

Standard Dependencies to Update:


patch

  • axios-oauth-client Update from version 2.0.2 to 2.0.3 by running
npm install axios-oauth-client@2.0.3

minor

  • axios Update from version 1.4.0 to 1.5.0 by running
npm install axios@1.5.0
  • zod Update from version 3.21.4 to 3.22.2 by running
npm install zod@3.22.2

major

  • express-rate-limit Update from version 6.7.0 to 7.0.1 by running
npm install express-rate-limit@7.0.1
  • mongodb Update from version 5.6.0 to 6.1.0 by running
npm install mongodb@6.1.0
  • swagger-ui-express Update from version 4.6.3 to 5.0.0 by running
npm install swagger-ui-express@5.0.0

Dev Dependencies to Update:


patch_dev

  • @types/compression Update from version 1.7.2 to 1.7.3 by running
npm install -D @types/compression@1.7.3
  • @types/cookie-parser Update from version 1.4.3 to 1.4.4 by running
npm install -D @types/cookie-parser@1.4.4
  • @types/cors Update from version 2.8.13 to 2.8.14 by running
npm install -D @types/cors@2.8.14
  • @types/express Update from version 4.17.17 to 4.17.18 by running
npm install -D @types/express@4.17.18
  • @types/jest Update from version 29.5.2 to 29.5.5 by running
npm install -D @types/jest@29.5.5
  • @types/morgan Update from version 1.9.4 to 1.9.5 by running
npm install -D @types/morgan@1.9.5
  • @types/node-cron Update from version 3.0.8 to 3.0.9 by running
npm install -D @types/node-cron@3.0.9
  • @types/swagger-ui-express Update from version 4.1.3 to 4.1.4 by running
npm install -D @types/swagger-ui-express@4.1.4
  • ts-jest Update from version 29.1.0 to 29.1.1 by running
npm install -D ts-jest@29.1.1

minor_dev

  • @types/node Update from version 20.3.1 to 20.7.0 by running
npm install -D @types/node@20.7.0
  • eslint Update from version 8.43.0 to 8.50.0 by running
npm install -D eslint@8.50.0
  • eslint-config-airbnb-typescript Update from version 17.0.0 to 17.1.0 by running
npm install -D eslint-config-airbnb-typescript@17.1.0
  • jest Update from version 29.5.0 to 29.7.0 by running
npm install -D jest@29.7.0
  • typescript Update from version 5.1.3 to 5.2.2 by running
npm install -D typescript@5.2.2

major_dev

  • eslint-config-prettier Update from version 8.8.0 to 9.0.0 by running
npm install -D eslint-config-prettier@9.0.0
  • eslint-plugin-prettier Update from version 4.2.1 to 5.0.0 by running
npm install -D eslint-plugin-prettier@5.0.0
  • nodemon Update from version 2.0.22 to 3.0.1 by running
npm install -D nodemon@3.0.1
  • prettier Update from version 2.8.8 to 3.0.3 by running
npm install -D prettier@3.0.3
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants