Skip to content

Commit 6659e38

Browse files
chore(deps): bump fast-xml-parser from 4.5.3 to 5.3.4 (#2656)
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.5.3 to 5.3.4. - [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/commits/v5.3.4) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.3.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aa292e9 commit 6659e38

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"@rnx-kit/tools-react-native": "^2.1.0",
9191
"ajv": "^8.0.0",
9292
"cliui": "^8.0.0",
93-
"fast-xml-parser": "^4.0.0",
93+
"fast-xml-parser": "^5.3.4",
9494
"prompts": "^2.4.0",
9595
"semver": "^7.3.5",
9696
"uuid": "^11.0.0"

packages/app/scripts/types.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import type { XmlBuilderOptions } from "fast-xml-parser";
2-
31
export type JSONValue =
42
| string
53
| number
@@ -147,10 +145,12 @@ export type ProjectConfiguration = {
147145
resources?: string[];
148146
};
149147

150-
export type XmlOptions = Pick<
151-
Required<XmlBuilderOptions>,
152-
"attributeNamePrefix" | "ignoreAttributes" | "format" | "indentBy"
153-
>;
148+
export type XmlOptions = {
149+
attributeNamePrefix: string;
150+
ignoreAttributes: boolean;
151+
format: boolean;
152+
indentBy: string;
153+
};
154154

155155
/*****************
156156
* parseargs.mjs *

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8045,14 +8045,14 @@ __metadata:
80458045
languageName: node
80468046
linkType: hard
80478047

8048-
"fast-xml-parser@npm:^5.0.8":
8049-
version: 5.2.5
8050-
resolution: "fast-xml-parser@npm:5.2.5"
8048+
"fast-xml-parser@npm:^5.0.8, fast-xml-parser@npm:^5.3.4":
8049+
version: 5.3.4
8050+
resolution: "fast-xml-parser@npm:5.3.4"
80518051
dependencies:
80528052
strnum: "npm:^2.1.0"
80538053
bin:
80548054
fxparser: src/cli/cli.js
8055-
checksum: 10c0/d1057d2e790c327ccfc42b872b91786a4912a152d44f9507bf053f800102dfb07ece3da0a86b33ff6a0caa5a5cad86da3326744f6ae5efb0c6c571d754fe48cd
8055+
checksum: 10c0/d77866ca860ad185153e12f6ba12274d32026319ad8064e4681342b8a8e1ffad3f1f98daf04d77239fb12eb1d906ee7185fd328deda74529680e8dae0f3e9327
80568056
languageName: node
80578057
linkType: hard
80588058

@@ -12353,7 +12353,7 @@ __metadata:
1235312353
cliui: "npm:^8.0.0"
1235412354
eslint: "npm:^9.12.0"
1235512355
eslint-plugin-wdio: "npm:^9.0.0"
12356-
fast-xml-parser: "npm:^4.0.0"
12356+
fast-xml-parser: "npm:^5.3.4"
1235712357
js-yaml: "npm:^4.1.0"
1235812358
memfs: "npm:^4.0.0"
1235912359
minimatch: "npm:^9.0.0"

0 commit comments

Comments
 (0)