diff --git a/package-lock.json b/package-lock.json index f47ac6c5..b4b3c5cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "fhir": "^4.11.1", "file-saver": "^2.0.5", "formik": "^2.2.9", - "fqm-execution": "^1.5.0", + "fqm-execution": "1.6.0", "html-react-parser": "^1.4.12", "jszip": "^3.10.1", "lodash": "^4.17.21", @@ -8928,10 +8928,11 @@ "integrity": "sha512-o37j1vZqCoEgBuWWXLHQgTN/KDKe7zwpiY5CPeq2RvUqOyJw9xnrULzZAEVQ5p4h+zjMk7hgtOoPdnLxr7m/jw==" }, "node_modules/elliptic": { - "version": "6.5.7", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.7.tgz", - "integrity": "sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==", + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.6.0.tgz", + "integrity": "sha512-dpwoQcLc/2WLQvJvLRHKZ+f9FgOdjnq11rurqwekGQygGPsYSK29OMMD2WalatiqQ+XGFDglTNixpPfI+lpaAA==", "dev": true, + "license": "MIT", "dependencies": { "bn.js": "^4.11.9", "brorand": "^1.1.0", @@ -10628,9 +10629,10 @@ } }, "node_modules/fqm-execution": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/fqm-execution/-/fqm-execution-1.5.0.tgz", - "integrity": "sha512-duMtVXM9kMXGkdsw12sgEuGpruXnlysEJOjJoJe6RizoQfwSTzNP+vp0glJk5+MLFpd1xgVq1OdABg2z5jDFbw==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/fqm-execution/-/fqm-execution-1.6.0.tgz", + "integrity": "sha512-z7aejBvjENRs7AX8egmvalwnMuXcU0maladFpqVsltzZGBPE72H8pPJzOT8fzFhJUdkYQ1Wo3PdoHeg92aW4/Q==", + "license": "Apache-2.0", "dependencies": { "@types/fhir": "0.0.34", "axios": "^0.21.1", diff --git a/package.json b/package.json index 3563fa08..7c0fa4b3 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "fhir": "^4.11.1", "file-saver": "^2.0.5", "formik": "^2.2.9", - "fqm-execution": "^1.5.0", + "fqm-execution": "1.6.0", "html-react-parser": "^1.4.12", "jszip": "^3.10.1", "lodash": "^4.17.21",