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>
This commit is contained in:
parent
1c52231e3a
commit
c25e6f2bec
2 changed files with 38 additions and 49 deletions
85
.github/workflows/package-lock.json
generated
vendored
85
.github/workflows/package-lock.json
generated
vendored
|
@ -4,11 +4,10 @@
|
|||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "workflows",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.9.1",
|
||||
"@octokit/core": "^4.0.4",
|
||||
"@testmo/testmo-cli": "^1.3.0",
|
||||
"@testmo/testmo-cli": "^1.4.0",
|
||||
"commander": "^9.4.0",
|
||||
"graphql": "^16.6.0",
|
||||
"graphql-request": "^5.0.0",
|
||||
|
@ -172,20 +171,19 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@testmo/testmo-cli": {
|
||||
"version": "1.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@testmo/testmo-cli/-/testmo-cli-1.3.0.tgz",
|
||||
"integrity": "sha512-Uif9Hic/V7VPU3iF0ithNYQSAO+YYKkKyrnKw+2TQLfPxS4p5cLLWeLZKnHvrhOFD7MgFHHATnAsLCocqNuBfg==",
|
||||
"version": "1.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@testmo/testmo-cli/-/testmo-cli-1.4.0.tgz",
|
||||
"integrity": "sha512-qYR1DpFVrVZd4oRL1GpM+ssMn1zXfGauXAIdeouYkkIeuSd+K+K+BENz7BCfWqmwOROpbfMlR9H+dGhMkSOl6Q==",
|
||||
"dependencies": {
|
||||
"@testmo/testmo-api": "^2.0.0",
|
||||
"chalk": "^4.1.0",
|
||||
"cli-progress": "^3.9.0",
|
||||
"chalk": "^4.1.2",
|
||||
"cli-progress": "^3.12.0",
|
||||
"commander": "^8.3.0",
|
||||
"fast-xml-parser": "^3.19.0",
|
||||
"glob": "^7.1.6",
|
||||
"he": "^1.2.0",
|
||||
"fast-xml-parser": "^4.2.4",
|
||||
"glob": "^7.2.3",
|
||||
"lodash": "^4.17.21",
|
||||
"mime-types": "^2.1.35",
|
||||
"validator": "^13.5.2"
|
||||
"validator": "^13.9.0"
|
||||
},
|
||||
"bin": {
|
||||
"testmo": "dist/index.js"
|
||||
|
@ -547,18 +545,24 @@
|
|||
"integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA=="
|
||||
},
|
||||
"node_modules/fast-xml-parser": {
|
||||
"version": "3.21.1",
|
||||
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.21.1.tgz",
|
||||
"integrity": "sha512-FTFVjYoBOZTJekiUsawGsSYV9QL0A+zDYCRj7y34IO6Jg+2IMYEtQa+bbictpdpV8dHxXywqU7C0gRDEOFtBFg==",
|
||||
"version": "4.2.7",
|
||||
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.7.tgz",
|
||||
"integrity": "sha512-J8r6BriSLO1uj2miOk1NW0YVm8AGOOu3Si2HQp/cSmo6EA4m3fcwu2WKjJ4RK9wMLBtg69y1kS8baDiQBR41Ig==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "paypal",
|
||||
"url": "https://paypal.me/naturalintelligence"
|
||||
},
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/NaturalIntelligence"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"strnum": "^1.0.4"
|
||||
"strnum": "^1.0.5"
|
||||
},
|
||||
"bin": {
|
||||
"xml2js": "cli.js"
|
||||
},
|
||||
"funding": {
|
||||
"type": "paypal",
|
||||
"url": "https://paypal.me/naturalintelligence"
|
||||
"fxparser": "src/cli/cli.js"
|
||||
}
|
||||
},
|
||||
"node_modules/file-uri-to-path": {
|
||||
|
@ -764,14 +768,6 @@
|
|||
"url": "https://github.com/sponsors/ljharb"
|
||||
}
|
||||
},
|
||||
"node_modules/he": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
|
||||
"integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
|
||||
"bin": {
|
||||
"he": "bin/he"
|
||||
}
|
||||
},
|
||||
"node_modules/hexoid": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/hexoid/-/hexoid-1.0.0.tgz",
|
||||
|
@ -1498,8 +1494,7 @@
|
|||
"@graphql-typed-document-node/core": {
|
||||
"version": "3.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-typed-document-node/core/-/core-3.1.1.tgz",
|
||||
"integrity": "sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==",
|
||||
"requires": {}
|
||||
"integrity": "sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg=="
|
||||
},
|
||||
"@octokit/core": {
|
||||
"version": "4.0.4",
|
||||
|
@ -1611,20 +1606,19 @@
|
|||
}
|
||||
},
|
||||
"@testmo/testmo-cli": {
|
||||
"version": "1.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@testmo/testmo-cli/-/testmo-cli-1.3.0.tgz",
|
||||
"integrity": "sha512-Uif9Hic/V7VPU3iF0ithNYQSAO+YYKkKyrnKw+2TQLfPxS4p5cLLWeLZKnHvrhOFD7MgFHHATnAsLCocqNuBfg==",
|
||||
"version": "1.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@testmo/testmo-cli/-/testmo-cli-1.4.0.tgz",
|
||||
"integrity": "sha512-qYR1DpFVrVZd4oRL1GpM+ssMn1zXfGauXAIdeouYkkIeuSd+K+K+BENz7BCfWqmwOROpbfMlR9H+dGhMkSOl6Q==",
|
||||
"requires": {
|
||||
"@testmo/testmo-api": "^2.0.0",
|
||||
"chalk": "^4.1.0",
|
||||
"cli-progress": "^3.9.0",
|
||||
"chalk": "^4.1.2",
|
||||
"cli-progress": "^3.12.0",
|
||||
"commander": "^8.3.0",
|
||||
"fast-xml-parser": "^3.19.0",
|
||||
"glob": "^7.1.6",
|
||||
"he": "^1.2.0",
|
||||
"fast-xml-parser": "^4.2.4",
|
||||
"glob": "^7.2.3",
|
||||
"lodash": "^4.17.21",
|
||||
"mime-types": "^2.1.35",
|
||||
"validator": "^13.5.2"
|
||||
"validator": "^13.9.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"commander": {
|
||||
|
@ -1883,11 +1877,11 @@
|
|||
"integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA=="
|
||||
},
|
||||
"fast-xml-parser": {
|
||||
"version": "3.21.1",
|
||||
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.21.1.tgz",
|
||||
"integrity": "sha512-FTFVjYoBOZTJekiUsawGsSYV9QL0A+zDYCRj7y34IO6Jg+2IMYEtQa+bbictpdpV8dHxXywqU7C0gRDEOFtBFg==",
|
||||
"version": "4.2.7",
|
||||
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.7.tgz",
|
||||
"integrity": "sha512-J8r6BriSLO1uj2miOk1NW0YVm8AGOOu3Si2HQp/cSmo6EA4m3fcwu2WKjJ4RK9wMLBtg69y1kS8baDiQBR41Ig==",
|
||||
"requires": {
|
||||
"strnum": "^1.0.4"
|
||||
"strnum": "^1.0.5"
|
||||
}
|
||||
},
|
||||
"file-uri-to-path": {
|
||||
|
@ -2044,11 +2038,6 @@
|
|||
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
|
||||
"integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A=="
|
||||
},
|
||||
"he": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
|
||||
"integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw=="
|
||||
},
|
||||
"hexoid": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/hexoid/-/hexoid-1.0.0.tgz",
|
||||
|
|
2
.github/workflows/package.json
vendored
2
.github/workflows/package.json
vendored
|
@ -5,7 +5,7 @@
|
|||
"dependencies": {
|
||||
"@actions/core": "^1.9.1",
|
||||
"@octokit/core": "^4.0.4",
|
||||
"@testmo/testmo-cli": "^1.3.0",
|
||||
"@testmo/testmo-cli": "^1.4.0",
|
||||
"commander": "^9.4.0",
|
||||
"graphql": "^16.6.0",
|
||||
"graphql-request": "^5.0.0",
|
||||
|
|
Loading…
Reference in a new issue