Skip to content

Commit f13dcc5

Browse files
author
Kwabena Ampofo
authored
chore(NODE-4142): bump bson to 4.6.3 and fix broken link in docs (#3209)
1 parent 441fc63 commit f13dcc5

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

docs/4.2/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<h1>MongoDB NodeJS Driver</h1>
44
</a>
55
<p>The official <a href="https://www.mongodb.com/">MongoDB</a> driver for Node.js.</p>
6-
<p><strong>Upgrading to version 4? Take a look at our <a href="https://github.com/mongodb/node-mongodb-native/blob/HEAD/docs/CHANGES_4.0.0.md">upgrade guide here</a>!</strong></p>
6+
<p><strong>Upgrading to version 4? Take a look at our <a href="https://github.com/mongodb/node-mongodb-native/blob/HEAD/etc/notes/CHANGES_4.0.0.md">upgrade guide here</a>!</strong></p>
77

88
<a href="#quick-links" id="quick-links" style="color: inherit; text-decoration: none;">
99
<h2>Quick Links</h2>
@@ -41,7 +41,7 @@ <h2>Quick Links</h2>
4141
</tr>
4242
<tr>
4343
<td>upgrade to v4</td>
44-
<td><a href="https://github.com/mongodb/node-mongodb-native/blob/HEAD/docs/CHANGES_4.0.0.md">docs/CHANGES_4.0.0.md</a></td>
44+
<td><a href="https://github.com/mongodb/node-mongodb-native/blob/HEAD/etc/notes/CHANGES_4.0.0.md">docs/CHANGES_4.0.0.md</a></td>
4545
</tr>
4646
<tr>
4747
<td>contributing</td>

docs/4.3/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<h1>MongoDB NodeJS Driver</h1>
44
</a>
55
<p>The official <a href="https://www.mongodb.com/">MongoDB</a> driver for Node.js.</p>
6-
<p><strong>Upgrading to version 4? Take a look at our <a href="https://github.com/mongodb/node-mongodb-native/blob/HEAD/docs/CHANGES_4.0.0.md">upgrade guide here</a>!</strong></p>
6+
<p><strong>Upgrading to version 4? Take a look at our <a href="https://github.com/mongodb/node-mongodb-native/blob/HEAD/etc/notes/CHANGES_4.0.0.md">upgrade guide here</a>!</strong></p>
77

88
<a href="#quick-links" id="quick-links" style="color: inherit; text-decoration: none;">
99
<h2>Quick Links</h2>
@@ -41,7 +41,7 @@ <h2>Quick Links</h2>
4141
</tr>
4242
<tr>
4343
<td>upgrade to v4</td>
44-
<td><a href="https://github.com/mongodb/node-mongodb-native/blob/HEAD/docs/CHANGES_4.0.0.md">docs/CHANGES_4.0.0.md</a></td>
44+
<td><a href="https://github.com/mongodb/node-mongodb-native/blob/HEAD/etc/notes/CHANGES_4.0.0.md">docs/CHANGES_4.0.0.md</a></td>
4545
</tr>
4646
<tr>
4747
<td>contributing</td>

docs/4.4/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<h1>MongoDB NodeJS Driver</h1>
44
</a>
55
<p>The official <a href="https://www.mongodb.com/">MongoDB</a> driver for Node.js.</p>
6-
<p><strong>Upgrading to version 4? Take a look at our <a href="https://github.com/mongodb/node-mongodb-native/blob/HEAD/docs/CHANGES_4.0.0.md">upgrade guide here</a>!</strong></p>
6+
<p><strong>Upgrading to version 4? Take a look at our <a href="https://github.com/mongodb/node-mongodb-native/blob/HEAD/etc/notes/CHANGES_4.0.0.md">upgrade guide here</a>!</strong></p>
77

88
<a href="#quick-links" id="quick-links" style="color: inherit; text-decoration: none;">
99
<h2>Quick Links</h2>
@@ -41,7 +41,7 @@ <h2>Quick Links</h2>
4141
</tr>
4242
<tr>
4343
<td>upgrade to v4</td>
44-
<td><a href="https://github.com/mongodb/node-mongodb-native/blob/HEAD/docs/CHANGES_4.0.0.md">docs/CHANGES_4.0.0.md</a></td>
44+
<td><a href="https://github.com/mongodb/node-mongodb-native/blob/HEAD/etc/notes/CHANGES_4.0.0.md">docs/CHANGES_4.0.0.md</a></td>
4545
</tr>
4646
<tr>
4747
<td>contributing</td>

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"email": "[email protected]"
2626
},
2727
"dependencies": {
28-
"bson": "^4.6.2",
28+
"bson": "^4.6.3",
2929
"denque": "^2.0.1",
3030
"mongodb-connection-string-url": "^2.5.2",
3131
"socks": "^2.6.2"

0 commit comments

Comments
 (0)