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

feature/0.7.0 - upgrade dependencies #67

Merged
merged 9 commits into from
Sep 14, 2023
Merged

feature/0.7.0 - upgrade dependencies #67

merged 9 commits into from
Sep 14, 2023

Conversation

mggower
Copy link
Collaborator

@mggower mggower commented Sep 13, 2023

  • upgrade all d3 dependencies to remove vulnerabilities
  • upgrade parcel to current version
  • introduce prettier to repo

TODO: upgrading parcel broke the pipeline for publishing docs site, so i will continue working on resolving this

@mggower mggower changed the title Feature/0.7.0 feature/0.7.0 - upgrade dependencies Sep 13, 2023
adjacencyList[edge.source] = {}
}
if (adjacencyList[edge.source][edge.target] === undefined) {
adjacencyList[edge.source][edge.target] = []

Check warning

Code scanning / CodeQL

Prototype-polluting assignment Medium

This assignment may alter Object.prototype if a malicious '__proto__' string is injected from
library input
.
adjacencyList[edge.target] = {}
}
if (adjacencyList[edge.target][edge.source] === undefined) {
adjacencyList[edge.target][edge.source] = []

Check warning

Code scanning / CodeQL

Prototype-polluting assignment Medium

This assignment may alter Object.prototype if a malicious '__proto__' string is injected from
library input
.
@mggower mggower merged commit 0bf0452 into master Sep 14, 2023
2 checks passed
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.

2 participants