saleor-dashboard/.github/workflows/package.json
dependabot[bot] c25e6f2bec
Bump fast-xml-parser and @testmo/testmo-cli in /.github/workflows (#4120)
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) to 4.2.7 and updates ancestor dependency [@testmo/testmo-cli](https://www.testmo.com/). These dependencies need to be updated together.


Updates `fast-xml-parser` from 3.21.1 to 4.2.7
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v3.21.1...v4.2.7)

Updates `@testmo/testmo-cli` from 1.3.0 to 1.4.0

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-type: indirect
- dependency-name: "@testmo/testmo-cli"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-25 11:22:51 +02:00

14 lines
278 B
JSON

{
"engines": {
"node": ">=14"
},
"dependencies": {
"@actions/core": "^1.9.1",
"@octokit/core": "^4.0.4",
"@testmo/testmo-cli": "^1.4.0",
"commander": "^9.4.0",
"graphql": "^16.6.0",
"graphql-request": "^5.0.0",
"node-fetch": "^2.6.7"
}
}