File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -99,12 +99,13 @@ npm install bson
9999
100100Only the following version combinations with the [ MongoDB Node.js Driver] ( https://github.com/mongodb/node-mongodb-native ) are considered stable.
101101
102- | | ` bson@1.x ` | ` bson@4.x ` | ` bson@5.x ` | ` bson@6.x ` |
103- | ------------- | ---------- | ---------- | ---------- | ---------- |
104- | ` mongodb@6.x ` | N/A | N/A | N/A | ✓ |
105- | ` mongodb@5.x ` | N/A | N/A | ✓ | N/A |
106- | ` mongodb@4.x ` | N/A | ✓ | N/A | N/A |
107- | ` mongodb@3.x ` | ✓ | N/A | N/A | N/A |
102+ | | ` bson@1.x ` | ` bson@4.x ` | ` bson@5.x ` | ` bson@6.x ` | ` bson@7.x ` |
103+ | ------------- | ---------- | ---------- | ---------- | ---------- | ---------- |
104+ | ` mongodb@7.x ` | N/A | N/A | N/A | N/A | ✓ |
105+ | ` mongodb@6.x ` | N/A | N/A | N/A | ✓ | N/A |
106+ | ` mongodb@5.x ` | N/A | N/A | ✓ | N/A | N/A |
107+ | ` mongodb@4.x ` | N/A | ✓ | N/A | N/A | N/A |
108+ | ` mongodb@3.x ` | ✓ | N/A | N/A | N/A | N/A |
108109
109110## Documentation
110111
You can’t perform that action at this time.
0 commit comments