Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dummy change to README #726

Closed
wants to merge 6 commits into from
Closed
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
5 changes: 5 additions & 0 deletions .changeset/nervous-hotels-work.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@nordeck/matrix-meetings-bot': patch
---

Dependency updates to address CVE-2024-21538, CVE-2024-55565, CVE-2024-52798, CVE-2024-45296 and CVE-2023-26136
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"eslint": "^8.57.0",
"eslint-plugin-playwright": "^1.6.1",
"lodash": "^4.17.21",
"testcontainers": "^10.9.0",
"testcontainers": "^10.16.0",
"typescript": "^5.4.5"
},
"engines": {
Expand Down
4 changes: 4 additions & 0 deletions matrix-meetings-bot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ RUN yarn install --production --frozen-lockfile --network-timeout 1000000
FROM node:20-bookworm-slim
ENV NODE_ENV=production
WORKDIR /app

# update npm to address CVE-2024-21538
RUN npm install -g [email protected]

RUN set -x\
&& mkdir /app/storage \
&& chown -R 101:0 /app/storage \
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@
"e2e",
"packages/*"
],
"resolutions": {
"nanoid": "^3.3.8",
"path-to-regexp": "3.2.0",
"tough-cookie": "^4.1.3"
},
"devDependencies": {
"@changesets/cli": "^2.27.3",
"@changesets/cli": "^2.27.10",
"depcheck": "^1.4.7",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
Expand Down
Loading
Loading