Skip to content

Commit 7423fb9

Browse files
chore(deps): bump fast-xml-parser from 5.5.3 to 5.5.5 (#6415)
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.5.3 to 5.5.5. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](NaturalIntelligence/fast-xml-parser@v5.5.3...v5.5.5) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.5.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 954ad14 commit 7423fb9

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

packages/generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@sap-cloud-sdk/odata-v4": "^4.5.1",
5050
"@sap-cloud-sdk/util": "^4.5.1",
5151
"@types/fs-extra": "^11.0.4",
52-
"fast-xml-parser": "^5.5.3",
52+
"fast-xml-parser": "^5.5.5",
5353
"fs-extra": "^11.3.4",
5454
"ts-morph": "^27.0.2",
5555
"typescript": "~5.9.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4673,19 +4673,19 @@ fast-uri@^3.0.1:
46734673
resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.6.tgz#88f130b77cfaea2378d56bf970dea21257a68748"
46744674
integrity sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==
46754675

4676-
fast-xml-builder@^1.1.2:
4677-
version "1.1.3"
4678-
resolved "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.3.tgz#283579acba94aecf998a7e1339bc7e037195abc1"
4679-
integrity sha512-1o60KoFw2+LWKQu3IdcfcFlGTW4dpqEWmjhYec6H82AYZU2TVBXep6tMl8Z1Y+wM+ZrzCwe3BZ9Vyd9N2rIvmg==
4676+
fast-xml-builder@^1.1.3:
4677+
version "1.1.4"
4678+
resolved "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz#0c407a1d9d5996336c0cd76f7ff785cac6413017"
4679+
integrity sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==
46804680
dependencies:
46814681
path-expression-matcher "^1.1.3"
46824682

4683-
fast-xml-parser@^5.5.3:
4684-
version "5.5.3"
4685-
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.3.tgz#2166aef8ae1d3d9d0f1659f42882b5c5b93be7fb"
4686-
integrity sha512-Ymnuefk6VzAhT3SxLzVUw+nMio/wB1NGypHkgetwtXcK1JfryaHk4DWQFGVwQ9XgzyS5iRZ7C2ZGI4AMsdMZ6A==
4683+
fast-xml-parser@^5.5.5:
4684+
version "5.5.5"
4685+
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.5.tgz#cadbcb992d6ac3f7e643d459506a8e1dd8adf5f2"
4686+
integrity sha512-NLY+V5NNbdmiEszx9n14mZBseJTC50bRq1VHsaxOmR72JDuZt+5J1Co+dC/4JPnyq+WrIHNM69r0sqf7BMb3Mg==
46874687
dependencies:
4688-
fast-xml-builder "^1.1.2"
4688+
fast-xml-builder "^1.1.3"
46894689
path-expression-matcher "^1.1.3"
46904690
strnum "^2.1.2"
46914691

0 commit comments

Comments
 (0)