Update analytics dependencies

This commit is contained in:
Jocelyn Badgley 2023-05-20 10:48:03 -07:00
parent a10e3622bc
commit d287bd0398
No known key found for this signature in database
GPG Key ID: 909059F0FFF842D8
2 changed files with 1359 additions and 1166 deletions

File diff suppressed because it is too large Load Diff

View File

@ -7,22 +7,22 @@
"start": "node index.js", "start": "node index.js",
"sync": "aws s3 sync s3://gdbible-analytics/RAW ./RAW", "sync": "aws s3 sync s3://gdbible-analytics/RAW ./RAW",
"empty": "aws s3 rm s3://gdbible-analytics/RAW --recursive", "empty": "aws s3 rm s3://gdbible-analytics/RAW --recursive",
"combine": "find RAW_ -name '*.gz' -exec cat '{}' ';' > combined.log" "combine": "find RAW -name '*.gz' -exec cat '{}' ';' > combined.log"
}, },
"author": "Jocelyn Badgley <joc@twipped.com> (http://twipped.com/)", "author": "Jocelyn Badgley <joc@twipped.com> (http://twipped.com/)",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"cloudfront-log-parser": "~1.1.0", "cloudfront-log-parser": "~1.2.0",
"date-fns": "~2.9.0", "date-fns": "~2.30.0",
"glob-stream": "~6.1.0", "glob-stream": "~8.0.0",
"named-placeholders": "~1.1.2", "named-placeholders": "~1.1.3",
"readable-stream": "~3.6.0", "readable-stream": "~4.4.0",
"split2": "~3.2.2", "split2": "~4.2.0",
"sqlite": "~4.0.19", "sqlite": "~4.2.0",
"sqlite3": "~5.0.2", "sqlite3": "~5.1.6",
"stream-chain": "~2.2.4", "stream-chain": "~2.2.5",
"through2": "~4.0.2", "through2": "~4.0.2",
"ua-parser-js": "~0.7.21" "ua-parser-js": "~1.0.35"
}, },
"engines": { "engines": {
"node": ">=12.14.0" "node": ">=12.14.0"