Skip to content

Commit f11ed3f

Browse files
chore(deps): bump the npm_and_yarn group across 1 directory with 4 updates
Bumps the npm_and_yarn group with 4 updates in the / directory: [axios](https://github.com/axios/axios), [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken), [passport](https://github.com/jaredhanson/passport) and [sequelize](https://github.com/sequelize/sequelize). Updates `axios` from 0.19.2 to 1.8.2 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v0.19.2...v1.8.2) Updates `jsonwebtoken` from 8.5.1 to 9.0.2 - [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](auth0/node-jsonwebtoken@v8.5.1...v9.0.2) Updates `passport` from 0.4.1 to 0.7.0 - [Changelog](https://github.com/jaredhanson/passport/blob/master/CHANGELOG.md) - [Commits](jaredhanson/passport@v0.4.1...v0.7.0) Updates `sequelize` from 5.22.5 to 6.37.6 - [Release notes](https://github.com/sequelize/sequelize/releases) - [Changelog](https://github.com/sequelize/sequelize/blob/main/CHANGELOG.md) - [Commits](sequelize/sequelize@v5.22.5...v6.37.6) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: jsonwebtoken dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: passport dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: sequelize dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a999b49 commit f11ed3f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"dependencies": {
5353
"@hapi/joi": "16",
54-
"axios": "^0.19.2",
54+
"axios": "^1.8.2",
5555
"bcryptjs": "^2.4.3",
5656
"body-parser": "^1.19.0",
5757
"chalk": "^3.0.0",
@@ -65,18 +65,18 @@
6565
"express-validation": "^3.0.2",
6666
"helmet": "^3.22.0",
6767
"http-status": "^1.4.2",
68-
"jsonwebtoken": "^8.5.1",
68+
"jsonwebtoken": "^9.0.2",
6969
"jwt-simple": "^0.5.6",
7070
"lodash": "^4.17.15",
7171
"method-override": "^3.0.0",
7272
"moment-timezone": "^0.5.28",
7373
"morgan": "^1.10.0",
74-
"passport": "^0.4.1",
74+
"passport": "^0.7.0",
7575
"passport-http-bearer": "^1.0.1",
7676
"passport-jwt": "^4.0.0",
7777
"pg": "^8.0.0",
7878
"pg-hstore": "^2.3.3",
79-
"sequelize": "^5.21.5",
79+
"sequelize": "^6.37.6",
8080
"sha3": "^2.1.1",
8181
"uuid": "^7.0.3"
8282
},

0 commit comments

Comments
 (0)