Skip to content

Commit f4c7049

Browse files
committed
chore: update lodash to v.17.13
1 parent 3a3587d commit f4c7049

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -13,34 +13,34 @@
1313
"author": "MP Modise",
1414
"license": "MIT",
1515
"dependencies": {
16-
"async": "^2.6.2",
16+
"async": "2.6.2",
1717
"bcrypt-nodejs": "0.0.3",
18-
"bcryptjs": "^2.3.0",
19-
"body-parser": "^1.19.0",
20-
"connect-mongo": "^2.0.3",
21-
"connect-mongodb-session": "^1.4.0",
22-
"cookie-parser": "^1.4.4",
23-
"ejs": "^2.4.1",
24-
"ejs-mate": "^2.3.0",
18+
"bcryptjs": "2.3.0",
19+
"body-parser": "1.19.0",
20+
"connect-mongo": "2.0.3",
21+
"connect-mongodb-session": "1.4.0",
22+
"cookie-parser": "1.4.4",
23+
"ejs": "2.4.1",
24+
"ejs-mate": "2.3.0",
2525
"elasticsearch": "14.0.0",
26-
"express": "^4.16.4",
26+
"express": "4.16.4",
2727
"express-flash": "0.0.2",
28-
"express-session": "^1.16.1",
29-
"faker": "^4.1.0",
30-
"mongoosastic": "^4.0.2",
31-
"mongoose": "^5.5.5",
28+
"express-session": "1.16.1",
29+
"faker": "4.1.0",
30+
"mongoosastic": "4.0.2",
31+
"mongoose": "5.5.5",
3232
"mongoose-double": "0.0.1",
33-
"mongoose-long": "^0.1.0",
33+
"mongoose-long": "0.1.0",
3434
"morgan": "1.9.1",
35-
"passport": "^0.4.0",
36-
"passport-facebook": "^2.1.1",
37-
"passport-local": "^1.0.0",
38-
"stripe": "^5.4.0"
35+
"passport": "0.4.0",
36+
"passport-facebook": "2.1.1",
37+
"passport-local": "1.0.0",
38+
"stripe": "5.4.0"
3939
},
4040
"devDependencies": {
41-
"chance": "^1.0.18",
42-
"cypress": "^3.2.0",
43-
"nodemon": "^1.19.0",
44-
"opn-cli": "^3.1.0"
41+
"chance": "1.0.18",
42+
"cypress": "3.2.0",
43+
"nodemon": "1.19.0",
44+
"opn-cli": "3.1.0"
4545
}
4646
}

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ async@^2.6.2:
149149
resolved "https://registry.yarnpkg.com/async/-/async-2.6.2.tgz#18330ea7e6e313887f5d2f2a904bac6fe4dd5381"
150150
integrity sha512-H1qVYh1MYhEEFLsP97cVKqCGo7KfCyTt6uEWqsTBr9SO84oK9Uwbyd/yCW+6rKJLHksBNUVWZDAjfS+Ccx0Bbg==
151151
dependencies:
152-
lodash "^4.17.11"
152+
lodash "^4.17.13"
153153

154154
asynckit@^0.4.0:
155155
version "0.4.0"
@@ -637,7 +637,7 @@ cypress@^3.2.0:
637637
is-installed-globally "0.1.0"
638638
lazy-ass "1.6.0"
639639
listr "0.12.0"
640-
lodash "4.17.11"
640+
lodash "4.17.13"
641641
log-symbols "2.2.0"
642642
minimist "1.2.0"
643643
moment "2.24.0"
@@ -1680,9 +1680,9 @@ [email protected]:
16801680
version "2.4.2"
16811681
resolved "https://registry.yarnpkg.com/lodash/-/lodash-2.4.2.tgz#fadd834b9683073da179b3eae6d9c0d15053f73e"
16821682

1683-
[email protected].11, lodash@^4.17.11:
1684-
version "4.17.11"
1685-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
1683+
[email protected].13, lodash@^4.17.13:
1684+
version "4.17.13"
1685+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.13.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
16861686
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
16871687

16881688
lodash@^4.14.0, lodash@^4.17.10:

0 commit comments

Comments
 (0)