Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 23, 2022
1 parent 4401f4e commit 474a6f3
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 100 deletions.
110 changes: 55 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

90 changes: 45 additions & 45 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,50 +68,50 @@
"typeorm": "^0.3.7"
},
"devDependencies": {
"@babel/cli": "^7.18.9",
"@babel/core": "^7.18.9",
"@babel/node": "^7.18.9",
"@babel/plugin-proposal-decorators": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@babel/preset-typescript": "^7.18.6",
"@types/aws-lambda": "^8.10.101",
"@types/bcryptjs": "^2.4.2",
"@types/chai": "^4.2.21",
"@types/compression": "^1.7.1",
"@types/cors": "^2.8.12",
"@types/ejs": "^3.1.0",
"@types/express": "^4.17.13",
"@types/helmet": "^4.0.0",
"@types/jsonwebtoken": "^8.5.8",
"@types/mocha": "^9.0.0",
"@types/node": "^18.0.6",
"@types/supertest": "^2.0.11",
"@types/validator": "^13.7.4",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"aws-lambda": "^1.0.7",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"chai": "^4.3.4",
"commitizen": "^4.2.5",
"commitizen-emoji": "^1.0.5",
"cross-env": "^7.0.3",
"cross-var": "^1.1.0",
"eslint": "^8.20.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.0",
"lint-staged": "^13.0.3",
"mocha": "^9.1.1",
"nodemon": "^2.0.12",
"prettier": "^2.7.1",
"supertest": "^6.1.6",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"tsconfig-paths": "^4.0.0",
"typescript": "^4.7.4"
"@babel/cli": "7.18.9",
"@babel/core": "7.18.9",
"@babel/node": "7.18.9",
"@babel/plugin-proposal-decorators": "7.18.9",
"@babel/preset-env": "7.18.9",
"@babel/preset-typescript": "7.18.6",
"@types/aws-lambda": "8.10.101",
"@types/bcryptjs": "2.4.2",
"@types/chai": "4.2.21",
"@types/compression": "1.7.1",
"@types/cors": "2.8.12",
"@types/ejs": "3.1.0",
"@types/express": "4.17.13",
"@types/helmet": "4.0.0",
"@types/jsonwebtoken": "8.5.8",
"@types/mocha": "9.0.0",
"@types/node": "18.0.6",
"@types/supertest": "2.0.11",
"@types/validator": "13.7.4",
"@typescript-eslint/eslint-plugin": "5.30.7",
"@typescript-eslint/parser": "5.30.7",
"aws-lambda": "1.0.7",
"babel-plugin-module-resolver": "4.1.0",
"babel-plugin-transform-typescript-metadata": "0.3.2",
"chai": "4.3.4",
"commitizen": "4.2.5",
"commitizen-emoji": "1.0.5",
"cross-env": "7.0.3",
"cross-var": "1.1.0",
"eslint": "8.20.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.2.1",
"husky": "8.0.1",
"lint-staged": "13.0.3",
"mocha": "9.2.1",
"nodemon": "2.0.12",
"prettier": "2.7.1",
"supertest": "6.1.6",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"tsconfig-paths": "4.0.0",
"typescript": "4.7.4"
}
}

0 comments on commit 474a6f3

Please sign in to comment.