diff --git a/package-lock.json b/package-lock.json index 738b9f80..ae03a0ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "qpp-measures-data", - "version": "v8.9.0", + "version": "v8.12.0", "license": "MIT", "dependencies": { "@types/fs-extra": "^11.0.4", @@ -14,7 +14,7 @@ "app-root-path": "^3.1.0", "fs-extra": "^11.2.0", "lodash": "^4.17.21", - "papaparse": "^5.4.1", + "papaparse": "^5.5.0", "xregexp": "^5.1.1", "yaml": "^2.6.1" }, @@ -6194,9 +6194,10 @@ } }, "node_modules/papaparse": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.4.1.tgz", - "integrity": "sha512-HipMsgJkZu8br23pW15uvo6sib6wne/4woLZPlFf3rpDyMe9ywEXUsuD7+6K9PRkJlVT51j/sCOYDKGGS3ZJrw==" + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.5.0.tgz", + "integrity": "sha512-rlVJyYL5QMvue8f/RNGpchWAiTc42GzJD/dqD/YgxJxmQ7TWQh5/7aN3p/aqxkYTRl/BkODi6Qsau1r2bt42JQ==", + "license": "MIT" }, "node_modules/parent-module": { "version": "1.0.1", diff --git a/package.json b/package.json index 4269c48b..22d3132a 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "app-root-path": "^3.1.0", "fs-extra": "^11.2.0", "lodash": "^4.17.21", - "papaparse": "^5.4.1", + "papaparse": "^5.5.0", "xregexp": "^5.1.1", "yaml": "^2.6.1" },