diff --git a/nh_graphs/dev/coffee/.snyk b/nh_graphs/dev/coffee/.snyk new file mode 100644 index 00000000..ed854059 --- /dev/null +++ b/nh_graphs/dev/coffee/.snyk @@ -0,0 +1,33 @@ +# 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:hoek:20180212': + - karma-phantomjs-launcher > phantomjs > request > hawk > hoek: + patched: '2021-06-13T18:48:34.463Z' + - karma-phantomjs-launcher > phantomjs > request > hawk > boom > hoek: + patched: '2021-06-13T18:48:34.463Z' + - karma-phantomjs-launcher > phantomjs > request > hawk > sntp > hoek: + patched: '2021-06-13T18:48:34.463Z' + - karma-phantomjs-launcher > phantomjs > request > hawk > cryptiles > boom > hoek: + patched: '2021-06-13T18:48:34.463Z' + 'npm:minimatch:20160620': + - gulp > vinyl-fs > glob-stream > minimatch: + patched: '2021-06-13T18:48:34.463Z' + - karma-coverage > ibrik > istanbul > fileset > minimatch: + patched: '2021-06-13T18:48:34.463Z' + - gulp > vinyl-fs > glob-watcher > gaze > globule > minimatch: + patched: '2021-06-13T18:48:34.463Z' + - gulp > vinyl-fs > glob-watcher > gaze > globule > glob > minimatch: + patched: '2021-06-13T18:48:34.463Z' + - karma-coverage > ibrik > fileset > glob > minimatch: + patched: '2021-06-13T18:48:34.463Z' + - karma-coverage > ibrik > fileset > minimatch: + patched: '2021-06-13T18:48:34.463Z' + 'npm:request:20160119': + - karma-phantomjs-launcher > phantomjs > request: + patched: '2021-06-13T18:48:34.463Z' + 'npm:tunnel-agent:20170305': + - karma-phantomjs-launcher > phantomjs > request > tunnel-agent: + patched: '2021-06-13T18:48:34.463Z' diff --git a/nh_graphs/dev/coffee/package.json b/nh_graphs/dev/coffee/package.json index 6b0cf479..34c26ec9 100644 --- a/nh_graphs/dev/coffee/package.json +++ b/nh_graphs/dev/coffee/package.json @@ -3,23 +3,29 @@ "description": "CoffeeScript / JavaScript Graphing Library for Open-eObs using D3.js", "author": "Colin Wren ", "dependencies": { - "gulp": "3.9.0", - "del": "1.1.1", - "karma": "0.13.0", + "gulp": "4.0.0", + "del": "1.2.0", + "karma": "6.0.0", "gulp-coffeelint": "0.4.0", - "gulp-coffee": "2.3.1", - "gulp-notify": "2.2.0", + "gulp-coffee": "3.0.3", + "gulp-notify": "3.0.0", "gulp-concat": "2.5.2 ", - "jasmine-core":"*", + "jasmine-core": "*", "karma-jasmine": "0.3.5", "karma-junit-reporter": "0.2.2", - "karma-phantomjs-launcher": "0.1.4", - "phantomjs": "1.9.8", - "karma-coverage": "0.2.7", + "karma-phantomjs-launcher": "0.2.0", + "phantomjs": "1.9.20", + "karma-coverage": "2.0.2", "karma-nyan-reporter": "0.0.60", "karma-html-reporter": "*", - "karma-sauce-launcher": "^0.2.14", + "karma-sauce-launcher": "^1.2.0", "karma-chrome-launcher": "^0.2.2", - "sauce-connect-launcher": "^0.14.0" - } + "sauce-connect-launcher": "^1.0.0", + "snyk": "^1.630.0" + }, + "scripts": { + "snyk-protect": "snyk protect", + "prepublish": "npm run snyk-protect" + }, + "snyk": true } \ No newline at end of file