Skip to content

Commit 12034b0

Browse files
authored
Merge pull request loopbackio#432 from strongloop/update-deps
[SEMVER-MAJOR]: upgrade dependencies
2 parents 9fb8fd6 + fd66303 commit 12034b0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
"setup.sh"
2828
],
2929
"dependencies": {
30-
"async": "^0.9.0",
30+
"async": "^3.2.0",
3131
"bluebird": "^3.4.6",
32-
"chalk": "^3.0.0",
32+
"chalk": "^4.0.0",
3333
"debug": "^4.1.1",
3434
"loopback-connector": "^4.10.2",
35-
"pg": "^7.0.0",
36-
"strong-globalize": "^5.0.5",
37-
"uuid": "^3.0.1"
35+
"pg": "^8.0.2",
36+
"strong-globalize": "^6.0.0",
37+
"uuid": "^7.0.3"
3838
},
3939
"devDependencies": {
4040
"eslint": "^6.0.1",
@@ -43,10 +43,10 @@
4343
"juggler-v4": "file:./deps/juggler-v4",
4444
"lodash": "^4.17.4",
4545
"loopback-datasource-juggler": "^3.0.0 || ^4.0.0",
46-
"mocha": "^6.1.4",
46+
"mocha": "^7.1.1",
4747
"rc": "^1.0.0",
4848
"should": "^13.2.3",
49-
"sinon": "^7.3.2"
49+
"sinon": "^9.0.2"
5050
},
5151
"repository": {
5252
"type": "git",

0 commit comments

Comments
 (0)