Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 22, 2020
1 parent bc629d6 commit 438b8d9
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,39 +22,39 @@
"node": ">=6.0.0"
},
"dependencies": {
"nodemailer": "^6.3.1",
"tslib": "^1.10.0"
"nodemailer": "^6.4.11",
"tslib": "^1.13.0"
},
"devDependencies": {
"@types/chai": "^4.2.3",
"@types/chai": "^4.2.12",
"@types/dirty-chai": "^2.0.2",
"@types/mocha": "^5.2.7",
"@types/node": "^12.7.12",
"@types/nodemailer": "^6.2.1",
"@types/smtp-server": "^3.5.2",
"@types/node": "^12.12.54",
"@types/nodemailer": "^6.4.0",
"@types/smtp-server": "^3.5.4",
"chai": "^4.2.0",
"changelog-parser": "^2.8.0",
"coveralls": "^3.0.6",
"coveralls": "^3.1.0",
"cross-env": "^6.0.3",
"dirty-chai": "^2.0.1",
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-import": "^2.18.2",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"markdownlint-cli": "^0.18.0",
"mocha": "^6.2.1",
"markdownlint-cli": "^0.23.2",
"mocha": "^6.2.3",
"mocha-steps": "^1.3.0",
"nyc": "^14.1.1",
"prettier": "^1.18.2",
"promise-readable": "^5.0.3",
"promise-socket": "^6.0.2",
"prettier": "^1.19.1",
"promise-readable": "^5.0.4",
"promise-socket": "^6.0.3",
"shx": "^0.3.2",
"smtp-server-as-promised": "^5.2.5",
"ts-node": "^8.4.1",
"tslint": "^5.20.0",
"ts-node": "^8.10.2",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.6.4"
"typescript": "^3.9.7"
},
"scripts": {
"compile": "tsc --pretty --project .",
Expand Down

0 comments on commit 438b8d9

Please sign in to comment.