Skip to content

Commit f834631

Browse files
dependabot[bot]laurent-yoti
authored andcommitted
Bump body-parser, path-to-regexp and express in /examples
Updates `body-parser` from 1.20.0 to 1.20.3. - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](expressjs/body-parser@1.20.0...1.20.3) Updates `path-to-regexp` from 0.1.7 to 0.1.10 - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md) - [Commits](pillarjs/path-to-regexp@v0.1.7...v0.1.10) Updates `express` from 4.19.2 to 4.21.0 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md) - [Commits](expressjs/express@4.19.2...4.21.0) --- updated-dependencies: - dependency-name: body-parser dependency-type: direct:production - dependency-name: path-to-regexp dependency-type: indirect - dependency-name: express dependency-type: direct:production ...
1 parent 4238324 commit f834631

File tree

10 files changed

+1686
-1155
lines changed

10 files changed

+1686
-1155
lines changed

examples/digital-identity/package-lock.json

Lines changed: 332 additions & 239 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/digital-identity/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"lint": "node_modules/.bin/eslint *.js"
1414
},
1515
"dependencies": {
16-
"body-parser": "1.20.0",
16+
"body-parser": "1.20.3",
1717
"dotenv": "16.0.2",
1818
"ejs": "3.1.10",
19-
"express": "4.19.2",
19+
"express": "4.21.0",
2020
"yoti": "file:../.."
2121
},
2222
"devDependencies": {

0 commit comments

Comments
 (0)