Skip to content

Commit

Permalink
Merge 55c59fd into 7aafcb5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 22, 2020
2 parents 7aafcb5 + 55c59fd commit 812499c
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 25 deletions.
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 25 additions & 25 deletions package.json
Expand Up @@ -32,34 +32,34 @@
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"dependencies": {
"array-shuffle": "^1.0.1",
"clone-deep": "^4.0.1",
"deepmerge": "^4.2.2",
"diagnostics": "^2.0.2",
"express": "^4.17.1",
"handlebars": "^4.7.3",
"p-reduce": "^2.1.0",
"prismjs": "^1.19.0",
"probot": "^9.9.6",
"request": "^2.88.2",
"request-promise-native": "^1.0.8",
"resolve-cwd": "^3.0.0"
"array-shuffle": "1.0.1",
"clone-deep": "4.0.1",
"deepmerge": "4.2.2",
"diagnostics": "2.0.2",
"express": "4.17.1",
"handlebars": "4.7.3",
"p-reduce": "2.1.0",
"prismjs": "1.19.0",
"probot": "9.9.6",
"request": "2.88.2",
"request-promise-native": "1.0.8",
"resolve-cwd": "3.0.0"
},
"devDependencies": {
"acorn": "^7.1.0",
"assume": "^2.0.1",
"coveralls": "^3.0.7",
"eslint": "^6.6.0",
"eslint-config-godaddy": "^4.0.0",
"eslint-plugin-json": "^1.4.0",
"eslint-plugin-mocha": "^5.3.0",
"mocha": "^6.2.2",
"nock": "^11.7.0",
"nodemon": "^1.19.4",
"nyc": "^14.1.1",
"proxyquire": "^2.1.3",
"sinon": "^7.5.0",
"smee-client": "^1.0.2"
"assume": "2.2.0",
"coveralls": "3.0.7",
"eslint": "6.6.0",
"eslint-config-godaddy": "4.0.0",
"eslint-plugin-json": "1.4.0",
"eslint-plugin-mocha": "5.3.0",
"mocha": "6.2.2",
"nock": "11.7.0",
"nodemon": "1.19.4",
"nyc": "14.1.1",
"proxyquire": "2.1.3",
"sinon": "7.5.0",
"smee-client": "1.1.0"
},
"engines": {
"node": ">= 8.3.0"
Expand Down

0 comments on commit 812499c

Please sign in to comment.