Merge pull request #1870 from strongloop/update-deps

Update dependencies to latest
This commit is contained in:
Miroslav Bajtoš 2020-10-19 10:53:44 +02:00 committed by GitHub
commit d2a594fc08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -39,13 +39,13 @@
"async-iterators": "^0.2.2",
"bson": "^4.0.1",
"coveralls": "^3.0.1",
"eslint": "^6.7.2",
"eslint": "^7.11.0",
"eslint-config-loopback": "^13.0.0",
"loopback-connector-throwing": "file:./test/fixtures/loopback-connector-throwing",
"mocha": "^7.1.1",
"mocha": "^8.1.3",
"nyc": "^15.0.0",
"should": "^13.2.3",
"typescript": "^3.2.2"
"typescript": "^4.0.3"
},
"dependencies": {
"async": "^3.1.0",
@ -54,13 +54,13 @@
"depd": "^2.0.0",
"inflection": "^1.6.0",
"lodash": "^4.17.11",
"loopback-connector": "^4.4.0",
"loopback-connector": "^5.0.0",
"minimatch": "^3.0.3",
"qs": "^6.5.0",
"shortid": "^2.2.6",
"strong-globalize": "^5.0.2",
"strong-globalize": "^6.0.5",
"traverse": "^0.6.6",
"uuid": "^7.0.0"
"uuid": "^8.3.1"
},
"license": "MIT",
"ci": {