diff --git a/package-lock.json b/package-lock.json index 1ca5170..90d10ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "antlr4": "4.8.0", "async": "3.2.6", "cassandra-driver": "4.3.1", - "fast-xml-parser": "5.3.4", + "fast-xml-parser": "5.3.7", "jks-js": "1.1.5", "lodash": "4.17.23" }, @@ -1605,9 +1605,9 @@ } }, "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.7", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.7.tgz", + "integrity": "sha512-JzVLro9NQv92pOM/jTCR6mHlJh2FGwtomH8ZQjhFj/R29P2Fnj38OgPJVtcvYw6SuKClhgYuwUZf5b3rd8u2mA==", "funding": [ { "type": "github", @@ -1616,7 +1616,7 @@ ], "license": "MIT", "dependencies": { - "strnum": "^2.1.0" + "strnum": "^2.1.2" }, "bin": { "fxparser": "src/cli/cli.js" diff --git a/package.json b/package.json index 56e501d..fb09ee0 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "antlr4": "4.8.0", "async": "3.2.6", "cassandra-driver": "4.3.1", - "fast-xml-parser": "5.3.4", + "fast-xml-parser": "5.3.7", "jks-js": "1.1.5", "lodash": "4.17.23" }, @@ -64,19 +64,20 @@ }, "devDependencies": { "@hackolade/hck-esbuild-plugins-pack": "0.0.1", + "@ianvs/prettier-plugin-sort-imports": "4.7.1", "esbuild": "0.27.3", "esbuild-node-externals": "1.20.1", "esbuild-plugin-clean": "1.0.1", "esbuild-plugin-copy": "2.1.1", "lint-staged": "16.2.7", - "patch-package": "8.0.1", - "prettier": "3.8.1", - "simple-git-hooks": "2.13.1", "oxlint": "1.38.0", "oxlint-tsgolint": "0.10.1", - "@ianvs/prettier-plugin-sort-imports": "4.7.1" + "patch-package": "8.0.1", + "prettier": "3.8.1", + "simple-git-hooks": "2.13.1" }, "overrides": { + "fast-xml-parser": "$fast-xml-parser", "minimatch": "10.2.1" } }