Skip to content

Commit

Permalink
Merge pull request #5 from victorsoares96/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
Pin dependencies
  • Loading branch information
victorsoares96 authored Sep 4, 2022
2 parents 58386fa + c85be50 commit bee424c
Show file tree
Hide file tree
Showing 2 changed files with 1,019 additions and 536 deletions.
129 changes: 64 additions & 65 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,72 +49,71 @@
},
"license": "Apache-2.0",
"dependencies": {
"@vendia/serverless-express": "^4.3.10",
"axios": "^0.27.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.17.1",
"celebrate": "^15.0.1",
"class-validator": "^0.13.2",
"compression": "^1.6.2",
"cors": "^2.8.3",
"dotenv": "^16.0.1",
"ejs": "^3.1.6",
"escape-html": "^1.0.3",
"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"jsonwebtoken": "^8.5.1",
"mysql2": "^2.3.3",
"reflect-metadata": "^0.1.13",
"source-map-support": "^0.5.19",
"tslib": "^2.3.1",
"typeorm": "^0.3.7"
"@vendia/serverless-express": "4.3.10",
"axios": "0.27.2",
"bcryptjs": "2.4.3",
"body-parser": "1.17.1",
"celebrate": "15.0.1",
"class-validator": "0.13.2",
"compression": "1.6.2",
"cors": "2.8.3",
"dotenv": "16.0.1",
"ejs": "3.1.6",
"escape-html": "1.0.3",
"express": "4.17.1",
"express-async-errors": "3.1.1",
"jsonwebtoken": "8.5.1",
"mysql2": "2.3.3",
"reflect-metadata": "0.1.13",
"source-map-support": "0.5.19",
"tslib": "2.3.1",
"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/escape-html": "^1.0.2",
"@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/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",
"@types/escape-html": "1.0.2"
}
}
Loading

0 comments on commit bee424c

Please sign in to comment.