Skip to content

Commit

Permalink
Merge branch 'fix/security-vulnerability-debug' into 'master'
Browse files Browse the repository at this point in the history
Fix/security vulnerability debug

See merge request oddnetworks/oddworks/brightcove-provider!13
  • Loading branch information
erkattak committed May 3, 2018
2 parents 8945498 + b4c9acb commit a7cfbd8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
stages:
- test

node-4:
node-6:
stage: test
image: node:4
image: node:6
variables:
NODE_ENV: test
before_script:
Expand All @@ -14,9 +14,9 @@ node-4:
paths:
- node_modules/

node-6:
node-8:
stage: test
image: node:6
image: node:8
variables:
NODE_ENV: test
before_script:
Expand All @@ -27,9 +27,9 @@ node-6:
paths:
- node_modules/

node-8:
node-10:
stage: test
image: node:8
image: node:10
variables:
NODE_ENV: test
before_script:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "oddworks-brightcove-provider",
"version": "1.4.1",
"version": "1.4.2",
"description": "An Oddworks provider plugin for Brightcove APIs",
"main": "index.js",
"dependencies": {
"bluebird": "~3.4.6",
"debug": "~2.2.0",
"debug": "~3.1.0",
"lodash": "~4.17.2",
"promise-task-queue": "~1.2.0",
"request": "~2.75.0",
Expand Down

0 comments on commit a7cfbd8

Please sign in to comment.