1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 15:39:25 +00:00

Add csv-stringify dependency

This commit is contained in:
2022-04-21 16:14:24 +00:00
parent 483ed5d46f
commit 9cebdd52e2
2 changed files with 12 additions and 0 deletions

11
package-lock.json generated
View File

@@ -10,6 +10,7 @@
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"csv-stringify": "^6.0.5",
"express": "^4.17.3",
"express-handlebars": "^6.0.5",
"express-mysql-session": "^2.1.7",
@@ -3296,6 +3297,11 @@
"integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==",
"dev": true
},
"node_modules/csv-stringify": {
"version": "6.0.5",
"resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.0.5.tgz",
"integrity": "sha512-7xpV3uweJCFF/Ssn56l3xsR/k2r3UqszwjEhej9qEn2cCPzyK1WyHCgoUVzBA792x8HbwonNX7CU9XM2K5s5yw=="
},
"node_modules/d": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz",
@@ -14868,6 +14874,11 @@
}
}
},
"csv-stringify": {
"version": "6.0.5",
"resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.0.5.tgz",
"integrity": "sha512-7xpV3uweJCFF/Ssn56l3xsR/k2r3UqszwjEhej9qEn2cCPzyK1WyHCgoUVzBA792x8HbwonNX7CU9XM2K5s5yw=="
},
"d": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz",

View File

@@ -23,6 +23,7 @@
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"csv-stringify": "^6.0.5",
"express": "^4.17.3",
"express-handlebars": "^6.0.5",
"express-mysql-session": "^2.1.7",