Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit e292ad9

Browse files
Bump path-to-regexp and express in /examples/hosted-wallet-ts
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) to 0.1.12 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `path-to-regexp` from 0.1.10 to 0.1.12 - [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.10...v0.1.12) Updates `express` from 4.21.1 to 4.21.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md) - [Commits](expressjs/express@4.21.1...4.21.2) --- updated-dependencies: - dependency-name: path-to-regexp dependency-type: indirect - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c3d4985 commit e292ad9

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

examples/hosted-wallet-ts/package-lock.json

+14-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/hosted-wallet-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"axios": "^1.7.7",
2121
"dotenv": "^16.4.5",
22-
"express": "^4.21.1",
22+
"express": "^4.21.2",
2323
"tbdex": "file:../../bound/typescript"
2424
}
2525
}

0 commit comments

Comments
 (0)