Upgrade all the node packages possible

This commit is contained in:
R Tyler Croy 2019-06-22 09:03:12 -07:00
parent 5782296264
commit 111fe3d668
No known key found for this signature in database
GPG Key ID: E5C92681BEF6CEA2
2 changed files with 1287 additions and 934 deletions

2195
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -22,21 +22,21 @@
},
"homepage": "https://github.com/jenkins-infra/uplink#readme",
"devDependencies": {
"@feathersjs/cli": "^3.8.2",
"@sentry/types": "^4.0.1",
"@types/feathersjs__configuration": "^1.0.1",
"@types/feathersjs__express": "^1.1.4",
"@types/feathersjs__feathers": "^3.0.4",
"@types/jest": "^23.3.2",
"@types/sequelize": "^4.27.25",
"@feathersjs/cli": "^3.9.0",
"@sentry/types": "^4.5.3",
"@types/feathersjs__configuration": "^1.0.3",
"@types/feathersjs__express": "^1.1.6",
"@types/feathersjs__feathers": "^3.1.5",
"@types/jest": "^23.3.14",
"@types/sequelize": "^4.28.3",
"@types/winston": "^2.4.4",
"jest": "^23.5.0",
"nodemon": "^1.18.4",
"jest": "^23.6.0",
"nodemon": "^1.19.1",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"request-promise": "^4.2.4",
"sequelize-cli": "^4.1.1",
"ts-jest": "^23.1.4",
"typescript": "^3.0.3"
"ts-jest": "^23.10.5",
"typescript": "^3.5.2"
},
"dependencies": {
"@feathersjs/authentication": "^2.1.9",
@ -59,7 +59,7 @@
"passport-github": "^1.1.0",
"pg": "^7.4.3",
"pg-query-stream": "^1.1.2",
"pug": "^2.0.3",
"pug": "^2.0.4",
"sequelize": "^4.38.0",
"serve-favicon": "^2.5.0",
"tslib": "^1.9.3",