Skip to content

Commit 4f26776

Browse files
Bump semver and mongoose in /003 - Mongoose with Express
Removes [semver](https://github.com/npm/node-semver). It's no longer used after updating ancestor dependency [mongoose](https://github.com/Automattic/mongoose). These dependencies need to be updated together. Removes `semver` Updates `mongoose` from 5.9.7 to 5.13.19 - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/5.13.19/History.md) - [Commits](Automattic/mongoose@5.9.7...5.13.19) --- updated-dependencies: - dependency-name: semver dependency-type: indirect - dependency-name: mongoose dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 26fbbc7 commit 4f26776

File tree

2 files changed

+97
-66
lines changed

2 files changed

+97
-66
lines changed

003 - Mongoose with Express/package-lock.json

+96-65
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

003 - Mongoose with Express/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"debug": "~2.6.9",
1313
"express": "~4.16.1",
1414
"http-errors": "~1.6.3",
15-
"mongoose": "^5.9.7",
15+
"mongoose": "^5.13.19",
1616
"morgan": "~1.9.1",
1717
"pug": "2.0.0-beta11"
1818
}

0 commit comments

Comments
 (0)