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
22on :
33 pull_request :
44 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"
1010 push :
1111 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"
1717permissions :
1818 contents : read
1919
8585 with :
8686 name : coverage
8787 path : coverage
88-
88+
8989 test-deno :
9090 runs-on : ubuntu-20.04
9191 name : Deno tests
@@ -117,7 +117,7 @@ jobs:
117117 test-replica-sets :
118118 needs :
119119 - test
120- runs-on : ubuntu-latest
120+ runs-on : ubuntu-20.04
121121 name : Replica Set tests
122122 env :
123123 FORCE_COLOR : true
Original file line number Diff line number Diff line change @@ -57,3 +57,5 @@ tsconfig.json
5757# scripts
5858scripts /
5959tools /
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+
157.8.4 / 2025-01-13
26===================
37 * fix: disallow nested $where in populate match
48
596.13.6 / 2025-01-13
610===================
7- * fix: disallow nested $where in populate match
11+ * fix: disallow nested $where in populate match CVE- 2025 -23061
812
9137.8.3 / 2024-11-26
1014==================
You can’t perform that action at this time.
0 commit comments