Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dotenv": "^16.4.5",
"events-async": "^1.2.1",
"express": "^4.19.2",
"glob": "^10.3.15"
"glob": "10.3.14"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apparently I fail at reading... was this supposed to be 10.3.4 like the PR/commit title?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, but we could try that. I chose 10.3.14 because 10.3.15 is the one where the "requires 14.18 or newer" commit first appears.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I typo'ed the commit message (and the PR title was taken from the commit message). The previous version we shipped with was 10.3.12, so maybe we can try that.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The require-a-newer-version-of-14.x commit was the first thing landed after the 10.3.13 release, further suggesting that 10.3.12 is the way to go.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

},
"devDependencies": {
"eventsource": "^2.0.2",
Expand Down