Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

[Snyk] Fix for 29 vulnerabilities #3

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.19.0
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:debug:20170905':
- karma > connect > body-parser > debug:
patched: '2021-05-17T13:44:33.972Z'
- karma > connect > compression > debug:
patched: '2021-05-17T13:44:33.972Z'
- karma > connect > connect-timeout > debug:
patched: '2021-05-17T13:44:33.972Z'
- karma > connect > express-session > debug:
patched: '2021-05-17T13:44:33.972Z'
- karma > connect > morgan > debug:
patched: '2021-05-17T13:44:33.972Z'
- karma > connect > serve-index > debug:
patched: '2021-05-17T13:44:33.972Z'
- karma > connect > serve-static > send > debug:
patched: '2021-05-17T13:44:33.972Z'
'npm:minimatch:20160620':
- grunt-karma-coveralls > karma-coverage > minimatch:
patched: '2021-05-17T13:44:33.972Z'
- karma-coverage > ibrik > fileset > glob > minimatch:
patched: '2021-05-17T13:44:33.972Z'
- grunt-karma-coveralls > karma-coverage > ibrik > fileset > glob > minimatch:
patched: '2021-05-17T13:44:33.972Z'
- grunt-karma-coveralls > glob > minimatch:
patched: '2021-05-17T13:44:33.972Z'
- karma-coverage > ibrik > istanbul > fileset > minimatch:
patched: '2021-05-17T13:44:33.972Z'
- grunt-karma-coveralls > karma-coverage > istanbul > fileset > minimatch:
patched: '2021-05-17T13:44:33.972Z'
- grunt-karma-coveralls > karma-coverage > ibrik > istanbul > fileset > minimatch:
patched: '2021-05-17T13:44:33.972Z'
- karma-coverage > ibrik > fileset > minimatch:
patched: '2021-05-17T13:44:33.972Z'
- grunt-karma-coveralls > karma-coverage > ibrik > fileset > minimatch:
patched: '2021-05-17T13:44:33.972Z'
'npm:ms:20170412':
- karma > connect > connect-timeout > ms:
patched: '2021-05-17T13:44:33.972Z'
- karma > connect > body-parser > debug > ms:
patched: '2021-05-17T13:44:33.972Z'
- karma > connect > compression > debug > ms:
patched: '2021-05-17T13:44:33.972Z'
- karma > connect > connect-timeout > debug > ms:
patched: '2021-05-17T13:44:33.972Z'
- karma > connect > express-session > debug > ms:
patched: '2021-05-17T13:44:33.972Z'
- karma > connect > morgan > debug > ms:
patched: '2021-05-17T13:44:33.972Z'
- karma > connect > serve-index > debug > ms:
patched: '2021-05-17T13:44:33.972Z'
- karma > connect > serve-static > send > ms:
patched: '2021-05-17T13:44:33.972Z'
- karma > connect > serve-static > send > debug > ms:
patched: '2021-05-17T13:44:33.972Z'
- karma > connect > serve-favicon > ms:
patched: '2021-05-17T13:44:33.972Z'
35 changes: 18 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,32 @@
"test": "test"
},
"dependencies": {
"d3": "^3.0.6"
"d3": "^3.0.6",
"snyk": "^1.595.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-uglify": "~0.7.0",
"grunt": "~1.3.0",
"grunt-contrib-uglify": "~0.11.1",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-jshint": "~0.12.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-qunit": "~0.5.2",

"grunt-contrib-watch": "~1.0.1",
"grunt-contrib-qunit": "~1.0.0",
"grunt-css": "~0.5.4",
"grunt-replace": "~0.8.0",

"phantomjs": "~1.9.15",
"karma": "~0.12.31",
"karma-coverage": "~0.2.7",
"grunt-replace": "~2.0.0",
"phantomjs": "~2.1.1",
"karma": "~5.0.8",
"karma-coverage": "~0.5.3",
"karma-qunit": "~0.1.4",
"karma-phantomjs-launcher": "~0.1.4",
"karma-phantomjs-launcher": "~0.2.0",
"grunt-karma-coveralls": "~2.5.3",

"qunitjs": "~1.17.0",
"jquery": "~1.9.1"
"jquery": "~3.5.0"
},
"scripts": {
"test": "grunt travis --verbose; ./node_modules/karma/bin/karma start --single-run --browsers PhantomJS"
"test": "grunt travis --verbose; ./node_modules/karma/bin/karma start --single-run --browsers PhantomJS",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -66,5 +66,6 @@
"categories": [
"Data",
"Visualization"
]
],
"snyk": true
}