Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit ed53235

Browse files
committed
fix: examples/basic-express-example/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:bson:20180225
1 parent 19f8948 commit ed53235

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/basic-express-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"cors": "~2.8.3",
1616
"debug": "~2.6.3",
1717
"express": "~4.15.3",
18-
"fh-sync": "~1.0.0-RC1",
18+
"fh-sync": "~2.0.1",
1919
"morgan": "~1.8.1"
2020
}
2121
}

0 commit comments

Comments
 (0)