diff --git a/package-lock.json b/package-lock.json index 717b41f..eb8255a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "horseman-article-parser", - "version": "1.2.3", + "version": "1.2.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "horseman-article-parser", - "version": "1.2.3", + "version": "1.2.5", "license": "GPL-3.0", "dependencies": { "absolutify": "^0.1.0", @@ -15,7 +15,7 @@ "dictionary-en-gb": "^3.0.0", "dictionary-es": "^4.0.0", "dictionary-fr": "^3.0.0", - "fast-xml-parser": "^4.4.1", + "fast-xml-parser": "^5.3.4", "franc": "^6.1.0", "html-to-text": "^9.0.5", "jquery": "^3.6.0", @@ -3161,9 +3161,9 @@ "license": "MIT" }, "node_modules/fast-xml-parser": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz", - "integrity": "sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==", + "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==", "funding": [ { "type": "github", @@ -3172,7 +3172,7 @@ ], "license": "MIT", "dependencies": { - "strnum": "^1.1.1" + "strnum": "^2.1.0" }, "bin": { "fxparser": "src/cli/cli.js" @@ -6410,9 +6410,9 @@ } }, "node_modules/strnum": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.2.tgz", - "integrity": "sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==", + "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 d54a252..d5f9431 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dictionary-en-gb": "^3.0.0", "dictionary-es": "^4.0.0", "dictionary-fr": "^3.0.0", - "fast-xml-parser": "^4.4.1", + "fast-xml-parser": "^5.3.4", "franc": "^6.1.0", "html-to-text": "^9.0.5", "jquery": "^3.6.0",