Skip to content

Commit eadcc57

Browse files
committed
chore: update dependencies to latest
regular deps: - `async` to `^3.2.0` - `debug` to `^4.1.1` - `loopback-connector` to `^5.0.0` - `strong-globalize` to `^6.0.4` dev deps: - `should` to `^13.2.3` - `sinon` to `^9.0.3` Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
1 parent 54baf60 commit eadcc57

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"setup.sh"
2121
],
2222
"dependencies": {
23-
"async": "^2.6.1",
24-
"debug": "^3.1.0",
23+
"async": "^3.2.0",
24+
"debug": "^4.1.1",
2525
"lodash": "^4.17.11",
26-
"loopback-connector": "^4.0.0",
26+
"loopback-connector": "^5.0.0",
2727
"mysql": "^2.11.1",
28-
"strong-globalize": "^5.0.5"
28+
"strong-globalize": "^6.0.4"
2929
},
3030
"devDependencies": {
3131
"bluebird": "~2.9.10",
@@ -36,8 +36,8 @@
3636
"loopback-datasource-juggler": "^3.0.0 || ^4.0.0",
3737
"mocha": "^6.2.2",
3838
"rc": "^1.0.0",
39-
"should": "^8.0.2",
40-
"sinon": "^1.15.4"
39+
"should": "^13.2.3",
40+
"sinon": "^9.0.3"
4141
},
4242
"repository": {
4343
"type": "git",

0 commit comments

Comments
 (0)