Skip to content

Commit

Permalink
chore(deps): bump nanoid and mocha in /test/frontend-integration-test
Browse files Browse the repository at this point in the history
Removes [nanoid](https://github.com/ai/nanoid). It's no longer used after updating ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.


Removes `nanoid`

Updates `mocha` from 10.2.0 to 10.8.2
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.2.0...v10.8.2)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
- dependency-name: mocha
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent ba006bd commit 2497c53
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 68 deletions.
142 changes: 75 additions & 67 deletions test/frontend-integration-test/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 test/frontend-integration-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@wdio/mocha-framework": "^8.3.0",
"@wdio/selenium-standalone-service": "^8.3.2",
"@wdio/spec-reporter": "^8.3.0",
"mocha": "^10.2.0",
"mocha": "^10.8.2",
"wait-port": "^1.0.4",
"webdriverio": "^8.3.2"
},
Expand Down

0 comments on commit 2497c53

Please sign in to comment.