AgileVentures / AgileVentures/av-dashboard
Fix reported outdated Javascript dependecies
- Ngôn ngữ chính
- Python
- Star
- 4
- Fork
- 5
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
### Summary
- from https://github.com/AgileVentures/av-dashboard/pull/37#pullrequestreview-185358979 @mattwr18 has reported that there are some javascript dependencies that need to be updated as necessary
- to reproduce:
1. navigate to the root of the av-dashboard project
1. run the command `npm i`. notice the output below
```sh
$ npm i
yarn global v1.12.3
[1/4] Resolving packages...
warning npx > npm > request > hawk > hoek@2.16.3: This version is no longer maintained. Please upgrade to the latest version.
warning npx > npm > request > hawk > cryptiles@2.0.5: This version is no longer maintained. Please upgrade to the latest version.
warning npx > npm > request > hawk > boom@2.10.1: This version is no longer maintained. Please upgrade to the latest version.
warning npx > npm > request > hawk > cryptiles > boom@2.10.1: This version is no longer maintained. Please upgrade to the latest version.
warning npx > npm > request > hawk > boom > hoek@2.16.3: This version is no longer maintained. Please upgrade to the latest version.
warning npx > npm > request > hawk > sntp > hoek@2.16.3: This version is no longer maintained. Please upgrade to the latest version.
warning npx > npm > pacote > make-fetch-happen > socks-proxy-agent > socks@1.1.10: If using 2.x branch, please upgrade to at least 2.1.6 to avoid a serious bug with socket data flow and an import issue introduced in 2.1.0
```
### Acceptance Criteria
- [ ] upgrade the javascript dependencies to the latest supported versions, ensuring the application still works as expected
### Notes
- the `npm audit` command may be helpful in this regard. see https://docs.npmjs.com/auditing-package-dependencies-for-security-vulnerabilities
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.