Skip to content

Commit

Permalink
build(npm): bump the minor group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the minor group with 3 updates: [grammy](https://github.com/grammyjs/grammY), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript](https://github.com/Microsoft/TypeScript).


Updates `grammy` from 1.21.1 to 1.22.4
- [Release notes](https://github.com/grammyjs/grammY/releases)
- [Commits](grammyjs/grammY@v1.21.1...v1.22.4)

Updates `@types/node` from 20.11.25 to 20.12.11
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `typescript` from 5.4.2 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.2...v5.4.5)

---
updated-dependencies:
- dependency-name: grammy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 8, 2024
1 parent 787ed1a commit 94021db
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@grammyjs/storage-file": "^2.0.0",
"async-mqtt": "^2.0.0",
"debounce-promise": "^3.1.0",
"grammy": "^1.11.1",
"grammy": "^1.22.4",
"grammy-inline-menu": "^9.0.0",
"json-stable-stringify": "^1.0.1",
"telegraf-middleware-console-time": "^2.1.0",
Expand All @@ -32,8 +32,8 @@
"@sindresorhus/tsconfig": "^5.0.0",
"@types/debounce-promise": "^3.1.3",
"@types/json-stable-stringify": "^1.0.32",
"@types/node": "^20.10.0",
"typescript": "^5.0.3",
"@types/node": "^20.12.11",
"typescript": "^5.4.5",
"xo": "^0.58.0"
},
"xo": {
Expand Down

0 comments on commit 94021db

Please sign in to comment.