Skip to content

Commit

Permalink
changelog (#4802)
Browse files Browse the repository at this point in the history
  • Loading branch information
boutell authored Nov 12, 2024
1 parent 8495063 commit 99b71ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
* Fix permission grid tooltip display.
* Fixes a bug that crashes external frontend applications.
* Fixes a false positive warning for module not in use for project level submodules (e.g. `widges/module.js`) and dot-folders (e.g. `.DS_Store`).
* Bumped `express-bearer-token` dependency to address a low-severity `npm audit` warning regarding noncompliant cookie names and values. Apostrophe
did not actually use any noncompliant cookie names or values, so there was no vulnerability in Apostrophe.

### Adds

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"dayjs": "^1.9.8",
"dompurify": "^2.3.1",
"express": "^4.16.4",
"express-bearer-token": "^2.4.0",
"express-bearer-token": "^3.0.0",
"express-cache-on-demand": "^1.0.3",
"express-session": "^1.17.1",
"form-data": "^4.0.0",
Expand Down

0 comments on commit 99b71ba

Please sign in to comment.