Skip to content

Commit

Permalink
Fixes currently open dependabot security alerts (#737)
Browse files Browse the repository at this point in the history
* Fixes currently open security dependabot alerts

Signed-off-by: Milton Moura <miltonmoura@gmail.com>

* Ignore playwright/no-wait-for-timeout linting error

Signed-off-by: Milton Moura <miltonmoura@gmail.com>

---------

Signed-off-by: Milton Moura <miltonmoura@gmail.com>
  • Loading branch information
mgcm authored Jan 2, 2025
1 parent 58affd1 commit 7839d9c
Show file tree
Hide file tree
Showing 5 changed files with 344 additions and 468 deletions.
1 change: 1 addition & 0 deletions e2e/src/widgetSetup.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ test.describe('Meeting Widget Setup', () => {

// Wait for a moment and give the bot a chance to initialize the room. There
// is no better way to observe that the bot has completed its work.
// eslint-disable-next-line playwright/no-wait-for-timeout
await alicePage.waitForTimeout(1000);

expect(await aliceElementWebPage.getWidgets()).toEqual(['NeoDateFix']);
Expand Down
2 changes: 1 addition & 1 deletion matrix-meetings-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"depcheck": "^1.4.7",
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.0",
"i18next-parser": "^8.13.0",
"i18next-parser": "^9.1.0",
"jest": "^27.4.3",
"jest-fetch-mock": "^3.0.3",
"ts-jest": "^27.1.5",
Expand Down
2 changes: 1 addition & 1 deletion matrix-meetings-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"cross-env": "^7.0.3",
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.0",
"i18next-parser": "^8.13.0",
"i18next-parser": "^9.1.0",
"jest": "^27.4.3",
"jest-axe": "^8.0.0",
"msw": "^1.3.2",
Expand Down
16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,20 @@
"packages/*"
],
"resolutions": {
"express": "^4.21.2",
"nanoid": "^3.3.8",
"tough-cookie": "^4.1.3"
"**/cross-spawn": "^7.0.5",
"**/cookie": "^0.7.2",
"**/express": "^4.21.2",
"**/ip": "https://registry.npmjs.org/neoip/-/neoip-2.1.0.tgz",
"**/micromatch": "^4.0.8",
"**/nanoid": "^3.3.8",
"**/nano-css": "^5.6.2",
"**/nth-check": "^2.1.1",
"**/postcss": "^8.4.49",
"**/tough-cookie": "^4.1.3",
"**/webpack": "^5.97.1"
},
"devDependencies": {
"@changesets/cli": "^2.27.10",
"@changesets/cli": "^2.27.11",
"depcheck": "^1.4.7",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
Expand Down
Loading

0 comments on commit 7839d9c

Please sign in to comment.