Skip to content

Commit

Permalink
chore(deps-dev): bump @types/node from 20.11.0 to 20.11.2 (#1912)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and dreamorosi committed Jan 27, 2024
1 parent b65667d commit 150b870
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
15 changes: 15 additions & 0 deletions examples/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"*.js": "npm run lint-fix"
},
"devDependencies": {
<<<<<<< HEAD
"@aws-lambda-powertools/commons": "^1.18.0",
"@aws-lambda-powertools/logger": "^1.18.0",
"@aws-lambda-powertools/metrics": "^1.18.0",
Expand All @@ -38,6 +39,20 @@
"aws-cdk": "^2.123.0",
"constructs": "^10.3.0",
"esbuild": "^0.19.12",
=======
"@aws-lambda-powertools/commons": "^1.17.0",
"@aws-lambda-powertools/logger": "^1.17.0",
"@aws-lambda-powertools/metrics": "^1.17.0",
"@aws-lambda-powertools/parameters": "^1.17.0",
"@aws-lambda-powertools/tracer": "^1.17.0",
"@aws-sdk/client-ssm": "^3.413.0",
"@aws-sdk/lib-dynamodb": "^3.413.0",
"@types/aws-lambda": "^8.10.121",
"@types/jest": "^29.5.4",
"@types/node": "20.11.2",
"aws-cdk": "^2.107.0",
"esbuild": "^0.19.3",
>>>>>>> c6e28dff (chore(deps-dev): bump @types/node from 20.11.0 to 20.11.2 (#1912))
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
Expand Down
6 changes: 6 additions & 0 deletions examples/sam/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,19 @@
"*.js": "npm run lint-fix"
},
"devDependencies": {
<<<<<<< HEAD
"@aws-sdk/client-dynamodb": "^3.499.0",
"@aws-sdk/client-ssm": "^3.499.0",
"@aws-sdk/lib-dynamodb": "^3.499.0",
"@types/aws-lambda": "^8.10.131",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.7",
"esbuild": "^0.19.12",
=======
"@types/aws-lambda": "^8.10.121",
"@types/jest": "^29.5.4",
"@types/node": "20.11.2",
>>>>>>> c6e28dff (chore(deps-dev): bump @types/node from 20.11.0 to 20.11.2 (#1912))
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
Expand Down

0 comments on commit 150b870

Please sign in to comment.