mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
596b80bd71
Snyk has created this PR to upgrade typeorm from 0.3.19 to 0.3.20. See this package in npm: https://www.npmjs.com/package/typeorm See this project in Snyk: https://app.snyk.io/org/oneuptime-RsC2nshvQ2Vnr35jHvMnMP/project/95df775c-d36f-4060-828c-d0ddc8c9f28e?utm_source=github&utm_medium=referral&page=upgrade-pr
25 lines
639 B
JSON
25 lines
639 B
JSON
{
|
|
"name": "model",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"Common": "file:../Common",
|
|
"typeorm": "^0.3.20"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^27.4.1",
|
|
"@types/node": "^17.0.22",
|
|
"jest": "^27.5.1",
|
|
"ts-jest": "^27.1.4"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
} |