bcgov / PIMS

Property Inventory Management System
https://pims.gov.bc.ca
Apache License 2.0
42 stars 43 forks source link

express-api NPM Dependency Report #2464

Closed github-actions[bot] closed 2 weeks ago

github-actions[bot] commented 1 month ago

NPM Dependency Report - Tuesday, June 18th, 2024

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

COVERAGE_PERCENTAGE

⚠️ - 6 Production dependencies are out-of-date. ⚠️ - 16 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:

patch

Expand to see individual installs.

``` npm install axios@1.7.2 dotenv@16.4.5 express-rate-limit@7.3.1 reflect-metadata@0.2.2 swagger-ui-express@5.0.1 zod@3.23.8 ```
- [ ] `axios` Update from version `1.7.1` to `1.7.2` by running... ``` npm install axios@1.7.2 ``` - [ ] `dotenv` Update from version `16.4.1` to `16.4.5` by running... ``` npm install dotenv@16.4.5 ``` - [ ] `express-rate-limit` Update from version `7.3.0` to `7.3.1` by running... ``` npm install express-rate-limit@7.3.1 ``` - [ ] `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 ``` - [ ] `zod` Update from version `3.23.3` to `3.23.8` by running... ``` npm install zod@3.23.8 ```



Development Dependencies to Update:

major_dev

Expand to see individual installs.

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


minor_dev

Expand to see individual installs.

``` npm install -D @typescript-eslint/eslint-plugin@7.13.1 @typescript-eslint/parser@7.13.1 ```
- [ ] `@typescript-eslint/eslint-plugin` Update from version `7.12.0` to `7.13.1` by running... ``` npm install -D @typescript-eslint/eslint-plugin@7.13.1 ``` - [ ] `@typescript-eslint/parser` Update from version `7.12.0` to `7.13.1` by running... ``` npm install -D @typescript-eslint/parser@7.13.1 ```


patch_dev

Expand to see individual installs.

``` npm install -D @faker-js/faker@8.4.1 @types/compression@1.7.5 @types/cookie-parser@1.4.7 @types/cors@2.8.17 @types/express@4.17.21 @types/jest@29.5.12 @types/node@20.14.5 nodemon@3.1.3 prettier@3.3.2 ts-jest@29.1.5 ts-node@10.9.2 tsc-alias@1.8.10 typescript@5.4.5 ```
- [ ] `@faker-js/faker` Update from version `8.4.0` to `8.4.1` by running... ``` npm install -D @faker-js/faker@8.4.1 ``` - [ ] `@types/compression` Update from version `1.7.4` to `1.7.5` by running... ``` npm install -D @types/compression@1.7.5 ``` - [ ] `@types/cookie-parser` Update from version `1.4.5` to `1.4.7` by running... ``` npm install -D @types/cookie-parser@1.4.7 ``` - [ ] `@types/cors` Update from version `2.8.15` to `2.8.17` by running... ``` npm install -D @types/cors@2.8.17 ``` - [ ] `@types/express` Update from version `4.17.20` to `4.17.21` by running... ``` npm install -D @types/express@4.17.21 ``` - [ ] `@types/jest` Update from version `29.5.10` to `29.5.12` by running... ``` npm install -D @types/jest@29.5.12 ``` - [ ] `@types/node` Update from version `20.14.1` to `20.14.5` by running... ``` npm install -D @types/node@20.14.5 ``` - [ ] `nodemon` Update from version `3.1.0` to `3.1.3` by running... ``` npm install -D nodemon@3.1.3 ``` - [ ] `prettier` Update from version `3.3.0` to `3.3.2` by running... ``` npm install -D prettier@3.3.2 ``` - [ ] `ts-jest` Update from version `29.1.1` to `29.1.5` by running... ``` npm install -D ts-jest@29.1.5 ``` - [ ] `ts-node` Update from version `10.9.1` to `10.9.2` by running... ``` npm install -D ts-node@10.9.2 ``` - [ ] `tsc-alias` Update from version `1.8.8` to `1.8.10` by running... ``` npm install -D tsc-alias@1.8.10 ``` - [ ] `typescript` Update from version `5.4.2` to `5.4.5` by running... ``` npm install -D typescript@5.4.5 ```