Skip to content

Commit 7c5bdd7

Browse files
committed
merge 6.x
2 parents 73e81ab + e9b72f6 commit 7c5bdd7

File tree

3 files changed

+19
-13
lines changed

3 files changed

+19
-13
lines changed

.github/workflows/test.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ name: Test
22
on:
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"
1717
permissions:
1818
contents: read
1919

@@ -85,7 +85,7 @@ jobs:
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

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,5 @@ tsconfig.json
5757
# scripts
5858
scripts/
5959
tools/
60+
61+
valnotes.md

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
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+
15
7.8.4 / 2025-01-13
26
===================
37
* fix: disallow nested $where in populate match
48

59
6.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

913
7.8.3 / 2024-11-26
1014
==================

0 commit comments

Comments
 (0)