Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Dependecy Updates] Update Packages #8

Merged
merged 2 commits into from May 7, 2024

Conversation

dallas-scott
Copy link
Contributor

@dallas-scott dallas-scott commented Apr 18, 2024

Updated Packages

  • axios v.0.5.4 >> v.1.6.8
  • @Edgio v.7.0.17 >> v.7.11.3
  • esbuild v.0.17.19 >> v.0.20.2
  • chai v.3.0.0 >> v.5.1.0
  • mocha v.2.2.5 >> v.10.4.0
  • nock v.2.6.0 >> v.13.5.4

New Packages

  • eslint v.8.0.1
  • eslint-config-standard v.17.1.0
  • eslint-plugin-import v.2.25.2
  • eslint-plugin-n: v.15.0.0 || v.16.0.0
  • eslint-plugin-promise: v.6.0.0

Additional Updates

  • updated Sytnax as a result of package updates
  • updated Unit tests and fixed broken ones
  • added ESLint to help keep code clean and more closely aligned
  • removed Quote that seems to be mistakenly added to the images directory

Vulnerabilities Before

Screenshot 2024-04-18 at 10 41 02 AM

Vulnerabilities After

Screenshot 2024-04-18 at 4 12 06 PM

NOTE

Of the critical ones I did not touch, they seem related to the use of esdoc, so I left them untouched as they shouldn't affect the client's installation. Should we need to address these other vulnerabilities, I figured we could do this in a separate PR.

- updated packages:
  - axios 0.5.4 >> 1.6.8
  - @Edgio 7.0.17 >> 7.11.3
  - esbuild 0.17.19 >> 0.20.2
  - chai 3.0.0 >> 5.1.0
  - mocha 2.2.5 >> 10.4.0
  - nock 2.6.0 >> 13.5.4

- added packages:
  - eslint 8.0.1
  - eslint-config-standard 17.1.0
  - eslint-plugin-import 2.25.2
  - eslint-plugin-n: 15.0.0 || 16.0.0
  - eslint-plugin-promise: 6.0.0

- updated Sytnax as a result of package updates
- updated Unit tests and fixed broken ones
- added ESLint to help keep code clean and more closely aligned
- removed Quote that seems to be mistakenly added to the images directory
src/client.js Outdated
*/
constructor (options) {
const defaults = {
host: "mockaroo.com",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
host: "mockaroo.com",
host: "api.mockaroo.com",

This should be api.mockaroo.com, not the apex domain.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch! Thank you!

Copy link
Owner

@mockaroo mockaroo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good except for the one requested change.

- updated the default `host` to be `api.mockaroo.com` instead of the apex domain `mockaroo.com`
@mockaroo mockaroo merged commit 91a5e83 into mockaroo:master May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants