diff --git a/developer/src/common/web/utils/package.json b/developer/src/common/web/utils/package.json index a56fdc386a..4bceb5d6e4 100644 --- a/developer/src/common/web/utils/package.json +++ b/developer/src/common/web/utils/package.json @@ -12,7 +12,7 @@ "@keymanapp/common-types": "*", "@sentry/node": "^7.57.0", "eventemitter3": "^5.0.0", - "fast-xml-parser": "github:srl295/fast-xml-parser#line-number-593bis", + "fast-xml-parser": "github:NaturalIntelligence/fast-xml-parser#metadata", "path-browserify": "^1.0.1", "restructure": "^3.0.1", "sax": ">=0.6.0", diff --git a/package-lock.json b/package-lock.json index 10a5e5d9d6..05ed59e500 100644 --- a/package-lock.json +++ b/package-lock.json @@ -342,7 +342,7 @@ "@keymanapp/common-types": "*", "@sentry/node": "^7.57.0", "eventemitter3": "^5.0.0", - "fast-xml-parser": "github:srl295/fast-xml-parser#line-number-593bis", + "fast-xml-parser": "github:NaturalIntelligence/fast-xml-parser#metadata", "path-browserify": "^1.0.1", "restructure": "^3.0.1", "sax": ">=0.6.0", @@ -9094,15 +9094,14 @@ "dev": true }, "node_modules/fast-xml-parser": { - "version": "5.0.9", - "resolved": "git+ssh://git@github.com/srl295/fast-xml-parser.git#985271d7c731a6777456c362849d106073feaddd", + "version": "5.1.0", + "resolved": "git+ssh://git@github.com/NaturalIntelligence/fast-xml-parser.git#ab8d40a3077f109f34d02d05653146b8621bd255", "funding": [ { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" } ], - "license": "MIT", "dependencies": { "strnum": "^2.0.5" },