Skip to content

Commit

Permalink
chore(deps-dev): bump the development-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group with 2 updates: [typescript](https://github.com/Microsoft/TypeScript) and [express](https://github.com/expressjs/express).


Updates `typescript` from 5.4.3 to 5.4.5
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.3...v5.4.5)

Updates `express` from 4.19.1 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.19.1...4.19.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: express
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent ba445f4 commit ddf9de2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@typescript-eslint/eslint-plugin": "^5.62.0",
"body-parser": "1.20.2",
"eslint": "^8.54.0",
"express": "4.19.1",
"express": "4.19.2",
"express-session": "1.18.0",
"node-fetch": "2.7.0",
"playwright-decorators": "../",
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dts-bundle-generator": "8.1.2",
"eslint": "8.57.0",
"prettier": "3.2.5",
"typescript": "5.4.3",
"typescript": "5.4.5",
"vite": "4.5.3",
"vite-plugin-cjs-interop": "0.0.8",
"vite-plugin-esmodule": "1.5.0"
Expand Down

0 comments on commit ddf9de2

Please sign in to comment.