0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Update Test & linting packages

This commit is contained in:
Renovate Bot 2019-09-30 00:36:16 +00:00 committed by renovate[bot]
parent f966907c78
commit ab023e1df9
3 changed files with 6 additions and 6 deletions

View file

@ -22,9 +22,9 @@
"@types/jsonwebtoken": "8.3.4",
"@types/node": "12.7.5",
"@types/nodemailer": "6.2.1",
"mocha": "6.2.0",
"mocha": "6.2.1",
"should": "13.2.3",
"sinon": "7.4.2"
"sinon": "7.5.0"
},
"dependencies": {
"bluebird": "^3.5.5",

View file

@ -18,9 +18,9 @@
],
"devDependencies": {
"jsdom": "15.1.1",
"mocha": "6.2.0",
"mocha": "6.2.1",
"should": "13.2.3",
"sinon": "7.4.2"
"sinon": "7.5.0"
},
"dependencies": {
"@tryghost/magic-link": "^0.1.3",

View file

@ -19,9 +19,9 @@
"@types/cookies": "0.7.2",
"@types/node": "12.7.5",
"keypair": "1.0.1",
"mocha": "6.2.0",
"mocha": "6.2.1",
"should": "13.2.3",
"sinon": "7.4.2"
"sinon": "7.5.0"
},
"dependencies": {
"bluebird": "^3.5.3",