diff --git a/package-lock.json b/package-lock.json index 6eab2da1e..764f1da9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,8 +30,8 @@ "@emotion/styled": "11.6.0", "@ezs/analytics": "2.3.2", "@ezs/basics": "2.7.1", - "@ezs/conditor": "2.12.1", - "@ezs/core": "3.10.2", + "@ezs/conditor": "2.12.2", + "@ezs/core": "3.10.3", "@ezs/istex": "1.5.9", "@ezs/lodex": "file:./packages/ezsLodex", "@ezs/sparql": "1.2.3", @@ -3314,16 +3314,16 @@ "license": "ISC" }, "node_modules/@ezs/conditor": { - "version": "2.12.1", - "resolved": "https://registry.npmjs.org/@ezs/conditor/-/conditor-2.12.1.tgz", - "integrity": "sha512-w8DfrvSOojyE1f4FPMykgdA0yaecu4QagPwLtHsW1VS0WNeuTn4fPiqtV4yBFYGcFl/W3OpkkFDT/sqC0bIrcQ==", + "version": "2.12.2", + "resolved": "https://registry.npmjs.org/@ezs/conditor/-/conditor-2.12.2.tgz", + "integrity": "sha512-F0dCIG4SpxwyEdfamcypDpSWN3e3/jQNaI/Q7SN+O7yutw1eIP4eEhl2dJh5xGWD2DOrnwvMUWTg8KK1NSeXWQ==", "dependencies": { "async-each-series": "^1.1.0", "async-retry": "1.3.3", "csv-string": "3.2.0", "debug": "4.3.3", "dotenv": "8.2.0", - "fast-xml-parser": "4.2.5", + "fast-xml-parser": "4.4.1", "fetch-with-proxy": "3.0.1", "isomorphic-fetch": "2.2.1", "lodash": "4.17.21", @@ -3359,6 +3359,27 @@ } } }, + "node_modules/@ezs/conditor/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==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + }, + { + "type": "paypal", + "url": "https://paypal.me/naturalintelligence" + } + ], + "dependencies": { + "strnum": "^1.0.5" + }, + "bin": { + "fxparser": "src/cli/cli.js" + } + }, "node_modules/@ezs/conditor/node_modules/fetch-with-proxy": { "version": "3.0.1", "license": "MIT", @@ -3421,9 +3442,9 @@ } }, "node_modules/@ezs/core": { - "version": "3.10.2", - "resolved": "https://registry.npmjs.org/@ezs/core/-/core-3.10.2.tgz", - "integrity": "sha512-wqdbTtYz+SQEz4IYMOL/+NusKPY/IGp3d97Otiy+Ts8LAsAXcRc+OmXSpCq+lI4f8j8y1DR/1FckZDSxzhBnkQ==", + "version": "3.10.3", + "resolved": "https://registry.npmjs.org/@ezs/core/-/core-3.10.3.tgz", + "integrity": "sha512-0YpXZZfV0WEr26+mFmBpXScfvr5/DKpf2/1rJP9Vzleing2OJYkAyxep8wzgh+NEp+fZbkdXsXHaCKVyG3Q2AA==", "dependencies": { "app-module-path": "2.2.0", "autocast": "0.0.4", @@ -15330,6 +15351,7 @@ } ], "license": "MIT", + "optional": true, "dependencies": { "strnum": "^1.0.5" }, diff --git a/package.json b/package.json index 1829685ab..ab92506d3 100644 --- a/package.json +++ b/package.json @@ -76,8 +76,8 @@ "@emotion/styled": "11.6.0", "@ezs/analytics": "2.3.2", "@ezs/basics": "2.7.1", - "@ezs/conditor": "2.12.1", - "@ezs/core": "3.10.2", + "@ezs/conditor": "2.12.2", + "@ezs/core": "3.10.3", "@ezs/istex": "1.5.9", "@ezs/lodex": "file:./packages/ezsLodex", "@ezs/sparql": "1.2.3",