diff --git a/package-lock.json b/package-lock.json index 4fe6bd514aaf..2dfc6db6772d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "eslint-plugin-import-x": "4.1.1", "eslint-plugin-unused-imports": "4.1.3", "execa": "9.3.1", - "fast-xml-parser": "4.4.1", + "fast-xml-parser": "4.5.0", "glob": "10.4.2", "globals": "15.9.0", "isbinaryfile": "5.0.2", @@ -5978,9 +5978,9 @@ "license": "MIT" }, "node_modules/fast-xml-parser": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz", - "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.0.tgz", + "integrity": "sha512-/PlTQCI96+fZMAOLMZK4CWG1ItCbfZ/0jx7UIJFChPNrx7tcEgerUgWbeieCM9MfHInUDyK8DWYZ+YrywDJuTg==", "funding": [ { "type": "github", @@ -5991,7 +5991,6 @@ "url": "https://paypal.me/naturalintelligence" } ], - "license": "MIT", "dependencies": { "strnum": "^1.0.5" }, diff --git a/package.json b/package.json index 6e7e42e70937..0d83838cae41 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ "eslint-plugin-import-x": "4.1.1", "eslint-plugin-unused-imports": "4.1.3", "execa": "9.3.1", - "fast-xml-parser": "4.4.1", + "fast-xml-parser": "4.5.0", "glob": "10.4.2", "globals": "15.9.0", "isbinaryfile": "5.0.2",