Skip to content

Commit

Permalink
chore(deps): bump @types/node from 22.7.5 to 22.7.6
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.7.5 to 22.7.6.
- [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-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 17, 2024
1 parent 385cc27 commit 6768af7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions examples/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@types/aws-lambda": "^8.10.145",
"@types/node": "22.7.5",
"@types/node": "22.7.6",
"aws-cdk": "^2.162.1",
"aws-cdk-lib": "^2.162.1",
"constructs": "^10.3.0",
Expand All @@ -49,7 +49,7 @@
"@aws-sdk/lib-dynamodb": "^3.670.0",
"@middy/core": "^4.7.0",
"@types/aws-lambda": "^8.10.145",
"@types/node": "22.7.5",
"@types/node": "22.7.6",
"constructs": "^10.3.0",
"esbuild": "^0.24.0",
"typescript": "^5.6.3"
Expand Down
12 changes: 6 additions & 6 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.9.3",
"@types/aws-lambda": "^8.10.145",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.5",
"@types/node": "^22.7.6",
"@vitest/coverage-v8": "^2.1.2",
"husky": "^9.1.6",
"jest": "^29.7.0",
Expand Down

0 comments on commit 6768af7

Please sign in to comment.