Skip to content

Commit

Permalink
Upgrade dependencies (#469)
Browse files Browse the repository at this point in the history
* Upgrade deps

* Deps backend
  • Loading branch information
antoinejaussoin committed Feb 22, 2023
1 parent 744d314 commit 9fe344c
Show file tree
Hide file tree
Showing 18 changed files with 1,092 additions and 1,382 deletions.
35 changes: 17 additions & 18 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,34 +21,34 @@
"copy-templates": "copyfiles -u 0 src/**/*.html dist/"
},
"dependencies": {
"@passport-js/passport-twitter": "1.0.7",
"@passport-js/passport-twitter": "1.0.8",
"@sendgrid/mail": "7.7.0",
"@sentry/node": "7.28.1",
"@sentry/node": "7.36.0",
"@types/bcryptjs": "2.4.2",
"@types/connect-redis": "0.0.19",
"@types/crypto-js": "^4.1.1",
"@types/express": "4.17.14",
"@types/express-mung": "0.5.2",
"@types/express-rate-limit": "6.0.0",
"@types/express-session": "1.17.4",
"@types/jest": "29.2.4",
"@types/jest": "29.4.0",
"@types/lodash": "4.14.191",
"@types/lodash-es": "^4.17.6",
"@types/node": "18.11.9",
"@types/node": "18.11.19",
"@types/node-fetch": "2.6.2",
"@types/nodemailer": "6.4.7",
"@types/passport": "1.0.11",
"@types/passport-github2": "1.2.5",
"@types/passport-google-oauth20": "2.0.11",
"@types/passport-local": "1.0.34",
"@types/passport-microsoft": "0.0.0",
"@types/passport-microsoft": "1.0.0",
"@types/passport-twitter": "1.0.37",
"@types/request": "^2.48.8",
"@types/shortid": "0.0.29",
"@types/socket.io-redis": "3.0.0",
"@types/uuid": "9.0.0",
"@typescript-eslint/eslint-plugin": "5.47.1",
"@typescript-eslint/parser": "5.47.1",
"@typescript-eslint/eslint-plugin": "5.50.0",
"@typescript-eslint/parser": "5.50.0",
"bcryptjs": "2.4.3",
"chalk": "5.2.0",
"chalk-template": "^0.5.0",
Expand All @@ -57,22 +57,22 @@
"crypto-js": "4.1.1",
"date-fns": "2.29.3",
"dotenv": "16.0.3",
"eslint": "8.30.0",
"eslint-config-prettier": "8.5.0",
"eslint": "8.33.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-prettier": "4.2.1",
"express": "4.18.2",
"express-mung": "0.5.1",
"express-rate-limit": "6.7.0",
"express-session": "1.17.2",
"freemail": "1.7.0",
"handlebars": "4.7.7",
"jest": "29.3.1",
"jest": "29.4.1",
"lexorank": "1.0.5",
"lodash": "4.17.21",
"lodash-es": "^4.17.21",
"moment": "2.29.4",
"node-fetch": "3.3.0",
"nodemailer": "6.8.0",
"nodemailer": "6.9.1",
"nodemon": "2.0.20",
"passport": "0.5.0",
"passport-github2": "0.1.12",
Expand All @@ -81,22 +81,21 @@
"passport-microsoft": "1.0.0",
"passport-okta-oauth20": "1.1.0",
"passport-slack-oauth2": "1.1.1",
"pg": "8.8.0",
"prettier": "2.8.1",
"pg": "8.9.0",
"prettier": "2.8.3",
"rate-limiter-flexible": "2.4.1",
"redis": "3.1.2",
"request": "^2.88.2",
"rimraf": "3.0.2",
"rimraf": "4.1.2",
"scripty": "^2.1.1",
"shortid": "2.2.16",
"socket.io": "4.5.4",
"socket.io-redis": "6.1.1",
"stripe": "11.5.0",
"ts-jest": "29.0.3",
"stripe": "11.9.1",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"typeorm": "0.3.11",
"typeorm-naming-strategies": "4.1.0",
"typescript": "4.9.4",
"typescript": "4.9.5",
"uuid": "9.0.0"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 9fe344c

Please sign in to comment.