Skip to content

Commit

Permalink
Upgrade dependencies to resolve vulnerabilities
Browse files Browse the repository at this point in the history
Upgrade NodeJS in CI to v14 due to v8 being EOL.
Upgrade Karma, Webpack, and Webpack-CLI by a major version to resolve
vulnerabilities.
Upgrade minor package dependencies where available.
  • Loading branch information
jthomperoo committed Jun 29, 2021
1 parent 869cb0e commit 9981d55
Show file tree
Hide file tree
Showing 3 changed files with 12,627 additions and 8,376 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dist: xenial
language: node_js
node_js:
- "8"
- "14"

before_script:
- export DISPLAY=:99.0
Expand All @@ -16,7 +16,7 @@ addons:
token:
secure: "${SONAR_CLOUD_TOKEN}"

script:
script:
- npm run lint && npm run test
- if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ -z "$TRAVIS_TAG" ] && [ "$TRAVIS_REPO_SLUG" == "ibm/qpylib" ]; then sonar-scanner; fi # sonar only on non-PRs

Expand Down
Loading

0 comments on commit 9981d55

Please sign in to comment.