mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 07:10:53 +00:00
d6b1edb8cb
Snyk has created this PR to upgrade posthog-js from 1.128.1 to 1.128.3. See this package in npm: https://www.npmjs.com/package/posthog-js See this project in Snyk: https://app.snyk.io/org/oneuptime-RsC2nshvQ2Vnr35jHvMnMP/project/f6446ec8-d441-487e-b58f-38373430e213?utm_source=github&utm_medium=referral&page=upgrade-pr
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"name": "@oneuptime/common",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "jest --detectOpenHandles",
|
|
"coverage": "jest --detectOpenHandles --coverage",
|
|
"compile": "tsc",
|
|
"clear-modules": "rm -rf node_modules && rm package-lock.json && npm install",
|
|
"dep-check": "npm install -g depcheck && depcheck ./ --skip-missing=true"
|
|
},
|
|
"author": "OneUptime <hello@oneuptime.com> (https://oneuptime.com/)",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"@faker-js/faker": "^8.0.2",
|
|
"@types/jest": "^27.5.2",
|
|
"@types/node": "^17.0.22",
|
|
"jest": "^27.5.1",
|
|
"ts-jest": "^27.1.4"
|
|
},
|
|
"dependencies": {
|
|
"@types/crypto-js": "^4.2.2",
|
|
"@types/uuid": "^8.3.4",
|
|
"axios": "^1.6.8",
|
|
"crypto-js": "^4.1.1",
|
|
"json5": "^2.2.3",
|
|
"moment": "^2.30.1",
|
|
"moment-timezone": "^0.5.45",
|
|
"posthog-js": "^1.128.3",
|
|
"reflect-metadata": "^0.2.2",
|
|
"slugify": "^1.6.5",
|
|
"typeorm": "^0.3.20",
|
|
"uuid": "^8.3.2"
|
|
}
|
|
} |