Skip to content

Commit

Permalink
chore(deps): bump @types/node from 22.0.2 to 22.1.0
Browse files Browse the repository at this point in the history
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.0.2 to 22.1.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent ba5673b commit c947a98
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions examples/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@types/aws-lambda": "^8.10.142",
"@types/jest": "^29.5.12",
"@types/node": "22.0.2",
"@types/node": "22.1.0",
"aws-cdk": "^2.150.0",
"aws-cdk-lib": "^2.150.0",
"constructs": "^10.3.0",
Expand All @@ -52,7 +52,7 @@
"@middy/core": "^4.7.0",
"@types/aws-lambda": "^8.10.142",
"@types/jest": "^29.5.12",
"@types/node": "22.0.2",
"@types/node": "22.1.0",
"constructs": "^10.3.0",
"esbuild": "^0.23.0",
"jest": "^29.7.0",
Expand Down
20 changes: 10 additions & 10 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 @@ -53,7 +53,7 @@
"@biomejs/biome": "^1.8.3",
"@types/aws-lambda": "^8.10.142",
"@types/jest": "^29.5.12",
"@types/node": "^22.0.2",
"@types/node": "^22.1.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-runner-groups": "^2.2.0",
Expand Down

0 comments on commit c947a98

Please sign in to comment.