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

Commit

Permalink
fix(snyk): disabling snyk until we resolve insecure deps & snyk integ…
Browse files Browse the repository at this point in the history
…ration

* fix(snyk): disabling snyk until we resolve insecure deps & snyk integration

* update serve-favicon dep
* updating packages
  • Loading branch information
lirantal authored Apr 7, 2017
1 parent 994369d commit 817c4e3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@ before_install:
- 'node_modules/protractor/bin/webdriver-manager update --standalone --firefox'
- 'node_modules/protractor/bin/webdriver-manager start 2>&1 &'
- sleep 3
before_script:
- snyk auth $SNYK_TOKEN
- snyk test
#before_script:
# - snyk auth $SNYK_TOKEN
# - snyk test
after_script:
- nsp check
- snyk test
- gulp test:coverage
- node_modules/.bin/lcov-result-merger 'coverage/**/lcov.info' | node_modules/coveralls/bin/coveralls.js
notifications:
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
"passport-paypal-openidconnect": "~0.1.1",
"passport-twitter": "~1.0.4",
"phantomjs-prebuilt": "~2.1.4",
"serve-favicon": "~2.3.0",
"serve-favicon": "~2.4.2",
"socket.io": "^1.4.8",
"validator": "~6.0.0",
"validator": "~6.1.0",
"winston": "^2.2.0",
"wiredep": "~4.0.0"
},
Expand All @@ -87,10 +87,10 @@
"gulp-csslint": "~1.0.0",
"gulp-csso": "~2.0.0",
"gulp-eslint": "~3.0.1",
"gulp-imagemin": "~3.0.3",
"gulp-imagemin": "~3.1.0",
"gulp-istanbul": "~1.1.1",
"gulp-less": "~3.1.0",
"gulp-load-plugins": "~1.3.0",
"gulp-load-plugins": "~1.4.0",
"gulp-mocha": "~3.0.1",
"gulp-ng-annotate": "~2.0.0",
"gulp-nodemon": "~2.2.1",
Expand All @@ -111,7 +111,7 @@
"karma-ng-html2js-preprocessor": "~1.0.0",
"karma-phantomjs-launcher": "~1.0.0",
"lcov-result-merger": "~1.2.0",
"mock-fs": "~3.11.0",
"mock-fs": "~3.12.0",
"run-sequence": "~1.2.2",
"semver": "~5.3.0",
"should": "~11.1.0",
Expand Down

0 comments on commit 817c4e3

Please sign in to comment.