File tree Expand file tree Collapse file tree 3 files changed +19
-13
lines changed Expand file tree Collapse file tree 3 files changed +19
-13
lines changed Original file line number Diff line number Diff line change @@ -2,18 +2,18 @@ name: Test
2
2
on :
3
3
pull_request :
4
4
paths :
5
- - ' .github/workflows/test.yml'
6
- - ' package.json'
7
- - ' index.js'
8
- - ' lib/**'
9
- - ' test/**.js'
5
+ - " .github/workflows/test.yml"
6
+ - " package.json"
7
+ - " index.js"
8
+ - " lib/**"
9
+ - " test/**.js"
10
10
push :
11
11
paths :
12
- - ' .github/workflows/test.yml'
13
- - ' package.json'
14
- - ' index.js'
15
- - ' lib/**'
16
- - ' test/**.js'
12
+ - " .github/workflows/test.yml"
13
+ - " package.json"
14
+ - " index.js"
15
+ - " lib/**"
16
+ - " test/**.js"
17
17
permissions :
18
18
contents : read
19
19
85
85
with :
86
86
name : coverage
87
87
path : coverage
88
-
88
+
89
89
test-deno :
90
90
runs-on : ubuntu-20.04
91
91
name : Deno tests
@@ -117,7 +117,7 @@ jobs:
117
117
test-replica-sets :
118
118
needs :
119
119
- test
120
- runs-on : ubuntu-latest
120
+ runs-on : ubuntu-20.04
121
121
name : Replica Set tests
122
122
env :
123
123
FORCE_COLOR : true
Original file line number Diff line number Diff line change @@ -57,3 +57,5 @@ tsconfig.json
57
57
# scripts
58
58
scripts /
59
59
tools /
60
+
61
+ valnotes.md
Original file line number Diff line number Diff line change
1
+ 6.13.7 / 2025-01-20
2
+ ===================
3
+ * chore: re-release to force npm audit to pick up 6.x fix for CVE-2025 -23061
4
+
1
5
7.8.4 / 2025-01-13
2
6
===================
3
7
* fix: disallow nested $where in populate match
4
8
5
9
6.13.6 / 2025-01-13
6
10
===================
7
- * fix: disallow nested $where in populate match
11
+ * fix: disallow nested $where in populate match CVE- 2025 -23061
8
12
9
13
7.8.3 / 2024-11-26
10
14
==================
You can’t perform that action at this time.
0 commit comments