Skip to content

Commit

Permalink
updates to latest d3 packages to fix vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Jan 4, 2023
1 parent 8c91306 commit a7bfeb8
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 165 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/NodeCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Install Node
uses: actions/setup-node@v3
with:
node-version: '12'
- name: Install Basic Fonts
run: echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections && sudo apt-get install ttf-mscorefonts-installer
- name: Setup xvfb (Linux)
if: runner.os == 'Linux'
run: |
sudo apt-get install -y xvfb libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xinput0 libxcb-xfixes0
# start xvfb in the background
sudo /usr/bin/Xvfb $DISPLAY -screen 0 1280x1024x24 &
- name: Install Dependencies
run: npm ci
- name: Link d3plus-dev Scripts
Expand Down
218 changes: 65 additions & 153 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"url": "http://www.dave-landry.com"
},
"dependencies": {
"d3-array": "^2.11.0",
"d3-selection": "^2.0.0",
"d3-transition": "^2.0.0",
"d3plus-common": "^1.1.0"
"d3-array": "^3.2.1",
"d3-selection": "^3.0.0",
"d3-transition": "^3.0.1",
"d3plus-common": "^1.2.0"
},
"scripts": {
"build": "d3plus-build",
Expand All @@ -38,7 +38,7 @@
"test": "d3plus-test"
},
"devDependencies": {
"d3plus-dev": "^1.2.2"
"d3plus-dev": "^1.2.3"
},
"module": "es/index",
"sideEffects": false,
Expand Down

0 comments on commit a7bfeb8

Please sign in to comment.