diff --git a/package-lock.json b/package-lock.json index ed7630ca..8143db47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@nextcloud/vite-config": "^2.5.2", "@types/node": "^24.10.13", "@vitest/coverage-istanbul": "^4.0.18", - "fast-xml-parser": "^5.3.4", + "fast-xml-parser": "^5.3.5", "jsdom": "^27.4.0", "tslib": "^2.8.1", "typedoc": "^0.28.17", @@ -6081,9 +6081,9 @@ "license": "BSD-3-Clause" }, "node_modules/fast-xml-parser": { - "version": "5.3.4", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.4.tgz", - "integrity": "sha512-EFd6afGmXlCx8H8WTZHhAoDaWaGyuIBoZJ2mknrNxug+aZKjkp0a0dlars9Izl+jF+7Gu1/5f/2h68cQpe0IiA==", + "version": "5.3.5", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.5.tgz", + "integrity": "sha512-JeaA2Vm9ffQKp9VjvfzObuMCjUYAp5WDYhRYL5LrBPY/jUDlUtOvDfot0vKSkB9tuX885BDHjtw4fZadD95wnA==", "funding": [ { "type": "github", @@ -6092,7 +6092,7 @@ ], "license": "MIT", "dependencies": { - "strnum": "^2.1.0" + "strnum": "^2.1.2" }, "bin": { "fxparser": "src/cli/cli.js" @@ -9357,9 +9357,9 @@ } }, "node_modules/strnum": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.1.tgz", - "integrity": "sha512-7ZvoFTiCnGxBtDqJ//Cu6fWtZtc7Y3x+QOirG15wztbdngGSkht27o2pyGWrVy0b4WAy3jbKmnoK6g5VlVNUUw==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz", + "integrity": "sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index bc9876bb..46a198bb 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@nextcloud/vite-config": "^2.5.2", "@types/node": "^24.10.13", "@vitest/coverage-istanbul": "^4.0.18", - "fast-xml-parser": "^5.3.4", + "fast-xml-parser": "^5.3.5", "jsdom": "^27.4.0", "tslib": "^2.8.1", "typedoc": "^0.28.17",