Skip to content

Commit 84577fc

Browse files
authored
chore(deps): align deps, remove items from depalign ignores (#5797)
1 parent c36625c commit 84577fc

File tree

43 files changed

+868
-1294
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+868
-1294
lines changed

.depalignrc.json

-32
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,17 @@
11
{
22
"ignore": {
3-
"debug": [
4-
"^2.2.0",
5-
"^4.2.0",
6-
"^4.3.1"
7-
],
8-
"semver": [
9-
"^5.7.2",
10-
"^7.6.0"
11-
],
12-
"eslint-config-mongodb-js": [
13-
"^5.0.3",
14-
"^2.2.0",
15-
"^3.0.1",
16-
"^2.1.0"
17-
],
183
"chai": [
194
"^4.1.2",
205
"^4.2.0",
21-
"^3.4.1",
22-
"^3.5.0",
236
"^4.3.4"
247
],
258
"sinon": [
269
"^9.0.0",
27-
"^1.17.6",
2810
"^7.2.7",
2911
"^9.0.2",
3012
"^9.2.3",
3113
"^8.1.1"
3214
],
33-
"uuid": [
34-
"^3.1.0",
35-
"^3.3.3",
36-
"^8.2.0",
37-
"^3.3.2",
38-
"^3.0.0"
39-
],
40-
"fs-extra": [
41-
"^8.1.0",
42-
"^9.1.0"
43-
],
4415
"numeral": [
4516
"^1.5.6"
4617
],
@@ -55,9 +26,6 @@
5526
],
5627
"js-yaml": [
5728
"^3.13.1"
58-
],
59-
"bson": [
60-
"^4.4.1"
6129
]
6230
}
6331
}

0 commit comments

Comments
 (0)