Skip to content

Commit

Permalink
chore(deps-dev): bump the node group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the node group with 2 updates in the /acceptance-tests directory: [cypress](https://github.com/cypress-io/cypress) and [mocha](https://github.com/mochajs/mocha).


Updates `cypress` from 14.0.0 to 14.0.1
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v14.0.0...v14.0.1)

Updates `mocha` from 11.0.1 to 11.1.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v11.0.1...v11.1.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: node
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: node
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent e4d593c commit cbf5d6c
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 54 deletions.
115 changes: 63 additions & 52 deletions acceptance-tests/package-lock.json

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

4 changes: 2 additions & 2 deletions acceptance-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"author": "",
"devDependencies": {
"axios": "^1.7.9",
"cypress": "^14.0.0",
"mocha": "^11.0.1"
"cypress": "^14.0.1",
"mocha": "^11.1.0"
},
"dependencies": {}
}

0 comments on commit cbf5d6c

Please sign in to comment.