summaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-05-13 03:28:02 +0300
committerLauri Ojansivu <x@xet7.org>2020-05-13 03:28:02 +0300
commit851bfa53e684a6b9d8685bea01701af78549f0d2 (patch)
tree277243481c3c1a38324638f5684f4ee75b6e50d6 /package-lock.json
parentba01ebe05d80cb468c22f9d780855af1cf14124a (diff)
parenta570c4a86157ce4b60e056a4f0583ebc0fe009cf (diff)
downloadwekan-851bfa53e684a6b9d8685bea01701af78549f0d2.tar.gz
wekan-851bfa53e684a6b9d8685bea01701af78549f0d2.tar.bz2
wekan-851bfa53e684a6b9d8685bea01701af78549f0d2.zip
Merge branch 'add-more-import-export-options' of https://github.com/brymut/wekan into brymut-add-more-import-export-options
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index 61c32c66..93ab5e39 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1033,6 +1033,11 @@
"resolved": "https://registry.npmjs.org/cssfilter/-/cssfilter-0.0.10.tgz",
"integrity": "sha1-xtJnJjKi5cg+AT5oZKQs6N79IK4="
},
+ "csv-stringify": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-5.5.0.tgz",
+ "integrity": "sha512-G05575DSO/9vFzQxZN+Srh30cNyHk0SM0ePyiTChMD5WVt7GMTVPBQf4rtgMF6mqhNCJUPw4pN8LDe8MF9EYOA=="
+ },
"dashdash": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
@@ -3864,6 +3869,11 @@
"path-to-regexp": "~1.2.1"
}
},
+ "papaparse": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.2.0.tgz",
+ "integrity": "sha512-ylq1wgUSnagU+MKQtNeVqrPhZuMYBvOSL00DHycFTCxownF95gpLAk1HiHdUW77N8yxRq1qHXLdlIPyBSG9NSA=="
+ },
"parent-module": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",