Skip to content

Commit

Permalink
Merge pull request #213 from eXist-db/dependabot/npm_and_yarn/restify…
Browse files Browse the repository at this point in the history
…-8.1.0

chore(deps-dev): bump restify from 8.0.0 to 8.1.0
  • Loading branch information
duncdrum authored Mar 7, 2019
2 parents 8ca6ca4 + 93159b1 commit 90d8511
Show file tree
Hide file tree
Showing 4 changed files with 4,202 additions and 347 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ node_js:
- "node"
- "10"
- "8"
- "6"

jobs:
include:
Expand Down Expand Up @@ -34,3 +33,4 @@ install:

notifications:
email: false
slack: exist-db:IXzUdqA0n11cnxaDz43ZQgdX
14 changes: 7 additions & 7 deletions generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -487,12 +487,12 @@ module.exports = class extends Generator {
bugs: '',
keywords: ['exist', 'exist-db', 'xml', 'xql', 'xquery'],
devDependencies: {
chai: '^4.1.2',
chai: '^4.2.0',
'chai-xml': '^0.3.2',
'fs-extra': '^7.0.0',
mocha: '^5.2.0',
supertest: '^3.1.0',
xmldoc: '^1.1.1',
mocha: '^6.0.0',
supertest: '^3.4.2',
xmldoc: '^1.1.2',
'yeoman-assert': '^3.1.1'
},
author: {
Expand Down Expand Up @@ -603,12 +603,12 @@ module.exports = class extends Generator {
'brace-expansion': '^1.1.4',
del: '^2.2.0',
gulp: '^3.9.1',
'gulp-exist': '^1.4.1',
'gulp-exist': '^3.0.0',
'gulp-less': '^3.1.0',
'gulp-watch': '^4.3.6',
'less-plugin-autoprefix': '^1.5.1',
'less-plugin-clean-css': '^1.5.1',
bower: '^1.8.0'
bower: '^1.8.8'
})
break
case 'teipub':
Expand Down Expand Up @@ -996,7 +996,7 @@ module.exports = class extends Generator {
})

Object.assign(pkgJson.devDependencies, {
cypress: '^3.1.2'
cypress: '^3.1.5'
})

Object.assign(pkgJson.scripts, {
Expand Down
Loading

0 comments on commit 90d8511

Please sign in to comment.